码迷,mamicode.com
首页 >  
搜索关键字:node ejection    ( 27493个结果
HDU 3062
http://acm.hdu.edu.cn/showproblem.php?pid=30622sat判定性问题模板#include #include #include #include #include #include using namespace std ;struct node { i...
分类:其他好文   时间:2014-05-08 19:24:07    阅读次数:363
node-webkit 主页面和 iframe 页通讯
Hello World!
分类:Web程序   时间:2014-05-08 13:59:01    阅读次数:631
设置NODE_ENV=production
NodeJS - Express 4.0下设置环境变量NODE_ENV=production,并不是修改文件的配置信息,而是通过命令行来实现。首先在命令行下进入项目的目录,然后先后执行如下命令:set NODE_ENV=productionnpm start服务启动之后,当前环境就使处于produc...
分类:其他好文   时间:2014-05-08 13:07:31    阅读次数:287
POJ 1637 Sightseeing tour(混合图的欧拉回路)
题目链接建个图,套个模板。#include #include #include #include #include #include #include #include using namespace std;#define INF 0x3ffffffstruct node{ int u,v,...
分类:其他好文   时间:2014-05-07 21:21:36    阅读次数:396
(译)Node.js的 EventEmitter 教程
>原文标题:Node.js EventEmitter Tutorial 原文链接:[http://www.hacksparrow.com/node-js-eventemitter-tutorial.html](http://www.hacksparrow.com/node-js-eventemi.....
分类:Web程序   时间:2014-05-07 17:29:26    阅读次数:535
[Linux]Nginx + Node.js + PM2 + MongoDb + (Memcached) Part I
运行环境: 在本地的VirtualBox下运行的Ubuntu 14.04 LTS 0. 查看一下Server的IP地址 ifconfig 我的Server IP是192.168.0.108 1. 安装Nginx 首先更新 APT 包管理 ,然后安装Nginx sudo apt-get updates...
分类:数据库   时间:2014-05-07 17:28:04    阅读次数:489
UglifyJS--javascript代码压缩使用指南{转}
在线测试地址http://lisperator.net/uglifyjs/下面都是基于linux系统的安装使用.UglifyJS是遵循了CommonJS规范写成的,可以在支持CommonJS模块系统的javascript环境中运行。当然,这是官方的说法,通俗的说,就是可以在浏览器里和node.js的...
分类:编程语言   时间:2014-05-07 10:41:13    阅读次数:546
用Chrome调试NodeJS
准备安装node-inspector模块 $ npm install -g node-inspector调试debug模式启动应用:$ node --debug yourApp.js或者,debug模式启动应用并且停在第一行:$ node --debug-brk yourApp.js启动inspe....
分类:Web程序   时间:2014-05-07 01:20:25    阅读次数:370
消格子时一个很深的bug的修复纪录
环境: cocos2d-x 2.2.2 jsb条件:当快速在格子中来回拖拽选取时,会一直在计算指尖和格子的真实区域是否碰撞,报错:touchMOve时由于不停的调用BOxItem的getValidRectangle方法, 即不停的在此方法内执行 node.getContentSize().wi...
分类:其他好文   时间:2014-05-07 00:40:28    阅读次数:366
在 Windows 下安装 GruntJS
在你安装 Grunt.js 之前你需要先安装Node.js。对于本教程而言,我已经安装好了node.js v0.10.0。我将要安装Grunt.js v0.4.1。警告:如果你已经安装了 Grunt.js 0.3.x 或者更低的版本,请先卸载它。Grunt 的命令行界面为了安装 grunt.js,我...
分类:Windows程序   时间:2014-05-06 23:52:44    阅读次数:799
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!