Windows下安装npm和express1.如果不能在线安装,可以下载npm的zip解压到本地,然后把下面的bin目录加入到path中。2.搞定npm后,执行了npm install express -g,dos的命令行一直卡着执行不下去,这个时候执行“npmconfig set registry...
分类:
Web程序 时间:
2014-07-07 17:09:34
阅读次数:
214
#region 查询注册表,判断本机是否安装Office2003,2007和WPSpublic int ExistsRegedit(){ int ifused = 0; RegistryKey rk = Registry.LocalMachine; //查询Office2003 Regist...
分类:
其他好文 时间:
2014-07-06 19:27:09
阅读次数:
505
最近在看《COM技术内幕》,看到第六章时发现该章节在解释ProgID时有点错误,特此记录一下,也给正在学习COM的小伙伴们一个提示。
因为我发现该BUG存在于一些很多大型软件的COM组件中。(开发者估计都是看了该书吧)
在该书的6.3.5章节讲解了ProgID的在注册表中的格式,示例如下
注册表文件格式为
Windows Registry Edito...
分类:
其他好文 时间:
2014-07-06 11:54:57
阅读次数:
163
Windows Registry Editor Version 5.00[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\OracleOraDb11g_home1TNSListener][-HKEY_LOCAL_MACHINE\SYSTEM...
分类:
数据库 时间:
2014-07-02 15:09:08
阅读次数:
273
在做Oracle数据库从11.2.0.1.0升级到11.2.0.2.8时,软件升级没有问题,实例升级没有问题,升级psu的时候。
运行@?/rdbms/admin/catbundle psu apply时,只显示一部分信息,即终止apply。
在dba_registry_history中未显示11.2.0.2.8的psu信息;
select * from dba_re...
分类:
数据库 时间:
2014-06-30 17:46:48
阅读次数:
428
update20090601:EPSG对该投影的编号设定为EPSG:3857,对应的WKT也发生了变化,下文不再修改,相对来说格式都是那样,可以到http://www.epsg-registry.org 网站输入SRID进行查询。 Google Maps和Virtual Earth等的流行程度不用多...
分类:
其他好文 时间:
2014-06-25 21:03:16
阅读次数:
240
一般情况下,我们都从命令行启动appium。windows下,dos命令窗口输入appium如果该命令报错,那么请重装appiumnpm install -g appium如果安装出错,请自行更换npm源。npm -g --registry http://registry.cnpmjs.org i....
分类:
移动开发 时间:
2014-06-25 20:19:51
阅读次数:
528
Sublime2 Text编辑器使用技巧 ------------------------------------软件使用---------------------------------------1.右键支持用sublime2打开Windows Registry Editor Version 5...
分类:
其他好文 时间:
2014-06-25 11:01:54
阅读次数:
296
[root@serverlogs]#ls-l/bea/total136drwxr-xr-x6rootroot4096Jun2409:35coherence_3.5-rw-r-----1rootroot317Jun2410:34domain-registry.xmldrwxr-xr-x2rootroot4096Jun2410:34logsdrwxr-xr-x7rootroot28672Jun2409:33modules-rw-r--r--1rootroot621Jun2409:35ocm.rspdrwxr-xr..
分类:
Web程序 时间:
2014-06-25 06:17:58
阅读次数:
356
oracle 11g GRID 中 关于 OLR 需要知道的一些内容
1.检查olr 的状态:
[root@vmrac1 ~]# ocrcheck -local
Status of Oracle Local Registry is as follows :
Version : 3
Total...
分类:
数据库 时间:
2014-06-22 21:43:05
阅读次数:
340