Both Grunt and Gulp.js perform these automation tasks particularly well, although Gulp.js has the edge on speed, whereas Grunt has the best plugin sup...
分类:
其他好文 时间:
2015-01-14 15:28:22
阅读次数:
189
Edge是一种在进程内实现NodeJS与.NET互操作的桥接技术,可以在NodeJS里使用.NET代码和库,也可以在.NET程序里使用NodeJS的代码。...
分类:
Web程序 时间:
2015-01-14 12:46:12
阅读次数:
305
DescriptionGive a tree with n vertices,each edge has a length(positive integer less than 1001).Define dist(u,v)=The min distance between node u and v....
分类:
其他好文 时间:
2015-01-12 23:50:04
阅读次数:
222
浮动标准:W3C CSS 2.1 规范文档里对于浮动元素与非浮动行内元素相邻时的情况有如下解释。以下是关键段落:A floated box is shifted to the left or right until its outer edge touches the containing bloc...
分类:
其他好文 时间:
2015-01-09 14:14:39
阅读次数:
322
#文件管理器# 显示当前工作目录-----pwd 返回父级目录----------cd ../ 返回之前刚用过的目录-----cd - 进入子目录-------------cd 目录名 **dengwo@dengwo-ThinkPad-Edge-E530:~/xuexi$ pwd /home/dengwo/xuexi...
分类:
其他好文 时间:
2015-01-04 19:48:27
阅读次数:
173
<!DOCTYPE?html>
<html>
<head>
????<meta?charset="utf-8">
????<meta?http-equiv="X-UA-Compatible"?content="IE=edge">
????<meta?name="viewport"?content="width=device-width,?initial...
分类:
其他好文 时间:
2015-01-03 07:07:39
阅读次数:
158
文件管理器 显示目录当前工作目录-----pwd ?返回父级目录录----------cd ../ ?返回之前刚用过的目录-----cd - ?进入子目录-------------cd /目录名 ?dengwo@dengwo-ThinkPad-Edge-E530:~/xuexi$ pwd ?/home...
分类:
系统相关 时间:
2015-01-02 06:30:09
阅读次数:
214
#include #include #include using namespace std;const int N = 1e5, M = 1e5;struct Edge { int v, next, idx; Edge(){} Edge(int _v, int _next, in...
分类:
其他好文 时间:
2015-01-01 13:37:54
阅读次数:
191
#include #include #include #include #include #include #include #include using namespace std;#define INF 0xfffffff#define maxn 103struct Edge{ int e...
分类:
其他好文 时间:
2014-12-31 15:59:29
阅读次数:
147