码迷,mamicode.com
首页 >  
搜索关键字:无线ap设置 wireless channel    ( 2984个结果
Operating Cisco Router
Operating Cisco Routerconsider the hardware on the ends of the serial link, in particular where the channel service unit/data service unit (CSU/DSU) h...
分类:其他好文   时间:2014-06-12 19:10:26    阅读次数:351
WEP cracking
Our information -Wireless interface:wlan0Monitor mode interface: mon0Spoofed MAC –00:11:22:33:44:55? DO NOT EVER USE THIS AS YOUR SPOOFED MAC ADDRESS ...
分类:其他好文   时间:2014-06-10 16:55:13    阅读次数:300
rman多通道全备份脚本
??run{allocate channel d1 type disk;allocate channel d2 type disk;allocate channel d3 type disk;allocate channel d4 type disk;allocate channel d5 type...
分类:其他好文   时间:2014-06-08 21:26:18    阅读次数:351
[Network]Wireless and Mobile
网络基础知识第六弹...
分类:Web程序   时间:2014-06-08 03:59:49    阅读次数:259
java-IO操作性能对比
在软件系统中,IO速度比内存速度慢,IO读写在很多情况下会是系统的瓶颈。 在java标准IO操作中,InputStream和OutputStream提供基于流的IO操作,以字节为处理单位;Reader和Writer实现了Buffered缓存,以字符为处理单位。 从Java1.4开始,增加NIO(New IO),增加缓存Buffer和通道Channel,以块为处理单位,是双向通道(可读可写,类似RandomAccessFile),支持锁和内存映射文件访问接口,大大提升了IO速度。 以下例子简单测试常见IO操作...
分类:编程语言   时间:2014-06-07 15:49:03    阅读次数:283
安装phpunit
安装phpunitpear channel-discover pear.phpunit.depear channel-discover pear.symfony-project.compear channel-discover components.ez.no (我新开dos窗口更新多次)pear ...
分类:Web程序   时间:2014-06-07 10:26:00    阅读次数:485
java流的性能优化1-文件复制
传统的I/O速度相对比较慢,它会成为系统性能的瓶颈,所以在java1.4之后提供了NIO,它是一种全新的流:它具有以下特性:        1.为所有的原是类型提供Buffer缓存支持; 2.使用java.nio.charset.Charset作为字符编码解码解决方案; 3.增加通道(Channel)对象,作为新的原始I/O抽象; 4.支持锁和内存映射文件的文件访问接口; 5.提供基于S...
分类:编程语言   时间:2014-06-02 12:29:02    阅读次数:294
Netty源码学习——ChannelPipeline模型分析
参考Netty API io.netty.channel.ChannelPipeline A list of ChannelHandlers which handles or intercepts inbound events and outbount operations of a Channel. ChannelPipeline implements an advanced fo...
分类:Web程序   时间:2014-06-01 15:44:27    阅读次数:533
如何判断当前循环的栏目是不是最后一个
如何判断当前循环的栏目是不是最后一个href=”[field:typelink>在实际的开发中,使用channel显示顶级栏目的时候可能会遇到这样的情况,第一个栏目和最后一个栏目的样式与中间的栏目的样式不一样,第一个栏目的样式我们可以通过autoindex来设置,而最后一个栏目的样式是不能..
分类:其他好文   时间:2014-06-01 13:49:45    阅读次数:384
综合使用union和limit区分结果并限制返回结果集的条数
select * from channel where pid=0 union select * from channel where pid=1 union select * from channel where pid=3 limit 5,10这里的limit限制了返回的union(合并)后的结...
分类:其他好文   时间:2014-05-31 01:47:26    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!