Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe]"WindowSize"=dword:00170058"ScreenBufferSize"=dword:01900...
国内镜像,飞一般的感觉!编辑 ~/.npmrc 加入下面内容 registry = http://registry.cnpmjs.org使用supervisor提高nodejs调试效率(免去重复启动关闭服务器)npm -g install supervisor利用Chrome调试nodejs /*....
分类:
Web程序 时间:
2014-08-26 11:26:15
阅读次数:
152
1.Start and stop the windows servicesnet stop net start net pause net continue A full list of the exact services is found in the registry (run regedit...
分类:
其他好文 时间:
2014-08-25 20:53:04
阅读次数:
203
public static BeanFactory getFactory(BeanDefinitionRegistry registry){
AbstractBeanDefinition userDao = new RootBeanDefinition(UserDao.class);
AbstractBeanDefinition userService = new RootBeanDefinition(UserService.class);
//将bean注册到容器中
registry...
分类:
编程语言 时间:
2014-08-23 10:01:30
阅读次数:
219
没啥可描述的.....就是一个注册扩展名的关联程序函数, 纯粹写注册表实现:uses System.Win.Registry, Winapi.ShlObj;/// /// 注册文件类型及其默认执行程序/// /// /// 扩展名, 比如: .pas/// /// /// 文件类型, ...
分类:
其他好文 时间:
2014-08-22 12:35:16
阅读次数:
190
最近在给客户基于Suse 11 sp3安装Oracle 10g RAC,在安装完clusterware执行/u01/app/crs/root.sh时收到错误提示,Failed to upgrade Oracle Cluster Registry configuration由于当前的环境使用了多路径,从Oracle的描述来看,这是一个Oracle Bug(4679769),如果你有相同的问题,请接着...
分类:
数据库 时间:
2014-08-21 13:28:24
阅读次数:
381
系统环境是win7(64bit)+python3.4(64bit)+numpy1.82+vs2012
1.如果用sourceforge上编译好的32bit的exe安装,会提示‘python version ** required,which was not found in the registry’.
原因是安装的python是64bit的吧(不确定),但是注册表里确实没有,
2.自...
分类:
其他好文 时间:
2014-08-20 09:20:16
阅读次数:
314
1.通过config命令 npm?config?set?registry?http://registry.cnpmjs.org?npm?info?underscore?(如果上面配置正确这个命令会有字符串response) 2.命令行指定 npm?--registry?http://registry.cnpmjs....
分类:
Web程序 时间:
2014-08-17 10:30:52
阅读次数:
221
RegistryKey key = Registry.LocalMachine.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", true);//打开注册表子项 key.SetValue(程序的名称, 程序的路径);或W....
分类:
其他好文 时间:
2014-08-14 10:38:58
阅读次数:
315
在网页启动本地程序需要将命令写入注册表,在网页调用命令即可。首先将注册信息创建一个注册表文件 .reg 格式,以页面启动notepad++ 程序为例Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Webshell][HKEY_CLASSE...
分类:
其他好文 时间:
2014-08-13 21:52:47
阅读次数:
1027