码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
MyEclipse部署Jboss出现java.lang.OutOfMemoryError: PermGen space
出现这个问题,有可能是在配置Jboss的时候,并没有对jvm进行配置。需要在这里进行一下相关的配置即可。(白白忙活了半个下午。。。)
分类:编程语言   时间:2015-09-06 17:49:08    阅读次数:201
Insufficient free space for journal files
前两天请假了,公司的很多app突然挂掉了,说是mongodb莫名的挂掉了,赶紧进去看了看日志:2015-08-31T14:06:20.070+0800 [initandlisten] ERROR: Insufficient free space for journal files2015-08-3....
分类:其他好文   时间:2015-09-06 09:45:39    阅读次数:161
sublime text保存时删除行尾空格
打开sublime text,点击在Preferences, Settings-User打开的用户配置中加入以下一行:"trim_trailing_white_space_on_save": true完整的配置如下{ "ignored_packages": [ "Vinta...
分类:其他好文   时间:2015-09-06 09:40:12    阅读次数:380
Oracle 数据库表空间碎片查询和整理
dba_free_space 显示的是有free 空间的tablespace ,如果一个tablespace 的free 空间不连续,那每段free空间都会在dba_free_space中存在一条记录。如果一个tablespace 有好几条记录,说明表空间存在碎片,当采用字典管理的表空间碎片超过50...
分类:数据库   时间:2015-09-05 23:42:34    阅读次数:359
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 examp...
分类:其他好文   时间:2015-09-05 22:05:44    阅读次数:238
CSS强制性换行word-break与word-wrap的使用
一般情况下,元素拥有默认的white-space:normal(自动换行,不换行是white-space:nowrap),当录入的文字超过定义的宽度后会自动换行,但当录入的数据是一堆没有空格的字符或字母或数字(常规数据应该不会有吧,但有些测试人员是会这样子做的),超过容器宽度时就会把容器撑大,不换行...
分类:Web程序   时间:2015-09-05 20:35:52    阅读次数:252
updateStateByKey--word count
http://blog.selfup.cn/619.html private?static?final?Pattern?SPACE?=?Pattern.compile("?"); public?static?void?main(String[]?args)?{ ????StreamingExamples.setStreamingLogLevels(); ? ...
分类:其他好文   时间:2015-09-04 22:47:48    阅读次数:300
address_space 从哪里来
address_space 从哪里来这两天想弄清楚linux的内存分配,忽然看到了address_space,就想弄明白。整个内核就见到 address_space(1)和address_space(2)在这个文件里出现。include/linux/compiler.h: # define __us...
分类:其他好文   时间:2015-09-04 07:28:25    阅读次数:258
HDU-4848 Wow! Such Conquering! (回溯+剪枝)
Problem Description There are n Doge Planets in the Doge Space. The conqueror of Doge Space is Super Doge, who is going to inspect his Doge Army on al...
分类:其他好文   时间:2015-09-03 23:26:14    阅读次数:556
当文本溢出包含的元素时加省略号之text-overflow
text-overflow是css3的属性,用来处理文本溢出,默认裁剪处理,text-overflow属性只能用于block和inline-block元素,内联的和box,flexbox不适用用法:div{white-space: nowrap;text-overflow:ellipsis;over...
分类:其他好文   时间:2015-09-03 15:22:02    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!