实验环境:windows 8.1 pro with Keil 4 and Proteus
7.8 both cracked。步骤:下载联调工具Vdmagdi,安装。keil下Option/Debug,将右侧的单选框点上。proteus
下Debug/Use remote debug monitor点...
分类:
其他好文 时间:
2014-06-07 04:20:40
阅读次数:
318
Bonding:Ethernet Channel Bonding enables two or
more Network Interfaces Card (NIC) to a single virtual NIC card which may
increase the bandwidth and p...
分类:
Web程序 时间:
2014-06-07 03:38:59
阅读次数:
267
apache kafka监控系列-KafkaOffsetMonitor
如何给kafka做监控...
分类:
其他好文 时间:
2014-06-05 05:20:36
阅读次数:
264
public class DiagramEditor extends
GraphicalEditorWithFlyoutPalette implementsIPersistableEditor{ public void
doSave(IProgressMonitor monitor) { ...
分类:
其他好文 时间:
2014-06-04 20:04:59
阅读次数:
397
传统的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 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
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
channel 不仅能够控制数据传输,还可以控制执行流。1.
关闭的channel从来都不会阻塞关闭的channel不能传数据但是可以接受数据,例子```package mainimport "fmt"func
main() { ch := make(chan bool, 2) ...
分类:
其他好文 时间:
2014-05-30 00:08:36
阅读次数:
250
public void doSave(IProgressMonitor monitor) {
// TODO Auto-generated method stub performSave(monitor, getEditorInput());
自定义的一个save函数,作...
分类:
其他好文 时间:
2014-05-29 07:56:21
阅读次数:
240