4.1 CSS工作原理 <div style = "color:green"> <!-- <div>标签中的文本是绿色 --> This text is green. <!-- <p>标签设置了颜色,<p>标签中的文本的颜色为蓝色 --> <p style = "color:blue">This t ...
分类:
其他好文 时间:
2016-06-14 15:54:14
阅读次数:
260
html+css的一些小点: 1.文字环绕图片: <p style="height:400px;width:600px; background:blue;"> <img src=1.jpg align="left" Style="width:300px;height:300px;"/> 长江日报消息 ...
分类:
Web程序 时间:
2016-06-13 21:53:10
阅读次数:
261
1568: [JSOI2008]Blue Mary开公司 Description Input 第 一行 :一个整数N ,表示方案和询问的总数。 接下来N行,每行开头一个单词“Query”或“Project”。 若单词为Query,则后接一个整数T,表示Blue Mary询问第T天的最大收益。 若单词 ...
分类:
Web程序 时间:
2016-06-13 13:42:04
阅读次数:
224
专门针对IE的hack写法:_background:red;/*IE6*/*background:black;/*IE7*/background:blue\9;/*在IE6,IE7,IE8,IE9,IE10下生效*/background:green\0;/*在E8,IE9,IE10下生效*/background:grey\9\0;/*在IE9,IE10下生效*/
分类:
Web程序 时间:
2016-06-13 11:54:27
阅读次数:
171
1103: [POI2007]大都市meg Description 在经济全球化浪潮的影响下,习惯于漫步在清晨的乡间小路的邮递员Blue Mary也开始骑着摩托车传递邮件了。 不过,她经常回忆起以前在乡间漫步的情景。昔日,乡下有依次编号为1..n的n个小村庄,某些村庄之间有一些双 向的土路。从每个村 ...
分类:
其他好文 时间:
2016-06-12 20:18:44
阅读次数:
271
1、经典案例:图文列表:{pc:content action="position" posid="2" order="listorder DESC" num="4"} {loop $data $r} <h4 class="blue"><a href="{$r[url]}" title="{$r[ti ...
分类:
Web程序 时间:
2016-06-12 18:33:42
阅读次数:
360
容易搞定,mainWindow 是一个QWidget。// 设置背景色为蓝色mainWindow.setStyleSheet("background-color:blue;"); // 设置背景图片为bg.pngmainWindow.setObjectName("mainWindow");mainW ...
分类:
其他好文 时间:
2016-06-11 00:34:07
阅读次数:
544
题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1103 题目大意:在经济全球化浪潮的影响下,习惯于漫步在清晨的乡间小路的邮递员Blue Mary也开始骑着摩托车传递邮件了。不过,她经常回忆起以前在乡间漫步的情景。昔日,乡下有依次编号为1.. ...
分类:
其他好文 时间:
2016-06-05 14:03:07
阅读次数:
211
Sort Colors
Total Accepted: 101116 Total
Submissions: 289438 Difficulty: Medium
Given an array with n objects colored red, white or blue, sort them so that objects of the sam...
分类:
其他好文 时间:
2016-06-05 11:14:27
阅读次数:
227
Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the". Given an input string, rever ...
分类:
其他好文 时间:
2016-06-02 23:39:36
阅读次数:
269