码迷,mamicode.com
首页 >  
搜索关键字:farmer john wants th    ( 8242个结果
Java线程阻塞中断和LockSupport的常见问题
上周五和周末,工作忙里偷闲,在看java cocurrent中也顺便再温故了一下Thread.interrupt和java 5之后的LockSupport的实现。   在介绍之前,先抛几个问题。   Thread.interrupt()方法和InterruptedException异常的关系?是由interrupt触发产生了InterruptedException异常?Th...
分类:编程语言   时间:2014-06-19 13:03:42    阅读次数:733
取文件的大小 (KB,MB,GB...)
取文件的大小 (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
USACO抓牛catchcow (bfs)
这题是黄巨大出的比赛题.http://poj.org/problem?id=3278DescriptionFarmer John has been informed of the location of a fugitive cow and wants to catch her immediatel...
分类:其他好文   时间:2014-06-19 00:58:53    阅读次数:510
PatentTips - Uncore thermal management
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是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
(12)throws和throw的区别
函数上指int div(int a ,intb) th...
分类:其他好文   时间:2014-06-17 21:53:41    阅读次数:234
面向对象
//构造函数function Fn(name) { this.name = name; //属性,存放不同的东西}Fn.prototype.showName = function(){ //构造函数.prototype.方法,存放相同的东西,在内存中存放一份 alert(th...
分类:其他好文   时间:2014-06-17 12:54:21    阅读次数:318
(java描述)关于链表的代码-----单双、循环链表、约瑟夫环、多项式相加
将链表头尾倒置将几个链表合并成一个新的链表,将链表中重复的节点去掉,并按大小排序双向循环链表单向循环链表(约瑟夫循环)多项式相加程序源代码单链表、单向循环链表结点类packagejavab;publicclassNode{intdata;Nodenext;publicNode(intdata){th...
分类:编程语言   时间:2014-06-14 19:39:06    阅读次数:267
So easy RHCE
1、将VGSRV拉伸为100MBVGSRV这个是逻辑卷的home分区,逻辑卷是可以随意拉伸的,但是需要注意的是拉伸之前必须使用umount卸载,否则系统会崩溃,虽然可以还原但是很麻烦,顺序不可以错df–TH看home分区是第几个逻辑卷,如我虚拟机里的是/devmapper/GLSvg_GLShome...
分类:其他好文   时间:2014-06-14 12:21:48    阅读次数:172
hdu3669之二维斜率DP
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!