1、 使用table 布局,align="center"2、
尽量不要用padding-left,padding-right样式;3、 CSS的浮动定位;4、 不要用锚标记,EDM中会失效;5、
css样式表不要使用外联式,尽量写入代码行中,不要使用滤镜和任何js脚本6、 通常图片的高和宽都使用wi...
分类:
其他好文 时间:
2014-05-09 18:23:23
阅读次数:
332
HTML世界经典音乐剧《妈妈咪呀》1阿童木圣斗士喜羊羊与灰太狼地球超人变形金刚迪士尼JScss#hotTopic{width:445px;*width:422px;
height:20px; overflow:hidden;float:left;border:1px solid #3e6388; m...
分类:
Web程序 时间:
2014-05-09 17:27:25
阅读次数:
458
1 /** 2 * Definition for binary tree 3 * public
class TreeNode { 4 * int val; 5 * TreeNode left; 6 * TreeNode right; 7 *
TreeNo...
分类:
其他好文 时间:
2014-05-09 12:16:45
阅读次数:
232
Given a linked list, reverse the nodes of a
linked listkat a time and return its modified list.If the number of nodes is not
a multiple ofkthen left-o...
分类:
其他好文 时间:
2014-05-09 12:00:21
阅读次数:
309
数据表的连接有:1、内连接(自然连接):
inner只有两个表相匹配的行才能在结果集中出现2、外连接:
包括(1)左外连接(左边的表不加限制)(2)右外连接(右边的表不加限制)(3)全外连接(左右两表都不加限制)3、自连接(连接发生在一张基表内)select
a.studentno, a.stude...
分类:
数据库 时间:
2014-05-08 21:17:44
阅读次数:
342
$\bf命题1:$设$\int_a^{ + \infty } {f\left( x
\right)dx} $收敛,若$\lim \limits_{x \to \begin{array}{*{20}{c}} {{\rm{ + }}\infty }
\end{array}} f\left( x \rig...
分类:
其他好文 时间:
2014-05-04 19:22:03
阅读次数:
1000
$\bf命题2:$设正项级数$\sum\limits_{n = 1}^\infty
{{a_n}} $收敛,则存在发散到正无穷大的数列$\left\{ {{b_n}} \right\}$,使得级数$\sum\limits_{n =
1}^\infty {{a_n}{b_n}} $仍收敛证明:令${r...
分类:
其他好文 时间:
2014-05-04 19:18:36
阅读次数:
389
$\bf命题2:$设$f\left( x \right) \in C\left( { -
\infty , + \infty } \right)$,令\[{f_n}\left( x \right) = \sum\limits_{k = 0}^{n -
1} {\frac{1}{n}} f\left(...
分类:
其他好文 时间:
2014-05-04 19:12:48
阅读次数:
361
$\bf命题1:$设$f\left( x \right) \in {C^1}\left( {
- \infty , + \infty } \right)$,令\[{f_n}\left( x \right) = n\left[ {f\left( {x +
\frac{1}{n}} \right) - ...
分类:
其他好文 时间:
2014-05-04 19:12:16
阅读次数:
351
travel the binary tree by level 4 ( from down to top and from left to right every level )
个人信息:就读于燕大本科软件工程专业 目前大三;
本人博客:google搜索“cqs_2012”即可;
个人爱好:酷爱数据结构和算法,希望将来从事算法工作为人民作出自己的贡献;
博客内容:tr...
分类:
其他好文 时间:
2014-05-04 18:22:16
阅读次数:
381