hdu 4791 Alice's Print Service (DP+离线处理)—— black的专栏 —— waShaXiu...
分类:
其他好文 时间:
2014-11-04 13:10:01
阅读次数:
148
target="_black"新窗口打开,且打开第二个链接出来的页面覆盖第一个页面.ui-pg-table td[dir="ltr"]{*width:94px;}.ui-pg-table input[type="text"],.ui-pg-table input[type="password"],....
分类:
Web程序 时间:
2014-11-04 12:55:45
阅读次数:
222
??
裁剪 div 元素中内容的左/右边缘 - 如果溢出元素的内容区域的话:
div
{
overflow-y:hidden;
}
div
{
width:110px;
height:110px;
border:thin solid black;
overflow-x:hidden;
overflow-y:hidden;
}
...
分类:
Web程序 时间:
2014-11-03 13:07:13
阅读次数:
256
题意:给定一个主串,和单词序列,问最少在主串删除多少字母,可以使其匹配到单词序列,如
browndcodw
cow
milk
white
black
brown
farmer
删除主串中的两个d,brown和cow就与整个主串匹配了...
分类:
其他好文 时间:
2014-11-01 16:23:58
阅读次数:
164
1.元组类型let cat =(age:4,weight:2,cocle:"black",beauty :true)if(cat.beauty){ printf("我就不告诉你我的小猫有 \(cat.age)岁,体重\(cat.weight)斤");}else{ printf("过来让我砍死 ...
分类:
编程语言 时间:
2014-11-01 13:21:46
阅读次数:
178
介绍还有一种平衡二叉树:红黑树(Red Black Tree),红黑树由Rudolf Bayer于1972年发明,当时被称为平衡二叉B树(symmetric binary B-trees),1978年被Leonidas J. Guibas和Robert Sedgewick改成一个比較摩登的名字:红黑...
分类:
其他好文 时间:
2014-10-31 20:36:56
阅读次数:
199
对"black,green,yellow,pin,red"几个单词排序01#include #include void sort(char (*p)[20],int n){ char *q; char b[20]; q=b; int i,j; for(i=0;i0) { strcpy(q,...
分类:
编程语言 时间:
2014-10-31 15:09:10
阅读次数:
308
选择器1.类型选择器有时也称元素选择器或简单选择器P {color:black;}h1 {font-weight:bold;}2.后代选择器由其他两个选择器之间的空格表示h1 em 选择器 可以解释为 “作为 h1 元素后代的任何 em 元素”。3.ID选择器和类选择器ID:# 类:.4.通用选择器...
分类:
其他好文 时间:
2014-10-30 15:12:50
阅读次数:
205
1. 2014 10 28 leavey 2 level one black man with a ring seems not a student sitting near me without anything to do just looking at the website There is...
分类:
其他好文 时间:
2014-10-29 16:32:17
阅读次数:
198
符合一贯简单的风格,只需记住两个符号 _ 和 *看例子:#main {background:black;*background:red;_background:blue;}第一句会被所有浏览器承认,于是背景是黑的;第二句只有ie67认,于是只有ie67的背景变红;第三句只有ie6认,于是只有ie6变...
分类:
其他好文 时间:
2014-10-28 13:42:06
阅读次数:
145