码迷,mamicode.com
首页 >  
搜索关键字:blue jeans    ( 1840个结果
CSS hack:IE6,IE7,firefox显示不同效果
区别不同浏览器的CSShack写法:区别IE6与FF:background:orange;*background:blue;区别IE6与IE7:background:green!important;background:blue;区别IE7与FF:background:orange;*backgro...
分类:Web程序   时间:2014-05-17 19:30:27    阅读次数:339
ECNU 1328 Stripes (sg函数)
看了张一飞大神的论文,开始找题做,上面提到的一个就是ecnu上的题链接:http://www.acm.cs.ecnu.edu.cn/problem.php?problemid=1328题目大意:给定red、green、blue三种长度分别为c、z、n的矩形条纹,要求用这三种矩形条纹来cover大小为...
分类:其他好文   时间:2014-05-17 18:23:23    阅读次数:292
LeetCode OJ - Reverse Words in a String
题目: Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the".解题思路: 1、先对字符串进行一次总...
分类:其他好文   时间:2014-05-16 05:44:30    阅读次数:263
事件封装(多个函数绑定一个事件,估计这样解释不对)
"http://www.w3.org/TR/html4/loose.dtd">         -->                 .red{width:100px;height:100px;background:red;}         .blue{width:100px;height:100px;background:blue;}...
分类:其他好文   时间:2014-05-15 23:16:15    阅读次数:379
[LeetCode]Reverse Words in a String
题目:Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Clarification:What constitu...
分类:其他好文   时间:2014-05-13 22:45:04    阅读次数:317
关于阿里的一道笔试题分析
其题目如下:#pragma pack(2)class A{public: int i; union U { char buff[13]; int i; }u; void foo() { } typedef char* (*f)(void*); enum{red, green, blue} ...
分类:其他好文   时间:2014-05-12 21:18:19    阅读次数:321
extjs的css样式更改
.x-column-header{//更改grid表头样式 color:blue; font-size:12px;}
分类:Web程序   时间:2014-05-12 02:36:10    阅读次数:760
android--graphics
Color类Constants|____BLACK, BLUE, CYANMethods|____argb,rgb,alpha, red, green, blue|____parseColor
分类:移动开发   时间:2014-05-10 22:53:15    阅读次数:315
Linux 查看系统硬件信息(实例详解)
cpulscpu命令,查看的是cpu的统计信息.blue@blue-pc:~$lscpu Architecture:i686#cpu架构 CPUop-mode(s):32-bit,64-bit ByteOrder:LittleEndian#小尾序 CPU(s):4#总共有4核 On-lineCPU(s)list:0-3 Thread(s)percore:1#每个cpu核,只能支持一个线程,即不支持超线程 Core(s)perso..
分类:系统相关   时间:2014-05-09 21:21:28    阅读次数:579
[Java,MVC] Eclipse下搭建Spring MVC
转自:http://blog.csdn.net/blue_jjw/article/details/8752466 一、新建Dynamic Web Project 一个web工程最基本的,只看3个地方,在根目录下(这个目录一般习惯叫WebContent或WebRoot)有 : 1.WebRoot/WE...
分类:编程语言   时间:2014-05-08 14:22:46    阅读次数:628
1840条   上一页 1 ... 181 182 183 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!