第一种情况: .content { overflow:hidden; width:100%; height:200px; border:2px dotted blue; } ...
分类:
其他好文 时间:
2014-09-25 19:04:47
阅读次数:
153
<!DOCTYPEhtml>
<html>
<head>
<metacharset="utf-8">
<title></title>
<style>
a{
color:black;
}
a:visited{
color:purple;
}
a:hover{
color:red
}
a:active{
color:blue;
}
</style>
</head>
&..
分类:
Web程序 时间:
2014-09-25 11:42:49
阅读次数:
254
Problem Description
We use Red, Green and Blue to make new colours. See the picture below:
Now give you n rectangles, the colour of them is red or green or blue. You have calculate the area ...
分类:
其他好文 时间:
2014-09-25 10:46:38
阅读次数:
211
题目描述:Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".解决方案:该题目解决思路很简单,新建一个字符串,然...
分类:
其他好文 时间:
2014-09-24 23:25:27
阅读次数:
171
题目链接Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the". 1 class Solution { 2 publ...
分类:
其他好文 时间:
2014-09-22 20:28:23
阅读次数:
128
js取iframe内容 IE下操作IFrame内容的代码:document.frames["MyIFrame"].document.getElementById("s").style.color="blue";但是这在Firefox下无效。所以,想到在Firefox下用FireBug来调试。经过调试...
分类:
Web程序 时间:
2014-09-22 16:29:12
阅读次数:
189
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 constitutes...
分类:
其他好文 时间:
2014-09-21 17:35:30
阅读次数:
225
请见如下一个闭包示例:color = "red";var obj = { color: "blue", getColor: function () { function displayColor() { return this.color; ...
分类:
编程语言 时间:
2014-09-21 04:12:10
阅读次数:
208
Blue JeansTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:308064-bit integer IO format:%lld Java class name:Main...
分类:
其他好文 时间:
2014-09-19 23:54:16
阅读次数:
279
DescriptionThe Genographic Project is a research partnership between IBM and The National Geographic Society that is analyzing DNA from hundreds of th...
分类:
其他好文 时间:
2014-09-19 22:21:16
阅读次数:
257