码迷,mamicode.com
首页 >  
搜索关键字:permgen space    ( 18346个结果
[leetcode] Length of Last Word
Length of Last Word  Total Accepted: 32811 Total Submissions: 113876My Submissions Question  Solution  Given a string s consists of upper/lower-case alphabets and empty space charact...
分类:其他好文   时间:2015-02-01 16:12:14    阅读次数:148
eclipse快捷键
代码提示菜单Window -> Perferences… -> General -> keys,在中间的列表中选中Command名称为Content Asssist的项,在下面的Binding中按下需要设置的快捷键,如下图的:Shift + Space,然后点Apply或OK保存设置。快捷键设置完成...
分类:系统相关   时间:2015-02-01 14:41:52    阅读次数:165
种类并查集
//http://acm.timus.ru/problem.aspx?space=1&num=1003//分析:树和递归最常用的思想是分治;并查集是一种合并树的数据结构;合并树或加入树节点时,我们只在意新建立的树边上相邻的两个树节点之间的关系,实际上树边只在意相邻两个树节点之间的关系//思路:可以讲...
分类:其他好文   时间:2015-01-31 21:47:14    阅读次数:195
【leetcode】Length of Last Word
前段时间忙数据交换,有一个多月没写java了。。找找手感,刷刷题吧。。 去leetcode上挑了个简单的,题目是这样的。 Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the strin...
分类:其他好文   时间:2015-01-31 19:28:22    阅读次数:168
[LeetCode]Palindrome Number
Q:Determine whether an integer is a palindrome. Do this without extra space. 这道题也是基础题,判断一个数是否是回文数,条件是不能使用额外的空间,意思就是说,你不能把一个Intege转换成string,然后对string进行回文字符串的判断。 另外,如果用Reverse Integer的方法,可能会造成数值溢出,比如判...
分类:其他好文   时间:2015-01-31 12:31:11    阅读次数:169
IDEA找齐Eclipse中的快捷键
1. 鼠标浮在方法名上就能看注释(这个功能的名称叫quick documentation,快捷键是F2或Ctrl+Shift+Space) 设置成自动显示,方法如下: There is nice feature which shows quick documentation when your mouse is...
分类:系统相关   时间:2015-01-31 00:34:42    阅读次数:272
141.Linked List Cycle
Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using extra space? HideTags  Linked List Two Pointers #pragma once #include using namespace std; ...
分类:其他好文   时间:2015-01-30 22:54:42    阅读次数:174
Java虚拟机(JVM)中的内存设置详解
在一些规模稍大的应用中,Java虚拟机(JVM)的内存设置尤为重要,想在项目中取得好的效率,GC(垃圾回收)的设置是第一步。 PermGen space:全称是Permanent Generation space.就是说是永久保存的区域,用于存放C...
分类:编程语言   时间:2015-01-30 19:46:23    阅读次数:270
eclipse中tab键设置
1.点击 window->preference-,依次选择 General->Editors->Text Editors,选中右侧的insert space for tabs;如下图所示,保存,第一步完成;2.点击 window->preference-,依次选择 java(或C++)->code ...
分类:系统相关   时间:2015-01-30 19:04:57    阅读次数:169
项目管理过程归纳
翻出以前的笔记,项目管理过程归纳: 五个项目管理过程组:(源于PDCA,记忆start,plan,do(action),check,end-->space) 启动过程组:定义并批准项目或阶段 规划过程组:定义和细化目标,规划最佳行动方案即从...
分类:其他好文   时间:2015-01-30 06:45:09    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!