首先安装 git 和 node.js,node可以通过命令直接安装(前提是你装了homebrew) 这些下载完了就可以安装hexo了 嗯,事情不可能这么顺利,当我以为可以轻松使用hexo的时候,怀着愉悦的心情,敲下命令行(注:hello是你创建的文件名,随意取,创建到你指定的目录下) 终端是这样告诉 ...
分类:
其他好文 时间:
2017-09-07 19:24:14
阅读次数:
113
转载自:http://www.cnblogs.com/chengwb/p/6183440.html 我在使用了cnpm后node_modules之前的层级目录变成了同一级目录,所以目录很多,造成webstorm读取时卡死。 网上大家列了各种方法,在这里我归纳一下! 先给大家看看一些相关链接。 方法1 ...
分类:
Web程序 时间:
2017-09-07 19:20:23
阅读次数:
231
错误提示: 产生原因:客户化开发FORM要使用的ERP的对象库和标准FORM模版 或者修改了服务器上下载的resource文件路径 1.从$AU_TOP中下载下来resource目录及其文件到本地 如:D:\DevSuiteHome_1\resource 2.修改注册表: 注册表路径: 一般为:Re ...
分类:
其他好文 时间:
2017-09-07 16:10:06
阅读次数:
218
express4.x的安装 1.npm install -g express 2. npm install -g express-generator或者npm install -g express-generator@3 后者是指定express命令的版本号,4.x已经把命令行工具分离出来. ...
分类:
Web程序 时间:
2017-09-07 16:07:34
阅读次数:
151
var http=require("http"); var url=require("url"); var server=http.createServer(function(req,res){ var url_parts=url.parse(req.url); console.log(url_pa... ...
分类:
Web程序 时间:
2017-09-07 13:34:15
阅读次数:
243
The Maximum Number of Strong Kings Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 2302 Accepted: 1056 Description A tournament can be repr ...
分类:
其他好文 时间:
2017-09-07 13:24:06
阅读次数:
206
Given a binary tree where all the right nodes are either leaf nodes with a sibling (a left node that shares the same parent node) or empty, flip it up ...
分类:
其他好文 时间:
2017-09-07 11:59:59
阅读次数:
150
We can create node with 'g' container, then append 'image' to the nodes. Then on each 'tick', we need to position the nodes: ...
分类:
其他好文 时间:
2017-09-07 10:11:59
阅读次数:
229
转载至: http://lxw1234.com/archives/2015/04/101.htm mark - 参考学习 环境配置: hadoop-2.0.0-cdh4.3.0 (4 nodes, 24G mem/node) hbase-0.94.6-cdh4.3.0 (4 nodes,maxHea ...
分类:
其他好文 时间:
2017-09-07 10:07:52
阅读次数:
180