今天初一,我带着笔记本电脑和我的CB回老家。碰到下面这样的一个场景,所以写了这篇教程。 我小姑家就在我楼下,我住5楼,小姑住4楼,她家有网和无线路由,我晚上在5楼家里面用我的本本上网,本本倒是连上网了,但...
分类:
其他好文 时间:
2014-08-05 14:31:39
阅读次数:
345
CSS Display - Block and Inline ElementsA block element is an element that takes up the full width available, and has a line break before and after it....
分类:
Web程序 时间:
2014-08-04 20:42:27
阅读次数:
310
无标题文档 微博 私信 评论 @我 我在这里不动,但上面会把我遮住希望把某个元素移除你的视线: 1、display:none; 显示为无 2、visibility:hidden; 隐藏 3、wi...
分类:
Web程序 时间:
2014-08-04 17:24:07
阅读次数:
338
##Manage Kernel Modules display modules >lsmod Check modules parameters >modinfo -p usb_storage|st|sc8 Load modules >modprobe usb_storage|st|sc8 Rmove mdules > rmmod usb_storage|st|sc8 ###Set defau...
分类:
其他好文 时间:
2014-08-04 14:47:07
阅读次数:
247
1、word-wrap:break-word,内容将在边界内换行,仅用于块对象,内联对象要用的话,必须要设定height、width或display:block或position:absolute。 2、word-break:break-all,用于处理单词折断。 3、white-space:n...
分类:
其他好文 时间:
2014-08-04 14:45:37
阅读次数:
231
很多初学Android开发的人员对网络这一点感觉很高大上,现在我就和大家分享一下我的学习心得。 就目前的Android手机来说,可能存在5种网络状态: ----无网络(这种状态可能是因为手机停机,网络没有开启,信号不好等原因) ----使用WIFI上网 ----CMWAP(中...
分类:
移动开发 时间:
2014-08-04 13:43:07
阅读次数:
197
题目: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 f....
分类:
编程语言 时间:
2014-08-04 10:47:57
阅读次数:
222
正在查询,请稍后。。。。 当执行点击事件时,通过js控制div做一次显示即可。function showDiv(){ document.getElementById('popDiv').style.display='block'; document.ge...
分类:
其他好文 时间:
2014-08-04 10:28:06
阅读次数:
253
引言 ????网络十分普及的现在,几乎每家每户都用上了无线局域网, 但也时常因为路由器密码泄露或破解被别人蹭网,加之WiFi 万能钥匙等软件的流行, 越来越多人加入了蹭网大军, 也给不少小型局域网用户带来了烦恼....
分类:
其他好文 时间:
2014-08-03 10:24:15
阅读次数:
472
#main {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
#blogTitle {
display: none;
}
分类:
其他好文 时间:
2014-08-03 10:11:45
阅读次数:
186