display:box;box-flex是css3新添加的盒子模型属性,它的出现可以解决我们通过N多结构、css实现的布局方式。经典的一个布局应用就是布局的垂直等高、水平均分、按比例划分。目前box-flex属性还没有得到firefox、Opera、chrome浏览器的完全支持,但可以使用它们的私有...
分类:
Web程序 时间:
2014-07-10 09:56:16
阅读次数:
238
span{word-break:normal;width:auto;display:block;white-space:pre-wrap;word-wrap:break-word;overflow:hidden;} white-space -- 通过HTML文档的源代码的排版方式控制页面显示文本的排...
分类:
其他好文 时间:
2014-07-10 00:07:38
阅读次数:
332
//初始化 $(function(){ selectData(".format_select"); })function showSearchBar(ID) { if($(ID).css("display")=="none"){ $(ID).fadeIn("slow").css("overflow"...
分类:
Web程序 时间:
2014-07-07 22:54:00
阅读次数:
359
最近在做WIFI部分,谷歌被墙,导至查阅API非常麻烦。百度了很多次,找到的资料很少有价值。比较有用的:Android开发--WIFi基本结构http://blog.csdn.net/liuhui_8989/article/details/23045499Android开发--WIFI实现http:...
分类:
其他好文 时间:
2014-07-07 22:01:38
阅读次数:
139
myeclipse6.0 下载地址。官方下载地址: http://www.myeclipseide.com/module-htmlpages-display-pid-4.html本地快速下载地址: http://www.rosebush.cn/blog/html/23/t-7423.html htt...
分类:
系统相关 时间:
2014-07-07 17:55:31
阅读次数:
194
Gnome 3 does not have good support for multiple screen display. It is therefore necessary to use xrandr for such purpose. It can be used as follows.Di...
分类:
其他好文 时间:
2014-06-30 13:22:02
阅读次数:
268
当我们重装三星R463电脑后后,网卡不能用,快捷键不能用时就需要使用...
分类:
其他好文 时间:
2014-06-30 08:00:50
阅读次数:
133
比较简单实现.style.display控制层隐藏或显示属性.
function show(){
document.getElementById("div").style.display="";
//alert(document.getElementById("div").style.display)
}
function hidden(){
document.ge...
分类:
其他好文 时间:
2014-06-30 07:25:54
阅读次数:
190
题目
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows
like this: (you may want to display this pattern in a fixed font for better legibility)
P A H N
A...
分类:
其他好文 时间:
2014-06-30 00:07:36
阅读次数:
268
CSS3 box-orient 属性CSS 参考手册实例水平排列 div 元素的子元素:div{width:350px;height:100px;border:1px solid black;/* Firefox */display:-moz-box;-moz-box-orient:horizont...
分类:
Web程序 时间:
2014-06-29 19:50:04
阅读次数:
261