码迷,mamicode.com
首页 >  
搜索关键字:could    ( 5457个结果
Could not configure Common.Logging from configuration section 'common/logging'
采用的是Winform程序,在app.config配置文件里有程序生成的语句: 将之删除即可。
分类:其他好文   时间:2015-02-05 10:59:36    阅读次数:519
HDU字符串基础题(1020,1039,1062,1088,1161,1200,2017)
并不是很精简,随便改改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
[LeetCode] Sum Root to Leaf Numbers 求根到叶节点数字之和
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
【leetcode】Palindrome Number (easy)
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
Sum Root to Leaf Numbers
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
Linux 下安装 Apache 后启动提示 (98)Address already in use: make_sock: could not bind to address [::]:80
我是在Ubuntu下测试的,其他的系统参考,操作是一样的 看到这个提示了,就应该想到是端口占用 我们先 netstat -lnp|grep 80 看看有没有占用端口的程序(记得用root权限执行,不然显示不完全) 然后看命令的下一行,有没有 LISTEN (进程ID)/(进程名) 如果有,kill 掉那个进程 ID,再尝试启动 Apache 如果 kill...
分类:Web程序   时间:2015-02-04 13:01:42    阅读次数:218
mysql无法启动ERROR! MySQL is running but PID file could not be found ?
转载于: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
leetcode.17-----------Letter Combinations of a Phone Number
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
Leetcode Valid Sudoku
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!