今天在安装numpy时,出现了Python Version 2.7 required which was not found in the registry错误,解决方案如下。 ? Python的一些第三方库只到注册表的 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\Pytho...
分类:
其他好文 时间:
2015-09-06 18:41:50
阅读次数:
301
Yeoman包括了三个部分yo(脚手架工具)、grunt(构建工具)、bower(包管理器).前提条件:安装NodeJs、Git Bash工具安装yeoman前先配置package.json文件第一步:安装yeoman命令npm install -g yo报错了,如果不报错可以进入第二步:npm ERR! registry error parsing jsons可以试一下 cnpm的加载地址:np...
分类:
其他好文 时间:
2015-09-06 18:23:04
阅读次数:
285
在记事本输入以下代码: Windows?Registry?Editor?Version?5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]?@="Delete?SVN?Folders"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\sh...
有些程序需要随系统启动,或者需要建立某些文件关联等问题,这些都是通过在安装程序中对注册表进行操作的结果。Inno Setup中通过[registry]段实现对注册表的操作。 本段说明: 参数列表: 参数 说明 Root 根键。必须是下列中的一个: HKCR (HKEY_CLASSES_ROOT) H...
分类:
其他好文 时间:
2015-09-02 09:24:10
阅读次数:
218
首先安装node.js安装地址nodejs.org把npm指向淘宝的cnpm控制台输入npm install -g cnpm --registry=https://registry.npm.taobao.org想看具体的点这里http://npm.taobao.org/接着先来说传统的项目 比如现在...
分类:
其他好文 时间:
2015-09-01 19:54:27
阅读次数:
724
1.通过config命令npmconfigsetregistryhttp://registry.cnpmjs.orgnpminfounderscore(如果上面配置正确这个命令会有字符串response)通过这个命令解决了个别组件下载缓慢的问题,但在VS2015下新建 Cordvoa项目的时候发现编...
分类:
其他好文 时间:
2015-08-31 17:07:13
阅读次数:
167
For IE and Chrome set the proxy server up on IE and close IE.Create and new texts file and copy the following into it:Windows Registry Editor Version ...
分类:
其他好文 时间:
2015-08-30 08:46:05
阅读次数:
205
I had similar problem which was resolved by taking two steps :1A. DELETE THE REGISTRY KEY :32-bit machine>[HKEY_CURRENT_USER\Software\Microsoft\Window...
分类:
其他好文 时间:
2015-08-28 17:00:48
阅读次数:
146
Zookeeper在Dubbo中的应用Dubbo的架构节点角色说明:Provider: 暴露服务的服务提供方。Consumer: 调用远程服务的服务消费方。Registry: 服务注册与发现的注册中心。Monitor: 统计服务的调用次调和调用时间的监控中心。Container: 服务运行容器。调用...
分类:
其他好文 时间:
2015-08-26 19:59:16
阅读次数:
433
Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\ftp]@="URL:File Transfer Protocol""AppUserModelID"="Microsoft.InternetExplorer.Default""EditFla...