NTP服务器【NetworkTimeProtocol(NTP)】是用来使计算机时间同步化的一种协议,它通过udp包交换,用特定算法进行协商,可以使计算机对其服务器或时钟源(如石英钟,GPS等等)做同步化,它可以提供高精准度的时间校正(LAN上与标准间差小于1毫秒,WAN上几十毫秒),且可介由加密..
分类:
系统相关 时间:
2015-03-18 18:20:29
阅读次数:
267
CSS列表属性,允许你放置和改变列表项标志,或者将图像作为列表项标志。1)list-style-typelist-style-type属性用于修改列表项的标志类型。无序属性值有:disc,circle,square,none.咖啡茶可口可乐咖啡茶可口可乐咖啡茶可口可乐咖啡茶可口可乐有序属性值有dec...
分类:
Web程序 时间:
2015-03-17 10:09:46
阅读次数:
191
LAN(Local Area Network):局域网,指的是在一定区域内由多个计算机联接而成的计算机组WAN():广域网,就是我们通常所说的Internet,它是一个遍及全世界的网络。网络分段:将大型网络分成众多小网络,目的是减少数据流拥堵。导致LAN拥塞的原因:1.同一个广播域或者冲突域的主机过...
分类:
其他好文 时间:
2015-03-16 19:05:12
阅读次数:
121
1、早期的Dalvik VM内部使用short类型变量来标识方法的id,dex限制了程序的最大方法数是65535,如果超过最大限制,无法编译,把dex.force.jumbo=true添加到project.properties文件中可以通过编译,在低端手机无法安装,报错误INSTALL_FAILED...
分类:
移动开发 时间:
2015-03-16 16:13:55
阅读次数:
298
1、错误描述
Exception in thread "main" java.lang.NumberFormatException: For input string: "61.13226212525146"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lan...
分类:
编程语言 时间:
2015-03-15 18:26:10
阅读次数:
235
A knight moves on a chessboard two squares up, down, left, or right followed by one square in one of the two directions perpendicular to the first part of the move (i.e., the move is L-shaped). Suppos...
分类:
编程语言 时间:
2015-03-15 12:27:03
阅读次数:
181
Square Coins
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 8893 Accepted Submission(s): 6069
Problem Description
People in Silverl...
分类:
其他好文 时间:
2015-03-15 09:32:03
阅读次数:
124
我们用字符串代表图的顶点(vertax),来模拟学校中Classroom, Square, Toilet, Canteen, South Gate, North Gate几个地点,然后计算任意两点之间的最短路径。
如,我想从North Gate去Canteen, 程序的输出结果应为: BFS: From [North Gate] to [Canteen]:
North Gate...
分类:
编程语言 时间:
2015-03-15 07:07:45
阅读次数:
231
题目链接:Spiral Matrix II
Given an integer n, generate a square matrix filled with elements from 1 to n^2 in spiral order.
For example,
Given n = 3,
You should return the following matrix:
[
[ 1,...
分类:
其他好文 时间:
2015-03-15 00:52:27
阅读次数:
386
用vs2010修改别人的源代码(估计是vc6下的).RC文件,报错:1>.RC(8):errorRC2144:PRIMARYLANGUAGEIDnotanumber1>1>1>.RC(18):errorRC2135:filenotfound:100在网上找到的解决办法:1、注释掉.RC文件中的LAN...
分类:
其他好文 时间:
2015-03-14 13:43:38
阅读次数:
263