tail -n /var/log/messages/var/log/messages 系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一 /var/log/secure 与安全相关的日志信息 /var/log/maillog 与邮件相关的日志信息 /var/log/cron ...
分类:
其他好文 时间:
2015-01-11 17:28:17
阅读次数:
166
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:
其他好文 时间:
2015-01-11 06:08:24
阅读次数:
169
光标属性:cursor:pointer|wait|help|progress; 光标变成手掌|转圈|问号|带箭头的问号边框属性:border-color:red;border-width:20px;border-style:none|solid|dotted|dashed|double|inset....
分类:
其他好文 时间:
2015-01-10 22:16:02
阅读次数:
236
字体与颜色:font-family:宋体,楷体,微软雅黑,;font-size:10px; 改变字体的大小font-style:normal|italic(斜体);font-weight:bold; 加粗背景:background-color:red; 背景颜色background-image:ur...
分类:
Web程序 时间:
2015-01-10 18:02:15
阅读次数:
225
New Document
div{
margin-bottom:10px;
width:200px;
height:100px;
}
@keyframes myfirst
{
from {background: red;}
to {background: yellow;}
}
@-moz-keyframes myfirst /* Firefox */
{
from {background:...
分类:
Web程序 时间:
2015-01-10 11:19:52
阅读次数:
232
background-color 属性设置元素的背景颜色。
默认值: transparent
继承性: no
版本: CSS1
JavaScript 语法: object.style.backgroundColor="#00FF00"
可能的值
color_name 规定颜色值为颜色名称的背景颜色(比如 red)。
hex_number 规定颜色值为十六进制值的背景颜色(比...
分类:
Web程序 时间:
2015-01-10 01:20:40
阅读次数:
968
SVN服务器的搭建 -----基于Red Hat Enterprise Linux Server release 6.4 (Santiago) ;Subversion1.6.11 简介:svn是一种版本管理系统,前身是cvs,都是开源软件。为了提高效率,多人协同开发代码,项目代码都...
分类:
系统相关 时间:
2015-01-09 19:37:07
阅读次数:
271
概念:所谓CSS的继承是指被包在内部的标签将拥有外部标签的样式性质,它是依赖于祖先-后代的关系的。继承特性最典型的应用通常发挥在整个网页的样式预设,需要指定为其它样式的部份设定在个别元素里即可。
css规则告诉浏览器如何去渲染HTML页面上特定的元素,css规则由两大部分组成,选择器+声明块,如:body{color:red;}
color属性的继承
案例1://body{color:red...
分类:
Web程序 时间:
2015-01-08 22:51:58
阅读次数:
352
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:
其他好文 时间:
2015-01-08 19:59:45
阅读次数:
151
1 diff -crbB ns-allinone-2.35/ns-2.35/queue/red.cc ns-2.35/queue/red.cc 2 *** ns-allinone-2.35/ns-2.35/queue/red.cc 2011-10-02 15:32:34.00000000...
分类:
其他好文 时间:
2015-01-08 17:18:27
阅读次数:
187