错误信息:EshellV5.10.3(abortwith^G)1>crypto:start().**exceptionerror:undefinedfunctioncrypto:start/02>=ERRORREPORT====12-Mar-2014::17:09:15===Unabletoloa....
分类:
其他好文 时间:
2014-06-07 03:44:49
阅读次数:
372
How Scala killed the Strategy PatternBy Alvin
Alexander. Last updated: Mar 23, 2014table of contents[hide]The OOP Strategy
PatternTwo immediate though...
分类:
其他好文 时间:
2014-06-06 23:16:45
阅读次数:
480
首先我们来看一个代码:复制代码代码如下: Absolute (layer2) Normal
Text Content (layer3) 这个代码的效果如下:在FF和IE8下都没有任何问题的,但是在IE6和IE7下有人如下两个bug:a,
绝对定义(position:absolute)的相邻元素mar...
分类:
其他好文 时间:
2014-06-02 01:19:44
阅读次数:
291
【题目描述】农夫John准备扩大他的农场,他正在考虑N (1
l[i]并且w[j]>w[i],那么这个矩阵可以完全删除掉,因为在买这个大矩阵j的同时可以把i也顺带买了,这样可以保证排序是唯一确定的。接下来,设f(i)为前i个矩阵所需要的最小花费,得到朴素递推方程:f[i]=min{f[j]+l[j+...
分类:
其他好文 时间:
2014-05-20 02:10:04
阅读次数:
754
发生折叠需要是相邻的非浮动元素;折叠发生在垂直外边距上,即margin-top/margin-bottom;折叠后取其中最大的那个margin值作为最终值;浮动元素不折叠。在水平书写模式下,发生margin折叠的是垂直方向,即margin-top/margin-bottom,在垂直书写模式下,mar...
分类:
其他好文 时间:
2014-05-08 12:28:04
阅读次数:
302
/*@author
etangyushan*工作中很多时候会和文件名打交道,有时候只需要文件名称,就写了这么一个小程序*这个函数实现了把一个文件的绝对路径和后缀去除,只留下文件名的功能*
*/#include #include #include //找到最后的slash(/)int last_mar...
分类:
系统相关 时间:
2014-05-07 18:02:20
阅读次数:
344