假设你使用的是Fedora, Red Hat, CentOS, 或者 ScientificLinux 系统,使用以下的命令安装GNU的C/C++开发包和编译器。# yum groupinstall 'Development Tools' 假设你使用的是Debian 或者 UbuntuL...
分类:
编程语言 时间:
2014-07-09 19:30:48
阅读次数:
226
一.匹配原理浏览器CSS匹配不是从左到右进行查找,而是从右到左进行查找。比如之前说的 DIV#divBox p span.red{color:red;},浏览器的查找顺序如下:先查找 html 中所有 class=’red’ 的 span 元素,找到后,再查找其父辈元素中是否有p元素,再判断p的父元...
分类:
Web程序 时间:
2014-07-09 18:43:58
阅读次数:
262
java后台数据如下:name=刘德华,在jsp页面使用便签输出:页面显示为:姓名: 刘德华完全没有达到效果有没有!查看html页面源码:姓名: <span style="color:red">刘德华</span>推断问题出在上,于是将的escapeXml...
分类:
Web程序 时间:
2014-07-09 16:09:22
阅读次数:
228
Red and Black
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 8911 Accepted Submission(s): 5535
Problem Description
There is a rec...
分类:
其他好文 时间:
2014-07-08 17:01:00
阅读次数:
178
Red and Black
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 8909 Accepted Submission(s): 5533
Problem Description
There is a r...
分类:
其他好文 时间:
2014-07-08 16:58:22
阅读次数:
207
Hat's Fibonacci
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 6925 Accepted Submission(s): 2279
Problem Description
A Fibonacc...
分类:
其他好文 时间:
2014-07-08 14:00:45
阅读次数:
215
1、 首次启动Red Hat Linux 9——1.1、选择操作系统——系统首次启动后,首先运行引导装载程序GRUB,选择相应的系统进入。——1.2、首次启动初始化配置——首次启动,系统会运行firstboot守护进程,分别经过欢迎、用户账号、日期和时间、Red Hat网络、额外光盘、结束设置几个步...
分类:
系统相关 时间:
2014-07-08 12:39:41
阅读次数:
262
<script>
window.onload=function(){
loadScriptURL(‘script/head.js‘)
loadScriptcode(‘alert("hahaha");‘);
loadStyleURL(‘a.css‘);
varcsscode=‘#box{background:red}‘;
loadStyleCODE(csscode);
}
functionloadScriptURL(url){
varscript=document.createElement("sc..
分类:
其他好文 时间:
2014-07-08 09:47:27
阅读次数:
161
/**************枚举*****************///public enum Colors{//Red,Yellow,Blue,Black,White//}//public static void main(String[] args) {//Colors c = Colors....
分类:
其他好文 时间:
2014-07-06 17:01:16
阅读次数:
204
#box{color:red;/*所有浏览器都支持*/color:red!important;/*Firefox、IE7支持*/_color:red;/*IE6支持*/*color:red;/*IE6、IE7支持*/*+color:red;/*IE7支持*/color:red\9;/*IE6、IE7、IE8支持*/color:red\0;/*IE8支持*/}
分类:
Web程序 时间:
2014-07-02 10:58:18
阅读次数:
164