SGU链接:时间限制:0.25s空间限制:4M题意: 给出一个树(节点数#include #include #include #include #include #define INF 16666using namespace std;struct node { int v, ne;} edge.....
分类:
其他好文 时间:
2014-07-11 20:28:32
阅读次数:
250
npm 管理模块npm安装模块默认为 shell 的当前目录。如果要装成全局的,使用 npm install xss -gnpm help install里的描述是:Packages are dropped into the node_modules folder under the prefix....
分类:
其他好文 时间:
2014-07-11 19:11:53
阅读次数:
602
1.用命令导入导出表C:\Users\xiang>imp bjlims/bjlims@orcl file="c:\tjlims.dmp" full=yC:\Users\xiang>exp GDNA2/DNA file=D:\TEMP.DMP owner=GDNA2 buffer=1024
分类:
其他好文 时间:
2014-07-11 13:04:17
阅读次数:
188
《Windows Azure Platform 系列文章目录》 2014年6月27日消息,在 Microsoft Azure 上提供 SAP Business Suite 软件、All-In-One 解决方案、SAP 移动平台、SAP Adaptive Server Enterprise ...
分类:
其他好文 时间:
2014-07-11 12:13:08
阅读次数:
191
DockPanel的基本使用 我就不说了,网上很多,我想说的是在使用DockPanel时 需要注意的几个小问题第一个:使用过DockPanel的人,都有可能会遇到这样一个错误:Invalid Content: ActiveContent must be one of the visible cont...
分类:
其他好文 时间:
2014-07-11 12:06:03
阅读次数:
414
题目:Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is greater or eq...
分类:
其他好文 时间:
2014-07-10 14:41:23
阅读次数:
177
之前我用了比较多的call-template,后来说着说着,突然发现apply-templates在大部分的场景下比call-template好用,也更安全一些。 比如,apply-templates可以通过select属性来选择具体要匹配的node-set,如果不存在这样的node-set,就不进...
分类:
移动开发 时间:
2014-07-10 14:39:23
阅读次数:
287
Node.js项目如何在Linux上自启动?远程服务器重启了怎么办?……你是否在开发和部署Node.js项目时遇到过这些问题,来看看这篇文章,或许你能找到满意的答案!...
分类:
Web程序 时间:
2014-07-09 12:45:16
阅读次数:
169
HTML5 增加了几个文档字符集属性。
document.charset : 表示文档的实际使用的字符集。
document.defaultCharset: 表示默认的字符集,跟浏览器以及操作系统设置有关。
如果文档没有使用默认字符集,那么 document.charset 与 document.defaultCharset 可能不同。
设置文档字符集: 但可以通过元素、响...
分类:
编程语言 时间:
2014-07-09 10:27:06
阅读次数:
205
3882 - And Then There Was One
Time limit: 3.000 seconds
Let's play a stone removing game.
Initially, n stones are arranged on a circle and numbered
1,..., n clockwise (Figure 1). You are also...
分类:
其他好文 时间:
2014-07-09 10:00:13
阅读次数:
172