cmd:reg query // 查看reg add // 存在时更新,不存在时添加.regWindows Registry Editor Version 5.00 // 区分大小写,不可省略;否则会提示:指定的文件不是注册脚本[HKEY_LOCAL_MACHINE\SYSTEM\CurrentCo...
分类:
其他好文 时间:
2015-01-11 12:18:59
阅读次数:
145
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Parameters]"NtpServer"="timeurl.tencent.com,0x9"[HKE...
分类:
其他好文 时间:
2015-01-07 23:29:06
阅读次数:
350
CWinApp::WriteProfileInt
Call this member function to write the specified value into the specified section of the application's registry or .INI file.
Copy
BOOL WriteProfile...
分类:
编程语言 时间:
2015-01-06 18:00:56
阅读次数:
413
https://registry.npmjs.org 被墙掉了,所有原装的npm是无法使用的。
我们可以使用 淘宝的源替换。
执行以下命令:
npm config set registry=http://registry.npmjs.org...
分类:
其他好文 时间:
2015-01-06 15:35:30
阅读次数:
101
$ npm --registry=http://r.cnpmjs.org install koa
分类:
其他好文 时间:
2015-01-06 13:31:55
阅读次数:
178
private void SetKey(bool enableTaskManager){ using ( var mKey = Registry.CurrentUser.CreateSubKey("Software\\Microsoft\\Windows\\Curre...
分类:
其他好文 时间:
2015-01-05 18:04:26
阅读次数:
109