上周五和周末,工作忙里偷闲,在看java cocurrent中也顺便再温故了一下Thread.interrupt和java 5之后的LockSupport的实现。
在介绍之前,先抛几个问题。
Thread.interrupt()方法和InterruptedException异常的关系?是由interrupt触发产生了InterruptedException异常?Th...
分类:
编程语言 时间:
2014-06-19 13:03:42
阅读次数:
733
取文件的大小 (KB,MB,GB...)
2种方式: VB 和 C#
1, VB
Public Function GetFileSize(ByVal iFileSizeKB As Long) As String
Dim iFileSizeMB As Integer
Dim iFileSizeGB As Integer
If (iFileSizeKB >= 1024) Th...
分类:
其他好文 时间:
2014-06-19 12:39:06
阅读次数:
310
Fcitx──小企鹅输入法:Free Chinese Input Toy for X是国产软件的精品,是一个以GPL方式发布的、基于XIM的简体中文输入法集合(原为G五笔),包括五笔、五笔拼音、二笔、仓颉、晚风、冰蟾全息、拼音(全拼和双拼)、区位以及码表输入模块。1.删除旧版或其它输入法(也可跳过此...
分类:
其他好文 时间:
2014-06-19 00:08:29
阅读次数:
324
BACKGROUNDThe field of invention relates to the computer sciences, generally, and, more specifically, to the thermal management of components other th...
分类:
其他好文 时间:
2014-06-18 22:26:38
阅读次数:
272
DOM4J是dom4j.org出品的一个开源XML解析包,它的网站中这样定义:Dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using th...
分类:
其他好文 时间:
2014-06-18 16:34:47
阅读次数:
302
Apple发布了替代oc的利器语言 Swift ,牛叉的中国开发者社区在9天的时间内就汉化了,这是多少中国开发者的福音啊,发现了之后异常兴奋,写个日志保存下,防止立马忘记:
GitHub开源项目:《The
Swift Programming Language》in Chinese
在线中文版: http://www.swiftguide.cn
或者 http://num...
分类:
其他好文 时间:
2014-06-16 20:09:49
阅读次数:
188
将链表头尾倒置将几个链表合并成一个新的链表,将链表中重复的节点去掉,并按大小排序双向循环链表单向循环链表(约瑟夫循环)多项式相加程序源代码单链表、单向循环链表结点类packagejavab;publicclassNode{intdata;Nodenext;publicNode(intdata){th...
分类:
编程语言 时间:
2014-06-14 19:39:06
阅读次数:
267
中文字幕下载站(chinese language)
射手网:www.shooter.com.cn(极力推荐,最全面)
TLF原创字幕站 :http://tlfsubs.eastgame.net/
汉风中文字幕库:http://sub.hanstyle.org/default.asp
新视界字幕站 :http://www.newmov.com/dvd/film.asp
伊甸园电影字...
分类:
Web程序 时间:
2014-06-14 14:59:44
阅读次数:
389
1、将VGSRV拉伸为100MBVGSRV这个是逻辑卷的home分区,逻辑卷是可以随意拉伸的,但是需要注意的是拉伸之前必须使用umount卸载,否则系统会崩溃,虽然可以还原但是很麻烦,顺序不可以错df–TH看home分区是第几个逻辑卷,如我虚拟机里的是/devmapper/GLSvg_GLShome...
分类:
其他好文 时间:
2014-06-14 12:21:48
阅读次数:
172
Cross the Wall
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 327680/327680 K (Java/Others)
Total Submission(s): 4176 Accepted Submission(s): 748
Problem Description
“Across th...
分类:
其他好文 时间:
2014-06-13 20:43:09
阅读次数:
280