http://msdn.microsoft.com/zh-cn/library/ff561306(v=vs.85).aspxThe WinDbg command
line uses the following syntax: windbg [ -server ServerTransport |...
分类:
数据库 时间:
2014-05-20 01:53:32
阅读次数:
1101
即将从事Web前端的工作的 先对即将从事的行业有个了解。
Web前端发展史:第一个网页诞生于90年代初,早期的网页除了一些小图片和毫无布局可言的标题段落,其全由文字构成。然而随着时代的进步,互联网的
不断发展,接下来出现了表格布局,此次是flash,最后是基于CSS的网页设计。不可否认,前端页面重....
分类:
Web程序 时间:
2014-05-20 01:00:12
阅读次数:
404
relative:可使top,right,bottom,left等相对于自身位置来进行偏移;若无则这些偏移都不会起作用absolute:寻找离自己最近position为relative或absolute定位的父节点,相对于它从padding开始的地方(即只从padding的左上角开始)进行定位,而非...
分类:
Web程序 时间:
2014-05-20 00:01:58
阅读次数:
447
1 name=viewport 1、width :
控制viewport的大小,可以指定一个值,如600,
或者特殊的值,如device-width为设备的宽度(单位为缩放为100%的CSS的像素)2、height :
和width相对应,指定高度3、initial-scale : 初始缩放比例,页...
分类:
Web程序 时间:
2014-05-17 15:15:12
阅读次数:
390
【题目】
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find two lines, which together with x-axis forms a contain...
分类:
其他好文 时间:
2014-05-16 01:32:47
阅读次数:
406
css样式 .remind span
{display:block;margin-top:-22px;} .remind a:hover {padding-top:22px;}.remind a
{float:left;overflow:hidden;}.remind{height:22px;lin...
分类:
Web程序 时间:
2014-05-16 00:28:02
阅读次数:
417
设置table样式,使样式更好看,边框变细,这个问题纠结了我这么多年,今天终于弄明白了,css 的强大啊...
分类:
其他好文 时间:
2014-05-15 23:18:06
阅读次数:
394
输出数字不同: write()输出数字转换为字符,println原样输出。输出null不同:
write()输出引用类型的时候调用的toString转换为String数据,因此如果对象为null那么直接抛出空指针异常。Println直接输出null。
分类:
其他好文 时间:
2014-05-15 22:28:14
阅读次数:
287
String slctpsql="select id ,"+uid+","+ddd+","+score+",'"+mark+"' ,"+markid+" ,"+exam.getId()+" from Test_Paper where testBaseId=(select id from Test_Base where baseTestId="+judgemap.get(i).getId()+" a...
分类:
数据库 时间:
2014-05-15 20:36:45
阅读次数:
434
当使用CSS开发站点布局时,浮动(float)总是做最繁重的工作。我们为大块譬如主要内容(main content)和侧边栏(sidebar)以及其内部小一些的块使用浮动(float)。浮动总是解决问题的答案吗?
通常它们都工作得很好,但是有时候却很难使用。特别是涉及到内部块,比如一个图像网格,它们不会如预期的那样排成一条线。Inline-block是另一个选择。它们会模仿一些我们所希望的浮动表现,并且消除float带来的一些问题。...
分类:
其他好文 时间:
2014-05-15 18:25:31
阅读次数:
292