CSS:a, label { display: block; border-bottom: 1px solid #ccc; padding: 1em 2em; width: 100%; co...
分类:
Web程序 时间:
2014-08-07 12:33:29
阅读次数:
268
CSS: .checkbox { display: none; *display: inline-block; } .label:before { content: ""; ...
分类:
其他好文 时间:
2014-08-07 12:04:49
阅读次数:
190
一、不同网卡不同网关wlan:192.168.100.1/24wifi:192.168.8.1/241.如果想要特定的ip访问wifi网络可以用route add 1.2.3.4 mask 255.255.255.255 192.168.8.1 metric 1把1.2.3.4这个ip地址出口网卡设...
"我想在onload方法里把panel的 style 里的 display 属性变成 none。我的页面由于有一些脚本,触发某些事件之后还想显示这个panel,不想用Panel3.Visible = false;"//页面onload方法,通过上一个页面传来的值,判断哪些panel显示,哪些不显示 ...
分类:
其他好文 时间:
2014-08-06 18:08:41
阅读次数:
304
第15节:ThinkPHP 3.1.2 模板变量详解1、模版基本使用IndexAction里添加index方法,内容为:$this->assign('name','赵桐正'); // 将值“赵桐正”交给标识“name”$this->display(); //显示模版,Tpl文件夹下默认index.....
分类:
Web程序 时间:
2014-08-06 17:46:31
阅读次数:
324
题目:
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-08-06 14:59:41
阅读次数:
307
Microsoft Virtual WiFi Miniport Adapter一、看网络网卡有多出的这一项“Microsoft Virtual WiFi Miniport Adapter”,那么说明你前边的设置是真确的。二、设置Internet连接共享在“网络连接”窗口中,右键单击已连接到Inter...
分类:
其他好文 时间:
2014-08-06 01:26:20
阅读次数:
200
之前调查过Android中WIFI模块的使用,也写过两篇学习总结的文章(http://smallwoniu.blog.51cto.com/3911954/1334951),后来发现DEMO里面还是有许多不足之处,前段时间有不少人Q我,问到WIFI模块中的一些细节,小弟这里只能说声抱歉,因为当时的我也还没研究到那个层次呀。。..
分类:
移动开发 时间:
2014-08-05 22:52:13
阅读次数:
505
package{ import flash.display.Bitmap; import flash.display.Sprite; import flash.events.Event; import flash.external.Extern...
分类:
编程语言 时间:
2014-08-05 21:50:50
阅读次数:
295
.shortcut ul li { display: inline; }CSS View CodeHeader ...
分类:
Web程序 时间:
2014-08-05 18:41:30
阅读次数:
361