码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
JAVA内存溢出
一、内存溢出类型1、java.lang.OutOfMemoryError: PermGen space JVM管理两种类型的内存,堆和非堆。堆是给开发人员用的上面说的就是,是在JVM启动时创建;非堆是留给JVM自己用的,用来存放类的信息的。它和堆不同,运行期内GC不会释放空间。如果web app用....
分类:编程语言   时间:2015-10-20 22:45:13    阅读次数:246
处理数据库的常用SQL(SQL SERVER)
常用SQL -- 查看表记录数 SELECT a.id, b.[name], a.rowcnt FROM sysindexes a, sys.tables b WHERE a.id = b.[object_id] AND a.indid <=1 ORDER BY b.[name] -- 查看文件组 SELECT name, data_space_id 文件组i...
分类:数据库   时间:2015-10-20 18:01:58    阅读次数:220
ocp-528
QUESTION NO: 528 You are using the flash recovery area (fast recovery area in 11g Release 2) to store backup related files in your database. After regular monitoring of space usage in the Mash recove...
分类:其他好文   时间:2015-10-20 15:23:53    阅读次数:245
博客园代码块
.cnblogs_code pre {font-family: Courier New!important;font-size: 15px!important;word-wrap: break-word;white-space: pre-wrap;}.cnblogs_code span {font-...
分类:其他好文   时间:2015-10-20 01:14:28    阅读次数:193
CSS 多行文本换行,溢出部分省略号
//但行文本省略号 overflow: hidden; text-overflow: ellipsis; white-space: nowrap; //多行文本省略号 overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-b...
分类:Web程序   时间:2015-10-19 22:38:04    阅读次数:220
Personal Photo Management Application
Customer Problems & NeedsPeople may take a large number of photos and their phone don't have enough space to store them, however some of the photos ar...
分类:移动开发   时间:2015-10-19 22:23:40    阅读次数:194
tomcat部署问题
<?xml?version="1.0"?encoding="UTF-8"?> <Context??path="/mis"?docBase="E:\idea_space\trunk\Develop\package\pro\mis"?debug="0"?privileged="true"?reloadable="true"?> </Context> 1)配置tomcat路...
分类:其他好文   时间:2015-10-19 19:31:29    阅读次数:178
每天一个linux命令(12):more命令
http://www.cnblogs.com/peida/archive/2012/11/02/2750588.htmlmore命令,功能类似cat,cat命令是整个文件的内容从上到下显示在屏幕上。more会以一页一页的显示方便使用者逐页阅读,而最基本的指令就是按空白键(space)就往下一页显示,...
分类:系统相关   时间:2015-10-19 12:41:14    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!