This year is the 60th anniversary of NJUST, and to make the celebration more colorful, Tom200 is going to invite distinguished alumnus back to visit and take photos.
After carefully planning, Tom200 announced his activity plan, one that contains two char...
分类:
其他好文 时间:
2015-04-29 10:07:17
阅读次数:
149
In Keil C, it is necessary to implement char putchar(char c), or the powerful function printf would not work.
We should notice in here : new line command for serial output be "\r\n" (line feed:LF,...
分类:
其他好文 时间:
2015-04-29 07:18:43
阅读次数:
128
We often have to copy large volumes of information. Such operation can take up many computer resources. Therefore, in this problem you are advised to come up with a way to copy some part of a number a...
分类:
其他好文 时间:
2015-04-28 18:40:33
阅读次数:
250
"Code should be written to minimize the time it would take for someone else to understand it."
日常工作的事实是: 写代码前的思考和看代码的时间远大于真正写的时间
读代码是很平常的事情,不论是别人的,还是自...
分类:
其他好文 时间:
2015-04-28 17:44:56
阅读次数:
151
1、修改MySQL配置文件,使MySQL登陆时跳过密码验证skip-grant-tables2、重启MySQL服务service mysql restart3、进入MySQL,修改user表中的密码[root]#mysql -u rootmysql> show databases;mysql> us...
分类:
数据库 时间:
2015-04-28 13:28:20
阅读次数:
155
Best Cow LineTime Limit:1000MSMemory Limit:65536KTotal Submissions:12314Accepted:3579DescriptionFJ is about to take hisN(1 ≤N≤ 2,000) cows to the annu...
分类:
其他好文 时间:
2015-04-27 23:05:00
阅读次数:
173
Round Robina
Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^
题目描述
Suppose that N players sit in order and take turns in a game, with the first person following the last pe...
分类:
其他好文 时间:
2015-04-27 21:48:03
阅读次数:
126
uva 10891 Game of Sum (DP)
This is a two player game. Initially there are n integer numbers in an array and players
A and B get chance to take them alternatively. Each player can take one o...
分类:
其他好文 时间:
2015-04-26 09:31:20
阅读次数:
140
LINQ类似于SQL查询语言,通过设定一系列的查询条件对表中数据进行查找和筛选,他分为以下几种语句:1.筛选:Where :返回满足条件的元素子集,take:返回前count个元素舍弃其他元素,skip:返回后count个元素,舍弃其他元素,Distinct: 返回不含重复元素的集合。2.投影:se...
分类:
其他好文 时间:
2015-04-25 21:10:26
阅读次数:
142
/home/wkubuntu/mysql/data/iZ25sgya7raZbak.pid pid 文件notfond 错误解决一、截图snipingtoolskip-locking 修改成 skip-external-locking添加两个 skip-name-resolve 和skip-gran...
分类:
数据库 时间:
2015-04-25 18:06:56
阅读次数:
171