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
NodeJS - Express
4.0下设置环境变量NODE_ENV=production,并不是修改文件的配置信息,而是通过命令行来实现。首先在命令行下进入项目的目录,然后先后执行如下命令:set
NODE_ENV=productionnpm start服务启动之后,当前环境就使处于produc...
分类:
其他好文 时间:
2014-05-08 13:07:31
阅读次数:
287
安装插件request,iconv-lite。zlib內置。1、设置请求参数中的encoding为null,这样传入回调函数中的body将是一个buffer。(默认为utf8编码)2、用zlib.gunzip()方法对body进行解压,解压的到的依然是个buffer。request({ uri:
u...
分类:
Web程序 时间:
2014-05-08 12:19:22
阅读次数:
851
python 2.6+1. 先安装nodejs2. 安装hyperdex
默认安装即可,默认都是enable = yes3. 给node添加node-gyp npm install -g node-gyp, 全局安装。
参考:https://www.npmjs.org/package/node...
分类:
其他好文 时间:
2014-05-08 11:46:20
阅读次数:
301
一直想用诸如node k =
node(args1,args2...argsN)的方式来初始化一个结构体,可以简化很大一部分代码,开始不知道怎么写,后来问人家,总结出一套代码如下:struct
Point{ int x,y; Point(int _x_,int _y_) { ...
分类:
其他好文 时间:
2014-05-08 11:36:15
阅读次数:
227
1 2 #include 3 #include 4 #include 5 #include 6
#include 7 8 using namespace std; 9 struct node 10 { 11 int data; 12 int le...
分类:
其他好文 时间:
2014-05-08 10:31:35
阅读次数:
362
题目链接建个图,套个模板。#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
The Morning Commute
The Chef commutes to work every day using the city's underground metro. The schedule for the trains has recently been changed and he wants to know how long it will take to tra...
分类:
其他好文 时间:
2014-05-07 15:37:11
阅读次数:
406
在线测试地址http://lisperator.net/uglifyjs/下面都是基于linux系统的安装使用.UglifyJS是遵循了CommonJS规范写成的,可以在支持CommonJS模块系统的javascript环境中运行。当然,这是官方的说法,通俗的说,就是可以在浏览器里和node.js的...
分类:
编程语言 时间:
2014-05-07 10:41:13
阅读次数:
546