码迷,mamicode.com
首页 >  
搜索关键字:tomcat、eclipse、outofmemoryerror: permgen space    ( 18347个结果
Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:其他好文   时间:2014-05-17 11:30:21    阅读次数:247
LA 3350
The NASA Space Center, Houston, is less than 200 miles from San Antonio, Texas (the site of the ACM Finals this year). This is the place where the ast...
分类:其他好文   时间:2014-05-13 16:52:45    阅读次数:490
atitit.eclipse 新特性总结3.1--4.3
atitit.eclipse 新特性总结3.1--4.3  Eclipse 3.1 1 Eclipse 3.2 Java开发工具的新特性 2 1. 内容辅助(Ctrl+Space)模板 2 2. 动态地重排它的建议 2 3. Quick Fix"的功能 2 Eclipse 3.3 M1 新特性一览 5 4. Browse all references 5 5. More Java ...
分类:系统相关   时间:2014-05-13 07:20:55    阅读次数:560
【LeetCode】Set Matrix Zeroes
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-05-12 08:22:51    阅读次数:255
[Ubuntu]安装中文输入法
安装了英文版的Ubuntu12.04之后,使用ctrt+space无法切换到中文,才反应过来。 于是查询了下怎么在Ubuntu下安装和配置中文输入法。 第一步安装语言包: 在左侧的菜单栏中点击 system setting 然后搜索下Lanuage Support,弹出一个语言支持的对话框,选择Install/Remove Languages.. 在语言选择中找到简体中文,...
分类:其他好文   时间:2014-05-11 14:52:46    阅读次数:371
(练手备忘)汇编实现将输入的字符串中的空格去掉后反序输出
功能:任意输入一个字符串,去掉其中的空格后反序输出 编译器使用的是MASMPlus ;#Mode = DOS MAXLEN = 64 ;设置字符串的最大长度 SPACE = ' ' ;空格 datasg segment buffer db MAXLEN+1,0,MAXLEN+1 dup(0) ;字符串输入缓冲区 string db MAXLEN+3 dup(0)...
分类:其他好文   时间:2014-05-11 14:25:57    阅读次数:353
[计数dp] ural 1114. Boxes
题目链接: http://acm.timus.ru/problem.aspx?space=1&num=1114 1114. Boxes Time limit: 0.6 second Memory limit: 64 MB N boxes are lined up in a sequence (1 ≤ N ≤ 20). You have A red ball...
分类:其他好文   时间:2014-05-09 21:58:58    阅读次数:471
VS 快捷键
操作快捷方式重命名F2强迫智能感知Ctrl + J显示方法重载参数Ctrl + Shift + Space查找(向下,向上)Ctrl + F (向下F3 ,向上 Shift + F3)格式化整个文档Ctrl + E, Ctrl + D折叠/展开代码块Ctrl + M, Ctrl + M折叠/展开整个...
分类:其他好文   时间:2014-05-09 20:29:34    阅读次数:329
Web项目java.lang.OutOfMemoryError: PermGen space异常解决
接手一个新的Web项目,编译运行(Tomcat版本为7),运行的时候报出了java.lang.OutOfMemoryError: PermGen space的异常,搜了一下这样解释: PermGen space的全称是Permanent Generation space,是指内存的永久保存区域。 为...
分类:编程语言   时间:2014-05-09 15:24:42    阅读次数:374
工作中遇到一些不会写的样式
单词不换行 word-break:"break-all"text-overflow:ellipsis; 超出部分用...代替overflow:hidden;超出不分隐藏字体显示在一行 white-space:"nowrap"想要字体换行显示 max-height:""; 原价...
分类:其他好文   时间:2014-05-09 07:45:10    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!