采用的是Winform程序,在app.config配置文件里有程序生成的语句: 将之删除即可。
分类:
其他好文 时间:
2015-02-05 10:59:36
阅读次数:
519
并不是很精简,随便改改A过了就没有再简化了。1020.Problem DescriptionGiven a string containing only 'A' - 'Z', we could encode it using the following method:1. Each sub-stri...
分类:
其他好文 时间:
2015-02-05 00:45:46
阅读次数:
306
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number.An example is the root-to-leaf path 1->2->3 which...
分类:
其他好文 时间:
2015-02-05 00:39:43
阅读次数:
144
Determine whether an integer is a palindrome. Do this without extra space.Some hints:Could negative integers be palindromes? (ie, -1)If you are thinki...
分类:
其他好文 时间:
2015-02-04 23:17:55
阅读次数:
162
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent
a number.
An example is the root-to-leaf path 1->2->3 which represents the number 123.
Find the tota...
分类:
其他好文 时间:
2015-02-04 21:57:07
阅读次数:
180
我是在Ubuntu下测试的,其他的系统参考,操作是一样的
看到这个提示了,就应该想到是端口占用
我们先 netstat -lnp|grep 80 看看有没有占用端口的程序(记得用root权限执行,不然显示不完全)
然后看命令的下一行,有没有 LISTEN (进程ID)/(进程名)
如果有,kill 掉那个进程 ID,再尝试启动 Apache
如果 kill...
分类:
Web程序 时间:
2015-02-04 13:01:42
阅读次数:
218
转载于:http://blog.csdn.net/wuzhilon88/article/details/17616635第一种方法:可能是硬盘满了,清理下垃圾文件。第二种:查看下数据库运行状态/etc/init.d/mysql status提示ERROR! MySQL is running but ...
分类:
数据库 时间:
2015-02-04 10:50:16
阅读次数:
208
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telephone buttons) is given below.
Input:Digit st...
分类:
其他好文 时间:
2015-02-04 09:32:52
阅读次数:
189
Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with ...
分类:
其他好文 时间:
2015-02-04 00:19:40
阅读次数:
225
1. You couldn’t afford the time to perfect anything, but no need to warry , because nobody else could either. 2. Our civilization runs on software—Bja...
分类:
其他好文 时间:
2015-02-03 21:14:46
阅读次数:
205