$("#quickSqlDiv a").css({"color":"red"});$("#course a").css({"color":"#000"});使用之后原本的 a标签hover不起作用了div#navsecond div ul li a:hover {text-decoration: u...
分类:
Web程序 时间:
2015-01-30 22:32:23
阅读次数:
268
1.first-line 伪元素选择器用于元素的第一行的文字使用的而样式。如:div:first-line{color:red;},该样式定义了div标签内的第一行文字的颜色。2.first-letter 伪元素选择器用于为元素的首字母或第一个字使用的样式。如:div:frist-letter{fo...
分类:
Web程序 时间:
2015-01-30 22:32:17
阅读次数:
248
#head{width:200px; height: 200px; border: 1px solid #000; ?background: -moz-linear-gradient(top,red,yellow); ?background:-webkit-linear-gradient(top,red,yellow); ?background: -ms-linear-gradient...
分类:
其他好文 时间:
2015-01-30 17:54:39
阅读次数:
95
Git 的入门教程
4> git远程仓库的使用(续>
4.2 git远程服务器的搭建
我用的服务器系统是Red Hat Enterprise Linux Sever release 5, 32位的。...
分类:
其他好文 时间:
2015-01-30 17:41:48
阅读次数:
126
使用MonoDevelop查看代码 1.解压缩一个Ipa文件,找到如下目录2.拖拽一个Assembly-CSharp.dll文件到MonoDevelop工具栏,即可查看C#代码其他C#反编译工具:.NET Reflector:http://www.red-gate.com/products/dotn...
分类:
编程语言 时间:
2015-01-30 14:33:03
阅读次数:
197
使用MonoDevelop查看代码 ? ?1.解压缩一个Ipa文件,找到如下目录 2.拖拽一个Assembly-CSharp.dll文件到MonoDevelop工具栏,即可查看C#代码 其他C#反编译工具: .NET Reflector:http://www.red-gate.com/produ...
分类:
编程语言 时间:
2015-01-30 10:56:17
阅读次数:
177
使用MonoDevelop查看代码
1.解压缩一个Ipa文件,找到如下目录
2.拖拽一个Assembly-CSharp.dll文件到MonoDevelop工具栏,即可查看C#代码
其他C#反编译工具:
.NET Reflector:http://www.red-gate.com/products/dotnet-development/r...
分类:
编程语言 时间:
2015-01-30 10:51:19
阅读次数:
213
题目链接:https://oj.leetcode.com/problems/sort-colors/
题目:
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the or...
分类:
其他好文 时间:
2015-01-30 09:07:20
阅读次数:
236
本文是在学习中的总结,欢迎转载但请注明出处:http://blog.csdn.net/pistolove/article/details/43302343
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue....
分类:
其他好文 时间:
2015-01-30 09:04:36
阅读次数:
140
//redis$redis = new Redis();$redis->connect("host", "port");$redis->select(0); //redis默认有0-15 16个数据库 此处选择0$redis->dbsize(); //返回有多少个key$keys = $red...
分类:
系统相关 时间:
2015-01-29 17:15:15
阅读次数:
367