我电脑是Win7旗舰版,之前电脑上安装的是Python2.6版本的,前两天为了体验一下Microsoft
Excel与Python之间互操作,下载并安装了DataNitro,在安装的时候脑残的安装了Python2.7.5,但是这两天在用的时候,发现之前安装的一些包后不能用了;print
sys.pa...
分类:
编程语言 时间:
2014-06-16 11:11:33
阅读次数:
684
入住博客园,先秀段代码: 1 public class Singleton { 2 3
private static Singleton instance ; 4 5 6 private Singleton() { 7 } 8 9 10
public sync...
分类:
其他好文 时间:
2014-06-12 17:18:26
阅读次数:
315
路由器A router is a device that forwards data packets
between computer networks. This creates an overlay internetwork, as a router is
connected to two or...
分类:
Web程序 时间:
2014-06-10 11:26:26
阅读次数:
277
独立集和最大独立集:A set of vertices I ? V is called independent if no pair of vertices in I is connected via an edge in G. An independent set is called maximal if by including any other vertex not in I, the independence property is violated....
分类:
其他好文 时间:
2014-06-10 06:30:03
阅读次数:
369
题目描述Timy is visiting a beautiful park. There are M
rivers and N lakes(marked 1-N), any two lakes are connected by at most one
river. He knows that the...
分类:
其他好文 时间:
2014-06-09 20:57:26
阅读次数:
259
未翻译完 待续(英语烂,求斧正)Type Casting类型转换Type casting is
a way to check the type of an instance, and/or to treat that instance as if it
is a different supercla...
分类:
其他好文 时间:
2014-06-08 19:50:25
阅读次数:
269
http://www.jquery001.com/asp.net-mvc3-instance-add-update-delete2.html上篇我们在
ASP.NET MVC3 中实现了添加操作,由于时间关系没有完成修改、删除操作,我们新建了一个名为"Contact"的 Controller,并实现...
分类:
Web程序 时间:
2014-06-08 19:45:20
阅读次数:
251
下面来分析线程执行类,线程池ThreadPool类对该类的理解需要对java的线程池比较熟悉该类引用了一个内部类/** * The lazily
constructed LazyThreadPool instance. */ private LazyThreadPool lazyThrea...
分类:
其他好文 时间:
2014-06-08 19:15:24
阅读次数:
303