摘要:
@echo offecho 设置IP地址echo正在设置IP地址和子网掩码.netsh interface ip set address name="本地连接" source=static addr=192.168.0.2 mask=255.255.255.0echo设置网关netsh interface ip set address name="本地连接" gateway=192.168.0.1 gwmetric=0echo 设置首选DNS1netsh interface ip set address name="本地连接" sou 阅读全文
摘要:
重转系统后,结果装完之后发现无论我用什么播放器播放视频时就说无法解码音频。这个时候点击音量图标,报错说"There are no active mixer devices available. To install mixer device,to go control panel,click pri 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--privatestringGetLocalIp(){stringlocalIp;IPHostEntryhost;host=Dns.GetHostEntry(Dns.GetHostName());if(... 阅读全文
摘要:
[代码]调用代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--privatevoidFrmMain_Load(objectsender,EventArgse){if(IsRunning("CleanFileServer")==true){Messag... 阅读全文
摘要:
获取电脑CPUID,HdId,MacId后,加工处理这个字符串代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//交换字符的位置privatestringChangCharLocation(stringpcNum){stringhidMacId=p... 阅读全文