码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
Java heap space
解决办法:如果在测试的时候可能会用Eclispe 这时候就需要在Eclipse ->run -arguments 中的VM arguments 中输入-Xms32m -Xmx800m这个参数就可以了。后来在Eclilpse中修改了启动参数,在VM arguments 加入了-Xms32m -Xmx8...
分类:编程语言   时间:2014-09-03 21:09:37    阅读次数:226
单向链表的归并排序(Java)
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
poj 2948
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
Android studio快捷键
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
Merge Sorted Array <leetcode>
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
CSS overflow white-space CSS3 text-overflow 属性
当div内内容超出大小时可用以下属性进行隐藏 同时用div的title属性进行提示 当鼠标放到上面时显示未被全部显示的内容CSS 参考手册实例设置 overflow 属性:div { width:150px; height:150px; overflow:scroll; }亲自试一试浏览器...
分类:Web程序   时间:2014-09-03 10:51:06    阅读次数:468
python基础 -- acm
浙大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的备份与恢复
查看ocr的存放位置[oracle@rac1 ~]$ ocrcheckStatus of Oracle Cluster Registry is as follows : Version : 2 Total space (kbytes) ...
分类:其他好文   时间:2014-09-02 21:13:25    阅读次数:263
Leetcode-Length of Last Word
Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last word doe...
分类:其他好文   时间:2014-09-02 21:11:15    阅读次数:171
Oracle本地管理对比数据字典管理表空间
Locally vs. Dictionary Managed Tablespaces 整理自:http://www.orafaq.com/node/3. When Oracleallocates space to a segment (like a table or index), a group of contiguousfree blocks, called an extent,...
分类:数据库   时间:2014-09-02 14:14:04    阅读次数:360
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!