码迷,mamicode.com
首页 >  
搜索关键字:red hat5.5安装java(jdk)显示的版本不对    ( 13693个结果
jQuery .css color 重写 :hover样式没了
$("#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
css 伪类选择器
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的入门教程<三>
Git 的入门教程 4> git远程仓库的使用(续>       4.2 git远程服务器的搭建       我用的服务器系统是Red Hat Enterprise Linux Sever release 5, 32位的。...
分类:其他好文   时间:2015-01-30 17:41:48    阅读次数:126
Unity3d-反编译C#和提取资源
使用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
Unity3d-反编译C#和提取资源
使用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
Unity3d-反编译C#和提取资源
使用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
LeetCode-Sort Colors
题目链接: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
Sort Colors
本文是在学习中的总结,欢迎转载但请注明出处: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和memcache列出所有key
//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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!