How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?you can following the nest line do ,install almost all development to...
分类:
系统相关 时间:
2014-06-07 01:23:47
阅读次数:
317
SystemTap是我目前所知的最强大的内核调试工具,有些家伙甚至说它无所不能:)
Debuted in 2005 in Red Hat Enterprise Linux 4 Update 2 as a technology preview.
After four years in development, System 1.0 was released in 2009.
As of 2011 SystemTap runs fully supported in all Linux distributions...
分类:
其他好文 时间:
2014-06-05 12:35:09
阅读次数:
280
1、错误描述
freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Lexical error at line 16, column 50. Encountered: "\uff01" (65281), after : "" in course.ftl
at freemarker...
分类:
其他好文 时间:
2014-06-05 07:59:23
阅读次数:
364
空标签方式:(每次都要添加空div).clearfix{clear:both;}BFC方式:(局限性:不能有谈层).clearfix{*zoom:1;overflow:hidden;}伪元素方式:.clearfix{*zoom:1;}.clearfix:after{display:block;cle...
分类:
Web程序 时间:
2014-06-03 13:54:02
阅读次数:
305
一、jQuery添加元素(通过 jQuery,可以很容易地添加新元素/内容。)1、添加新的
HTML 内容,用于添加新内容的四个 jQuery 方法(都能解析HTML标签):append() - 在被选元素的结尾插入内容This is a
paragraph.This is another para...
分类:
Web程序 时间:
2014-06-03 07:30:55
阅读次数:
528
For screening materials for different sizes,
vibrating screen is playing its role. After separating, the aggragates that can
meet your requirements wi...
分类:
其他好文 时间:
2014-05-31 15:20:11
阅读次数:
205
有几种方法 但都需要你指定一个节点 根据这个节点进行添加
如现有一节点Id为pr:一,向该节点内部后方添加:1 $("#pr").append("");2
$("").appendTo("#pr");二,向该节点内部前方添加:1 $("#pr").prepend("");2 $("")...
分类:
Web程序 时间:
2014-05-31 14:31:49
阅读次数:
263
NameNumericDescriptionHexISO in CSS
contentOctal no-break space%A0p:before { content:"\00a0";
}alert("\240");¡?¡inverted exclamation m...
分类:
Web程序 时间:
2014-05-31 11:26:22
阅读次数:
881
/部门下拉选单绑定数据 function CreateDeptEntity(dataList) {
var select = "#setdept"; jQuery(select).empty(); jQuery(select).append("请选择");
if (dataList != null ...
分类:
其他好文 时间:
2014-05-30 23:48:44
阅读次数:
440
关于“+”运算符对字符串的连接,不同的平台在实现上可能会略有不同。1、 Oracle
JDK1.7当使用“+”对字符串进行连接时,会创建一个临时的StringBuilder对象,该对象调用append方法负责字符串的连接操作,然后再调用StringBuilder类的toString方法转换成Stri...
分类:
其他好文 时间:
2014-05-30 18:13:21
阅读次数:
265