码迷,mamicode.com
首页 >  
搜索关键字:wifi display    ( 17514个结果
CSS3盒模型display:box详解
display:box;box-flex是css3新添加的盒子模型属性,它的出现可以解决我们通过N多结构、css实现的布局方式。经典的一个布局应用就是布局的垂直等高、水平均分、按比例划分。目前box-flex属性还没有得到firefox、Opera、chrome浏览器的完全支持,但可以使用它们的私有...
分类:Web程序   时间:2014-07-10 09:56:16    阅读次数:238
span标签换行
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
自己常用的js方法
//初始化 $(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
最近在做WIFI部分,谷歌被墙,导至查阅API非常麻烦。百度了很多次,找到的资料很少有价值。比较有用的:Android开发--WIFi基本结构http://blog.csdn.net/liuhui_8989/article/details/23045499Android开发--WIFI实现http:...
分类:其他好文   时间:2014-07-07 22:01:38    阅读次数:139
myeclipse6.0下载及注冊码
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
Use xrandr for multiple screen display
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无线网卡驱动,声卡驱动,FN快捷键驱动,Easy_Display_Manager
当我们重装三星R463电脑后后,网卡不能用,快捷键不能用时就需要使用...
分类:其他好文   时间:2014-06-30 08:00:50    阅读次数:133
div的显示和隐藏
比较简单实现.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
【LeetCode】ZigZag Conversion
题目 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 属性
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!