搜索资源列表
smsbean
- smsbean短信平台 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-smsbean SMS platform within the system to stimulate the use of the incident, all threads are event-driven
ThroughRestoreCard
- 详细介绍了通过0x1F0端口对硬盘进行读取和写入操作的方法(Windows下需WinIO或其他直接访问IO的内核级驱动配合试验),可用来穿透还原卡-detail through 0x1F0 port for the hard drive to read and write methods (Window s need WinIO or other direct IO visit kernel-level drivers with tests), which can be used to pene
WindowEvents
- 掌握java.io.swing中容器类的使用方法,如:JFrame、JPanel等; 2.掌握布局管理器的使用方法,如:FlowLayout、BorderLayout等; 3.掌握java.io.swing中组件类的作用,如:菜单、工具栏、按钮等; 4.掌握Java事件驱动程序设计-委托模型的设计方法。-master java.io.swing Vessel type of use, such as : class, JPanel; 2. Master layout manager to use
mina-2.0.0-M5
- mina是以Java实现的一个开源的网络程序框架,提供了对网络程序需要的并发、异步IO、事件驱动的支持!这是最新的2.0M5版!-mina is the realization of an open source Java Network Framework, provides the network requires concurrent, asynchronous IO, event-driven support! This is the latest version 2.0M5!
javaphone
- 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-System all the way to stimulate the use of events, all worker threads are event-driven model, so to ensure maximum effic
netty-socketio-demo-master
- socketio-netty是socket.io的java实现。 实时Web,是一种技术趋势,将成为一种人们的默认技术选择,用以拉近和桌面应用的距离。 socket.io是一种数据实时推送、事件驱动模型的框架,支持事件订阅,简单易用。其价值目前看来,还未被完整的挖掘出来。 socket.io即提供了node.js服务器端(地址)又提供了客户端(地址)的整体解决方案,而socketio-netty则是基于JAVA服务器端,支持最新socket.io client最新版规范。对JA