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
left join #左连接又叫外连接 left join
返回左表中所有记录和右表中连接字段相等的记录test_user表phpcvs表SQL: select * from test_user left join
phpcvs on test_user.id=phpcvs.id执行结果如下图:.....
分类:
数据库 时间:
2014-05-08 21:08:56
阅读次数:
445
$\bf命题:$设$A \in {M_n}\left( F
\right)$,则下列命题等价$(1)$${F^n}{\rm{ = }}N\left( A \right) \oplus R\left( A \right)$
$(2)$$N\left( A \right) \cap R\left( A ...
分类:
其他好文 时间:
2014-05-07 17:59:49
阅读次数:
244
背景
项目要求网站首页放Views生成的区块,并且要求有更多链接。
Views生成的区块默认的更多链接只能选在列表上方和下方
下图是默认在上方的样式图:
为了美观,我将更多链接上移了若干个像素:
.more-link {
position: absolute;
top: 10px;
left: 390px;
}
效果图:
问题
然而,当我在这个区块外面再套一...
分类:
Web程序 时间:
2014-05-06 15:35:27
阅读次数:
454
1题目:给定K个整数的序列{ N1, N2, ..., NK },其任意连续子序列可表示为{
Ni, Ni+1, ..., Nj },其中 1 int main(){ int n, a[10001], left, beforeleft, right,
i, max, sum; while...
分类:
其他好文 时间:
2014-05-06 13:18:27
阅读次数:
366
1(1) $\displaystyle{\lim_{x\to
0^+}\left(\frac{(1+x)^{1/x}}{e}\right)^{1/x}}$解答: \begin{eqnarray*} \lim_{x\to
0^+}\left(\frac{(1+x)^{1/x}}{e}\right)^{...
分类:
其他好文 时间:
2014-05-06 10:05:48
阅读次数:
423
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