文件系统特性
        举例来说,windows 98 以前的微软操作系统主要利用的文件系统是 FAT (或 FAT16),windows 2000 以后的版本有所谓的 NTFS 文件系统,至于 Linux 的正统文件系统则为 Ext2 (Linux second extended file system, ext2fs)这一个。此外,在默认的情况下,windows 操作系统是不会认识 L...
                            
                            
                                分类:
系统相关   时间:
2015-08-03 14:44:17   
                                阅读次数:
254
                             
                    
                        
                            
                            
                                1. Calendar是个抽象类,静态方法getInstance() 可以得到它的一个实例 Calendar ca = Calendar.getInstance(); ca.set(2015, 10,20);//通过set可以设置Year、Month、date、hour、minute、second,注意月是从0开始...
                            
                            
                                分类:
编程语言   时间:
2015-07-31 20:31:53   
                                阅读次数:
209
                             
                    
                        
                            
                            
                                455. Sequence analysisTime limit per test: 1 second(s)Memory limit: 4096 kilobytesinput: standardoutput: standardDue to the slow 'mod' and 'div' opera...
                            
                            
                                分类:
编程语言   时间:
2015-07-30 23:08:33   
                                阅读次数:
208
                             
                    
                        
                            
                            
                                lib_time.phpgmtime()#获得当前格林威治时间的时间戳 /$0server_timezone()#获得服务器的时区 /$0local_mktime($hour = NULL , $minute= NULL, $second = NULL, $month = NULL, $day .....
                            
                            
                                分类:
其他好文   时间:
2015-07-30 10:46:20   
                                阅读次数:
227
                             
                    
                        
                            
                            
                                题意给你一个井字棋的棋谱,判断井字棋的状态 
first, 第一个人走 
second  第二个人走 
illegal  不合法 
the first player won 第一个人赢 
the second player won 第二个人赢 
draw 平局思路暴力枚举每种赢的状态 
答案中没有这种样例 (思考一下)X0X
00X
0XX代码/* *************************...
                            
                            
                                分类:
其他好文   时间:
2015-07-29 17:17:48   
                                阅读次数:
158
                             
                    
                        
                            
                            
                                1.DT: Dial Tone(跟GW无关) 拨号音 公网 GW SIP(提机)2.RBT: ringer busy tone 回铃音 公网 GW SIP ->invite ALERT -RBT---------------------------->3. SDT:second d...
                            
                            
                                分类:
其他好文   时间:
2015-07-29 11:35:48   
                                阅读次数:
133
                             
                    
                        
                            
                            
                                一般我们导入import ("time")包,然后调用time.NewTicker(1 * time.Second) 实现一个定时器: func?timer1()?{
	timer1?:=?time.NewTicker(1?*?time.Second)
	for?{
		select?{
		case?<-timer1.C:
			...
                            
                            
                                分类:
其他好文   时间:
2015-07-28 14:54:46   
                                阅读次数:
95
                             
                    
                        
                            
                            
                                One Person GameTime Limit:1 Second Memory Limit:32768 KB Special JudgeThere is a very simple and interesting one-person game. You have 3 dice, namelyD...
                            
                            
                                分类:
其他好文   时间:
2015-07-28 06:40:52   
                                阅读次数:
104
                             
                    
                        
                            
                            
                                Description
Write a program that finds and displays all pairs of 5-digit numbers that between them use the digits
0 through 9 once each, such that the first number divided by the second is equal...
                            
                            
                                分类:
其他好文   时间:
2015-07-27 21:04:50   
                                阅读次数:
119
                             
                    
                        
                            
                            
                                Hall of FameTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100500/attachmentsDescriptionIt was the second day of IBM Chill Zone, ...
                            
                            
                                分类:
编程语言   时间:
2015-07-27 20:49:23   
                                阅读次数:
123