码迷,mamicode.com
首页 >  
搜索关键字:node    ( 27491个结果
安装hexo
首先安装 git 和 node.js,node可以通过命令直接安装(前提是你装了homebrew) 这些下载完了就可以安装hexo了 嗯,事情不可能这么顺利,当我以为可以轻松使用hexo的时候,怀着愉悦的心情,敲下命令行(注:hello是你创建的文件名,随意取,创建到你指定的目录下) 终端是这样告诉 ...
分类:其他好文   时间:2017-09-07 19:24:14    阅读次数:113
【转载】webstorm忽略node_modules目录
转载自:http://www.cnblogs.com/chengwb/p/6183440.html 我在使用了cnpm后node_modules之前的层级目录变成了同一级目录,所以目录很多,造成webstorm读取时卡死。 网上大家列了各种方法,在这里我归纳一下! 先给大家看看一些相关链接。 方法1 ...
分类:Web程序   时间:2017-09-07 19:20:23    阅读次数:231
NodeJs>------->>第一章:Node.js介绍
...
分类:Web程序   时间:2017-09-07 17:01:48    阅读次数:163
FRM-18108 / FRM-10102 错误解决办法
错误提示: 产生原因:客户化开发FORM要使用的ERP的对象库和标准FORM模版 或者修改了服务器上下载的resource文件路径 1.从$AU_TOP中下载下来resource目录及其文件到本地 如:D:\DevSuiteHome_1\resource 2.修改注册表: 注册表路径: 一般为:Re ...
分类:其他好文   时间:2017-09-07 16:10:06    阅读次数:218
Node.js+express+ejs新建个项目
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
教你如何使用node.js制作代理服务器
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
poj2699 转化为可行性判定问题+二分枚举+最大流
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
[LintCode] Binary Tree Flipping
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
[D3] Add image to the node
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
Hive over HBase和Hive over HDFS性能比较分析
转载至: 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!