-
GZipDemo
java用GZIP压缩解压文件的代码例子(GZIP compression decompression code example file Java)
- 2015-04-09 14:47:18下载
- 积分:1
-
spring-MVC-Mail
用sping mvc注释的邮件功能,文件内有源码(Comment by sping mvc mail function, the source documents)
- 2014-02-20 11:12:32下载
- 积分:1
-
java-learning-books
java学习书籍,java设计模式,适用于初学者,,内容详细丰富(java learning books)
- 2013-11-30 19:17:02下载
- 积分:1
-
Wifi-HotInterface
使用wifi热点共享网络,局域网聊天室,支持多人聊天,文件发送,图片发送(LAN chat rooms, support multiplayer chat, send files, send pictures)
- 2014-01-21 11:44:42下载
- 积分:1
-
Process
java进程调度(优先级)进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。
进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪
W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得
CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。如果运行一个时间片后,进程的已占用
CPU时间已达到所需要的运行时间,则撤消该进程,如果运行一个时间片后进程的已占用CPU时间还未达所需要的运行时间,也就是进程还需要继续运行,此时应将进程的优先数减1(即降低一级),然后把它插入就绪队列等待CPU。每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的
PCB,以便进行检查。 (Java process scheduling)
- 2018-11-29 23:13:42下载
- 积分:1
-
JEECMS
很好的一个内容管理器的文档,能够帮助你理解JEECMS。(Good documentation of a content management can help you understand JEECMS.)
- 2012-11-26 18:42:57下载
- 积分:1
-
jpcap
包括安装需要的WinPcap_4_0_2.exe,jpcap.jar。Jpcap.dll,Jpcap包的安装与配置.doc
jpcap功能:
可以实现地址的侦听
捕获末加工的原始数据包。
保存捕获到的数据包到本地文件,从本地文件读出先前捕获的数据包。
自动分辨数据包的类型并产生相应的Java类(如:Ethenet、IPv4、IPv6、ARP/RARP、TCP、UDP和ICMP包)。
根据用户在程序代码中指定的过滤规则过滤数据包。
向网络发送各种数型的数据包
利用Jpcap包能够开发以下几种类型的应用程序:
网络以及协议的分析器
网络监听器
网络流量记录器
网络流量发生器
用户级的网桥、路由
网络入侵检测系统
网络扫描器
网络安全工具箱
(Include the WinPcap_4_0_2. of installing the demand exes, jpcap.jar.Jpcap.dll, Jpcap wraps of gearing and allocation.doc
Jpcap function:
Can carry out the interception of address
Succeed in catching the end processes of the original data wrap.
The conservancy succeeds in catching of the data wrap a local document and read from the local document that the data that succeeds in catching in times before wraps.
Automatically distinguish the type that the data wraps to combine Java that the creation corresponds(such as:Ethenet and IPv4, IPv6 and ARP|RARP, TCP, UDP and ICMP wrap).
According to customer appointed the percolation rule in the procedure code filter a data to wrap.
The data that sends out various several toward the network wraps
Make use of Jpcap to wrap the applied procedure that can develop several category types as follows:
The analytical machine of network and agreement
Network monitor
Network discharge call register
The network discharge machine happens
The ne)
- 2010-06-03 09:57:18下载
- 积分:1
-
DialogFX-master
说明: java 弹出框 例子,可以直接引用使用(web frame source,easy to study and easy to use in your project)
- 2018-12-30 15:19:28下载
- 积分:1
-
JavaMail
用JavaMail实现邮件发送。用户验证及附件(Send e-mail using JavaMail achieve. User authentication and accessories)
- 2014-02-27 09:53:08下载
- 积分:1
-
rqcms
RQCMS is designed to be a pseudo dynamic, multi site content management system that has the following features:
1. pseudo dynamic
Is a pseudo dynamic web application in another way. For example, the display list page is categroy.php, after the set, we take the list.php display the contents of the page in the browser. It can display more than 2. sites in other ways
Using a website system allows you to build many stations. Many stations can be processed in batches or individually. Each station has its own set of settings, different templates
- 2017-09-08 10:43:40下载
- 积分:1