page-break-after 和page-break-before: page-break-before和page-break-after CSS属性并不会修改网页在屏幕上的显示,这两个属性是用来控制文件的打印方式。每个打印属性都可以设定4种设定值:auto、always、left和right....
分类:
Web程序 时间:
2015-01-20 10:17:57
阅读次数:
191
http://www.cnblogs.com/ini_always/archive/2012/03/03/2378554.html将windows下的vim配置文件_vimrc拷贝到mac下,重命令为.vimrc,本指望实现共用配置文件。但在启动vim时却报了Not an editor comman...
分类:
系统相关 时间:
2015-01-18 22:24:01
阅读次数:
625
普通DP。基本和floyd一个思路。 1 /* 1474 */ 2 #include 3 #include 4 #include 5 6 #define MAXN 15 7 #define MAXK 1005 8 #define MAXD 35 9 #define INF 999999...
分类:
其他好文 时间:
2015-01-16 22:22:40
阅读次数:
236
重启策略:使用在Docker run的时候使用--restart参数来设置。no - container不重启on-failure - container推出状态非0时重启always - 始终重启https://docs.docker.com/reference/commandline/cli/#...
分类:
其他好文 时间:
2015-01-15 10:52:10
阅读次数:
161
写verilog 好多时候,应该知道自己写的代码电路结构是什么样子, 下面分析一下:
module tb(
input clk,
input rst_n,
input de,
output [11: 0] cntx
);
reg [11: 0] cntx;
always @(posedge clk or negedge rst_n)
...
分类:
其他好文 时间:
2015-01-14 12:48:44
阅读次数:
144
前不久,看了Yi Ma的演讲PPT,真的不错。有几句话,想和大家分享一下。
Research is not a profession, it is first a hobby!Research needs faith in there are always interesting new things
for you to discover!
Research is for anyo...
分类:
其他好文 时间:
2015-01-13 23:25:13
阅读次数:
371
在一个较长的字符串这查找匹配的字符串或字符,其中strstr()和strchr()是完全一样的。例:echo strstr('why always you','you');输出:you如果为:echo strstr('why always you','you');则无输出stristr()函数对大小...
分类:
其他好文 时间:
2015-01-13 21:23:02
阅读次数:
173
Installation and usage tutorial for WindowsReleasing your programYou should always ship all needed DLLs & files with your binaries. End-users should n...
Problem Description
TT and FF are ... friends. Uh... very very good friends -________-b
FF is a bad boy, he is always wooing TT to play the following game with him. This is a very humdrum game. ...
分类:
其他好文 时间:
2015-01-10 15:18:18
阅读次数:
186
Writer:BYSocket(泥沙砖瓦浆木匠) ??? 微博:BYSocket ??? 豆瓣:BYSocket Reprint it anywhere u want. Written In The Font ? When we to set some constants for projects, we always use ‘pub...
分类:
编程语言 时间:
2015-01-09 17:40:26
阅读次数:
436