假设你使用的是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
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
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
1、查看机器型号 [root@local ~]# dmidecode | grep "Product Name" Product Name: VMware Virtual Platform Product Name: 440BX Desktop Reference Platform2、查询Linux...
分类:
系统相关 时间:
2014-07-02 20:12:21
阅读次数:
310
#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
Linux6.264位安装oracle11g目录一、安装环境...1二、系统要求...1三、安装准备...1四、软件环境配置...21、oracle必备的开发工具...22、修改操作系统核心参数...33、创建oracle用户及组...4五、安装过程...4六、数据库建库...15七、安装监听...23一、安装环境Linux服务器:RedH..
分类:
数据库 时间:
2014-07-02 06:50:03
阅读次数:
331