码迷,mamicode.com
首页 >  
搜索关键字:permgen space    ( 18346个结果
Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space.方法一:public class Solution { public boolean isPalindrome(int x) { S...
分类:其他好文   时间:2015-01-29 23:57:41    阅读次数:222
Tomcat – java.lang.OutOfMemoryError: PermGen space Cause and Solution
Tomcat – java.lang.OutOfMemoryError: PermGen space Cause and Solution
分类:编程语言   时间:2015-01-29 22:24:30    阅读次数:153
Tomcat内存溢出(java.lang.OutOfMemoryError: PermGen space)
Tomcat启动时报如下错误:java.lang.OutOfMemoryError: PermGen space解决办法: 配置相关内存大小。其中按照启动tomcat的不同方式,分如下三种情况 a):如果是eclipse的tomcat插件启动tomcat,在“window”菜单-“Preferenc...
分类:编程语言   时间:2015-01-29 17:26:21    阅读次数:250
ubuntu14.04使用常识和一些小问题
1.锁屏之后总是卡机 因为ubuntu14.04不太稳定,这是一个bug 解决办法:关闭锁屏 在system setting 中的brightness& lock中设置。 你可以只关闭屏幕而不锁定用户,也就是唤醒时不需要密码 2.ubuntu14安装好后,默认是有google拼音的,你可以使用ctrl+space进行切换。 ubuntu14.04安装搜狗输入法及配置(快捷键无效的解决方...
分类:系统相关   时间:2015-01-29 16:04:22    阅读次数:295
ubuntu14.04使用常识和一些小问题总结
1.锁屏之后总是卡机 因为ubuntu14.04不太稳定,这是一个bug 解决办法:关闭锁屏 在system setting 中的brightness& lock中设置。 你可以只关闭屏幕而不锁定用户,也就是唤醒时不需要密码 2.ubuntu14安装好后,默认是有google拼音的,你可以使用ctrl+space进行切换。 ubuntu14.04安装搜狗输入法及配置(快捷键无效的解决方...
分类:系统相关   时间:2015-01-29 16:03:15    阅读次数:382
Python for Bioinfomatics(生物信息学)
博客:葡萄皮的个人博客--卢宏超(作者)http://blog.sciencenet.cn/home.php?mod=space&uid=565112&do=blog&view=me&from=space&page=3在网上见到有一本书叫Python for Bioinfomatics, 作者是SE...
分类:编程语言   时间:2015-01-29 14:15:22    阅读次数:239
eclipse内存设置,tomcat内存设置,查看内存大小
首先可以通过java/jdk/bin下的java visualVM查看eclipse的内存大小和tomcat的内存大小,主要看堆,PermGen两个大小如图:多数情况下,eclipse抛出内存溢出的错误,并不一定仅仅是eclipse内存大小的,可以通过上面的这个工具查看是什么原因引起的内存溢出错误如...
分类:系统相关   时间:2015-01-29 14:10:46    阅读次数:228
leetcode.9---------------Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative integers be palindromes? (ie, -1) If you are thinking of convert...
分类:其他好文   时间:2015-01-29 12:50:33    阅读次数:138
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?/** * Definition for singly-linked list. *...
分类:其他好文   时间:2015-01-29 12:07:35    阅读次数:117
[LeetCode] Word Break 拆分词句
Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exampl...
分类:其他好文   时间:2015-01-29 07:02:47    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!