1. 系统版本[root@server ~]# lsb_release -dDescription: Red Hat Enterprise Linux Server release 5.10 (Tikanga)2. 打开配置文件[root@server ~]# vim /boot/grub/g...
分类:
系统相关 时间:
2014-10-10 23:35:54
阅读次数:
245
转自:http://stackoverflow.com/questions/25817562/black-bars-appear-in-app-when-targeting-ios7-1-or-7-0-in-xcode6I was able to resolve the issue manually...
分类:
移动开发 时间:
2014-10-10 22:29:34
阅读次数:
210
deb是debian linus的安装格式,跟red hat的rpm很类似,最主要的安装命令是:dpkg -i file.deb dpkg 是Debian Package的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。全部源自Debian的Linux发行版都使用dpkg...
分类:
系统相关 时间:
2014-10-10 21:49:04
阅读次数:
190
[原文链接]1. 红黑树的特性Red-Black Tree ( RBT)也是一种自平衡二叉树,其统计性能要好于 AVL树 。它是在1972年由 鲁道夫·贝尔 发明的,它现代的名字是在 Leo J. Guibas 和 Robert Sedgewick 于1978年写的一篇论文中获得的。它是复杂的,但它...
分类:
其他好文 时间:
2014-10-10 20:45:44
阅读次数:
392
1.CSS hack的技巧!important除IE6外都识别,通用:background-color:blue; /*所有浏览器*/background-color:red\9;/*所有的ie*/background-color:yellow\0; /* ie8+*/*background-col...
分类:
Web程序 时间:
2014-10-10 20:44:44
阅读次数:
222
border:1px solid red;background:red url("img/1.gif") no-repeat fixed center;顺序依次是:background-color:背景颜色background-image:背景图片backgroud-repeat:背景重复(页面上对...
分类:
Web程序 时间:
2014-10-10 15:03:14
阅读次数:
176
用到知识点:float,块元素居中,注意:(如何让浮动元素和块元素在同一行--display: inline-block失效)正确布局代码 正确CSS#left { height: 500px; width: 200px; border:2px solid red; float...
分类:
其他好文 时间:
2014-10-10 14:40:54
阅读次数:
164
deb是debian linus的安装格式,跟red hat的rpm很类似,最主要的安装命令是:dpkg -i file.deb dpkg 是Debian Package的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。全部源自Debian的Linux发行版都使用dpkg...
分类:
系统相关 时间:
2014-10-10 14:28:40
阅读次数:
179
"添加到主屏幕“后,全屏显示 这meta的作用就是删除默认的苹果工具栏和菜单栏。content有两个值”yes”和”no”,当我们需要显示工具栏和菜单栏时,这个行meta就不用加了,默认就是显示。 默认值为default(白色),可以定为black(黑色)和black-translucent(灰色半...
分类:
移动开发 时间:
2014-10-10 12:45:04
阅读次数:
209
按钮在IE6中点击时1px黑边框的最常见的解决方法首先设置按钮为none,然后在按钮外面套一层来实现边框的效果,部分代码如下.btnbox{ border:solid 1px red;}.btn{ border:none;}第二种办法通过滤镜input { filter:chroma(color=#...
分类:
其他好文 时间:
2014-10-10 12:01:24
阅读次数:
121