下载了最新的centos7适用了下. 记录了下安装过程 安装略过. 只选择最小化安装 重启,登录 yum install net-tools 在mate官网中?http://wiki.mate-desktop.org/download? 这个地址中,有RHEL7安装mate方法 Red Ha...
分类:
其他好文 时间:
2014-07-22 08:16:33
阅读次数:
443
http://stackoverflow.com/questions/3723831/set-a-button-background-image-iphone-programmaticallyhttp://stackoverflow.com/questions/11469908/how-to-cha...
分类:
移动开发 时间:
2014-07-22 00:37:33
阅读次数:
239
概念:NSString 类定义了管理不可变字符串的程序接口。一个不可变的字符串就是一旦定以后随后就不可以在被改变。NSString 代表一组Unicode数组,换句话说,一个文本字符串。NSString的可变子类是NSMutableString。NSString有两个原始的方法:length和cha...
分类:
其他好文 时间:
2014-07-22 00:25:36
阅读次数:
188
You may have noticed brown-red stains forming around your sinks and bathroom fixtures and the water tha . Tags: canadian water warehouse, water treatm...
分类:
其他好文 时间:
2014-07-22 00:19:36
阅读次数:
279
网络上的计算机很容易被黑客利用工具或其它手段进行扫描,以寻找系统中的漏洞,然后再针对漏洞进行攻击。 通过伪装Linux系统,给黑客设置系统假象,可以加大黑客对系统的分析难度,引诱他们步入歧途,从而进一步提高计算机系统的安全性。下面以Red Hat Linux为例,针对几种黑客常用的途径介绍一些常用....
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...
分类:
其他好文 时间:
2014-07-20 21:36:16
阅读次数:
186
1,函数 color 颜色运算,常用的两个函数 lighten(亮度)和darken(变暗); 如: .class{ color: lighten(red,10%); }可使红色变亮10%。2,变量 Variables URLs的使用, @images: "../img"; body{...
分类:
其他好文 时间:
2014-07-19 17:31:52
阅读次数:
315
.header{ width:100%; height:100px; background:red; color:#333333;}aaaaaaaaaaaaaaeeeeeeeeeeeeeeeeeeeeeedddddddddddddddddddddddddddddddddddddddddddd...
分类:
其他好文 时间:
2014-07-19 17:25:05
阅读次数:
134
.div1{ width:100px; height:50px; background-color:Gray; opacity: 0.5; border:1px solid red; box-shadow:0 0 50px inset; border-radius:10px; margin:100px auto}
function gaibian() {
...
分类:
编程语言 时间:
2014-07-19 08:27:20
阅读次数:
214
上面的思维导图已经大致将这六种选择器的重要点描述出来了,下面用代码再一一实验一次。
1.HTML选择器(标签选择器)
将需要定义样式的元素作为选择符,在标签中进行样式的定义。
HTML选择器
p{
color:red;
font-size:1cm;
}
b{
color:green;
...
分类:
Web程序 时间:
2014-07-19 02:21:26
阅读次数:
286