Namespace D
Public Class MD5
Private Const BITS_TO_A_BYTE As Integer = 8
Private Const BYTES_TO_A_WORD As Integer = 4
Private Const BITS_TO_A_WORD As Integer = 32
...
Function CareFGetMac() As String
Try
Dim Mac As String
Dim mc As ManagementClass
...
Dim StrHostName, IP As String
StrHostName = ""
' 首先得到本地机器的主机名称
StrHostName = Dns.GetHostName.ToString
...
字符URL编码:escape()
字符URL解码:unescape()
Public Class RegClass
Public Function UpRegData(ByVal IP As String) As Integer
Try
Dim regVersion As Microsoft.Win32.RegistryKey
...
多线程引用:System.Threading
Dim threadinfo as new Thred(new ThreadStart(Addressof 程序))
threadinfo.start
threadinfo.abort
Process.start("路径+程序名")
Process.start("IExplore.exe","地址")
'##################################################
Dim myProcess as process = new process
with myProcess.startInfo
...1、没有坚持学习,一直在吃老本。2、没有软件升级习惯,上1个月,我还用DM2004呢,CS3早就有了,查了3个版本。我还主要用.Net2003,现在2008也要正式发布了;3、不善于备注,后期可能自己都忘记了,结构不是很清晰的就很难理解了;4、没有很好的学习接口,继承的功能的实现的理论,只是在实战中用到了;5、没有时间研究别人的代码,没有吸取别人的好的写作风格;例如:properties,fiel
WinXp共享
1、在 工具-》文件夹选项-》查看—》使用简单共享(不使用)(可以选择共享的用户了)
2、禁止WindowsXP的Guest帐户,则其他访问的用户不能用这个身份登陆,必须输入密码才能访问!
3、设置不同目录的访问的用户名
4、如果访问不好使,可能需要双方电脑都重新启动,保证系统的更新。
SQLServer安装程序配置服务器失败.参考服务器错误日志和c:\windows\sqlstp.log了解更多信息”错误2007年07月15日 星期日 16:25SQL 2000 安装程序配置服务器失败解决方法:日志文件引用内容:
13:09:40 Process Exit Code: (-1)
13:10:45 安装程序配置服务器失败。参考服务器错误日志和 C:\WINDOWS\sqlstp.log 了解更多信息。
13:10:45 Action CleanUpInstall:
...