Problem Description
You play a game with your friend. He draws several lines on the paper with n×m square grids (see the left figure). After that, he writes down the number of lines passing through...
分类:
其他好文 时间:
2014-09-21 02:54:39
阅读次数:
381
1, Insert
MongoDB is database storing document object, the type of which is called Bson.(like JSON);
Example: // document defination
Now after using command[db.posts.insert(doc)], you will...
分类:
数据库 时间:
2014-09-21 01:19:39
阅读次数:
380
Strings are constant; their values cannot be changed after they are created String s1 = "Hello";String s2 = "Hello";System.out.println(s1==s2); //true...
分类:
其他好文 时间:
2014-09-20 17:16:59
阅读次数:
185
http://poj.org/problem?id=3009DescriptionOn Planet MM-21, after their Olympic games this year, curling is getting popular. But the rules are somewhat ...
分类:
其他好文 时间:
2014-09-20 01:04:46
阅读次数:
279
Any shell script you run has access to (inherits) the environment variables accessible to its parent shell. In addition, any arguments you type after the script name on the shell command line are p...
分类:
其他好文 时间:
2014-09-19 15:49:26
阅读次数:
282
尝试新的12c oem 结果报错, 详细解决方案,你也可以尝试安装12c oem 感觉很棒!...
分类:
数据库 时间:
2014-09-19 15:36:45
阅读次数:
588
/* rect(x,y,width,height); width, height正负代表了从原点的绘制方向,矩形的长宽都是取得绝对值 */ // Do any additional setup after loading the view, typically from a nib.#prag...
分类:
其他好文 时间:
2014-09-19 13:39:25
阅读次数:
286
1.:focus 选择器用于选取获得焦点的元素。 案例:http://www.w3school.com.cn/tiy/t.asp?f=css_sel_focus2.clearfix清除浮动闭合容器之:after与:before 首先对伪类:before与:after做下注脚 :before 伪元素在...
分类:
Web程序 时间:
2014-09-19 11:32:25
阅读次数:
243
CSS中存在一些比较特殊的属性,称之为伪类,它们之中最常用的就是定义链接的伪:link,:visited,:hover,:active等。 除了它们,还有一些不被常使用的伪类,有:focus,:first-child,:lang等。 而且CSS里不光有伪类,还有伪元素,比如::first-lett....
分类:
Web程序 时间:
2014-09-18 20:24:34
阅读次数:
274
1.创建触发器create or replace trigger trigger_name_xxx after delete or update or inserton table_name_yyy for each row[declare var_name_zzz type_name_ttt;]b...
分类:
数据库 时间:
2014-09-18 16:16:34
阅读次数:
258