凝思与其他操作linux操作系统有所区别,同样的应用,部署到凝思下面就不能正常运行,搞不清楚为啥,解决问题的过程是苦闷的,能力范围内,尽可能为大家提供帮助,也为自己经验积累,希望对大家的问题有所帮助。1:问题描述:mysql数据库表是小写,应用报找不到大写的数据表,to..
分类:
其他好文 时间:
2014-09-05 18:27:12
阅读次数:
189
Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you use extra space?A s...
分类:
其他好文 时间:
2014-09-05 07:39:10
阅读次数:
261
解决办法:如果在测试的时候可能会用Eclispe 这时候就需要在Eclipse ->run -arguments 中的VM arguments 中输入-Xms32m -Xmx800m这个参数就可以了。后来在Eclilpse中修改了启动参数,在VM arguments 加入了-Xms32m -Xmx8...
分类:
编程语言 时间:
2014-09-03 21:09:37
阅读次数:
226
Sort a linked list in O(n log n) time using constant space complexity. 1 package SortList; 2 3 import java.util.Iterator; 4 5 class ListNode { 6 7 ...
分类:
编程语言 时间:
2014-09-03 21:00:47
阅读次数:
291
Martian Mining
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 2415
Accepted: 1480
Description
The NASA Space Center, Houston, is less than 200 miles from ...
分类:
其他好文 时间:
2014-09-03 16:59:27
阅读次数:
240
Alt+回车 导入包,自动修正
Ctrl+N 查找类
Ctrl+Shift+N 查找文件
Ctrl+Alt+L 格式化代码
Ctrl+Alt+O 优化导入的类和包
Alt+Insert 生成代码(如get,set方法,构造函数等)
Ctrl+E或者Alt+Shift+C 最近更改的代码
Ctrl+R 替换文本
Ctrl+F 查找文本
Ctrl+Shift+Space 自动...
分类:
移动开发 时间:
2014-09-03 13:12:06
阅读次数:
243
Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is greater or equal...
分类:
其他好文 时间:
2014-09-03 11:05:46
阅读次数:
168
当div内内容超出大小时可用以下属性进行隐藏 同时用div的title属性进行提示 当鼠标放到上面时显示未被全部显示的内容CSS 参考手册实例设置 overflow 属性:div { width:150px; height:150px; overflow:scroll; }亲自试一试浏览器...
分类:
Web程序 时间:
2014-09-03 10:51:06
阅读次数:
468
浙大acm,第一题 Calculate a + b Input The input will consist of a series of pairs of integers a and b,separated by a space, one pair of integers per line. Output For each pair of input integers a ...
分类:
编程语言 时间:
2014-09-03 06:16:56
阅读次数:
260
查看ocr的存放位置[oracle@rac1 ~]$ ocrcheckStatus of Oracle Cluster Registry is as follows : Version : 2 Total space (kbytes) ...
分类:
其他好文 时间:
2014-09-02 21:13:25
阅读次数:
263