搜索资源列表
VendorsEdit.aspx
- Rhino支持javascr ipt标准的所有特性,如赋值、运算、判断语句、循环语句、甚至简单的io操作。Rhino很简单易用,我以一个例子来说明,这个例子就是允许用户设定一个使用x,y两个变量进行一定逻辑算术运算(运算规则用户用javascr ipt定义),并允许用户对x,y赋值,然后运行得出计算结果-Rhino support all standard features, such as assignment, calculation and judgment statement, the
MapControlDemo 地图控件实现对地图的所有操作
- 地图控件实现对地图的所有操作,放大,缩小,清理-Java Io 文件操作
20081015111532911ionio
- 使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接
Demos
- Collection类实例,文件系统IO操作,XML文件相关操作-Collection class instance, file system IO operation, XML documents related to the operation
009
- 套接字一旦建立,通过套接字选项和IO控制命令对各种属性进行操作,便可以对套接字的行为产生影响,本章主要内容就是这些,-Socket, once established, through the socket options and IO control commands to operate on a variety of attributes, they can have an impact on the conduct of the socket, the main contents of
Apache_Mina_Server_2[1].0
- Apache Mina Server 是一个网络通信应用框架,也就是说,它主要是对基于TCP/IP、UDP/IP 协议栈的通信框架(当然,也可以提供JAVA 对象的序列化服务、虚拟机管道通信服务等), Mina 可以帮助我们快速开发高性能、高扩展性的网络通信应用,Mina 提供了事件驱动、异 步(Mina 的异步IO 默认使用的是JAVA NIO 作为底层支持)操作的编程模型。-Apache Mina Server is a network communication applica
OverlappedIO
- 本压缩包内含服务器端和客户端代码,服务器端基于winsock overlapped io模型的事件通知构建,暂时只创建一个线程,可响应64个IO操作,可通过增加线程来增加客户端响应数量和IO操作响应次数-The archive contains the server side and client side code, server-side model based on winsock overlapped io build event notification, being only cre
OverlappedIO_CompletionRoutine
- 基于完成例程的重叠IO模型,服务器端用个三个辅助线程来处理重叠IO操作,可通过增加线程来提高响应请求速度,此模型比基于事件通知伸缩性更好,服务器端用队列(选择队列更易于管理)存储了某个时间点的客户端socket,再用辅助线程处理-IO overlapped completion routines based model of the server with a three worker threads to handle overlapped IO operation can be improv
IO-ImageFile-With-XML
- 使用XML对图像文件进行读写,在vs2005上编译通过,可以作为XML操作的参考,提供给大家共同进步。-Using XML to read and write image files, in vs2005 compiled through, can operate as a reference for XML, available to common progress.
IOcp
- IO完成端口文件读写操作\IO完成端口文件读写操作-IO completion port operation, reading and writing documents file IO completion port operation, reading and writing
5-socket1
- 我的理解就是Socket就是该模式的一个实现,socket即是一种特殊的文件,一些socket函数就是对其进行的操作(读/写IO、打开、关闭),这些函数我们在后面进行介绍-My understanding is that Socket is the mode of an implementation, the socket is a special file, some socket function is its operation (read/write the IO, open, clos
vip1.9
- 系统可实现对各种域名的转向解析服务,只要您有独立的顶级域名,一个asp空间(需access支持) 确认有顶级域名的管理权限以及可支持泛解析,具体事宜您可以联系您的域名注册商进行域名泛解析。 支持(.com .net .org .cn .hk .be .info .de .name .tc .io .gs .la .hk等顶级后缀,中国频道和商务中国等 注册商均提供域名的泛解析操作)-The system can achieve a variety of domain name res
Lightemplate
- 我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒.-I write php template class, call the method is simple, if else incl
Lightemplate
- 我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒.-I wrote the php template class, call the method is simple to support if else include such labels, can contain extended functio
reflex-model
- 重叠IO的核心实际上就是一个重叠的数据结构。应用程序在单个套接字上投递一个或者多个IO操作,当IO操作完成时对应的重叠数据结构中的事件对象会受信,相应的应用程序通过查事件对象可以得到通知。就这样,通过重叠的数据结构将异步的IO和程序连接起来了。-reflex model