我的地盘我做主
2009年02月24日人在网络

没有评论
61 views

最新免费H球空间

http://r16176.res.hsphere.cc:8080/psoft/servlet/psoft.hsphere.CP

http://r34106.res.hsphere.cc:8080/psoft/servlet/psoft.hsphere.CP

http://r146908.res.hsphere.cc/psoft/servlet/psoft.hsphere.CP

http://r47416.res.hsphere.cc/psoft/servlet/psoft.hsphere.CP

http://r138153.res.hsphere.cc/psoft/servlet/psoft.hsphere.CP

http://r97620.res.hsphere.cc/psoft/servlet/psoft.hsphere.CP

http://r115863.res.hsphere.cc/psoft/servlet/psoft.hsphere.CP

http://r84430.res.hsphere.cc/psoft/servlet/psoft.hsphere.CP

http://r28831.res.hsphere.cc/psoft/servlet/psoft.hsphere.CP

http://r107218.res.hsphere.cc/psoft/servlet/psoft.hsphere.CP

http://r105610.res.hsphere.cc/psoft/servlet/psoft.hsphere.CP

http://r165520.res.hsphere.cc/psoft/servlet/psoft.hsphere.CP 继续阅读 »

2009年02月12日设计代码

没有评论
31 views

关于Environ函数

我们经常接触的获取路径的API有GetWindowsDirectory()、GetSystemDirectory(),但是还有一个API叫SHGetFolderPath很少有人用,它可获取的系统路径更多,例如:
Option Explicit

Private Const MAX_PATH = 260

‘Return Values
Private Const S_FALSE = &H1
Private Const E_INVALIDARG = &H80070057

‘Flags
Private Const SHGFP_TYPE_CURRENT = 0 ‘ current value for user, verify it exists
Private Const SHGFP_TYPE_DEFAULT = 1 ‘ default value, may not exist

‘nFolder Value
Private Const CSIDL_DESKTOP = &H0 ‘
Private Const CSIDL_INTERNET = &H1 ‘ Internet Explorer (icon on desktop)
Private Const CSIDL_PROGRAMS = &H2 ‘ Start Menu\Programs
Private Const CSIDL_CONTROLS = &H3 ‘ My Computer\Control Panel
Private Const CSIDL_PRINTERS = &H4 ‘ My Computer\Printers
Private Const CSIDL_PERSONAL = &H5 ‘ My Documents
Private Const CSIDL_FAVORITES = &H6 ‘ \Favorites
Private Const CSIDL_STARTUP = &H7 ‘ Start Menu\Programs\Startup
Private Const CSIDL_RECENT = &H8 ‘ \Recent
Private Const CSIDL_SENDTO = &H9 ‘ \SendTo 继续阅读 »

reg命令使用详解

编辑注册表不当可能会严重损坏您的系统。在更改注册表之前,应备份计算机上任何有价值的数据。
只有在别无选择的情况下,才直接编辑注册表。注册表编辑器会忽略标准的安全措施,从而使得这些设置

会降低性能、破坏系统,甚至要求用

户重新安装 Windows。可以利用“控制面板”或“Microsoft 管理控制台 (MMC)”中的程序安全更改多数

注册表设置。如果必须直接编辑注册表,则请首先将其备份。

使用 Reg 直接编辑本地或远程计算机的注册表。这些更改有可能造成计算机无法操作并需要重新安装操

作系统。所以不要直接编辑注册表,而

应尽可能利用“控制面板”或“Microsoft 管理控制台 (MMC)”更改注册表。
有些操作可以查看或配置本地或远程计算机的注册表项,而另外一些则只允许配置本地计算机的注册表设

置。同时,远程访问注册表也可能会

限制用于某操作的参数。请检查每个操作的语法以便验证该操作可以用于远程计算机,以及验证可用于那

种情况下的参数。

reg命令是WindowsXP提供的,它可以添加、更改和显示注册表项中的注册表子项信息和值。

reg add 继续阅读 »

2009年02月6日人在网络

没有评论
20 views

给自己开了个WAP站,欢迎访问撒

本来偶地空间不支持WAP地,突然放问个国外的站能免费给自己开WAP站,就申请个,还能绑米。
欢迎访问哈,地址:
wap.duoday.com
是手机专用访问地。

返回顶部