-
test
主要是用注解 将struts2 spring hibernate弄到一起(Is mainly used notes to get together struts2 spring hibernate)
- 2010-05-21 16:36:08下载
- 积分:1
-
ols-0.9.7-RC1-full.tar
OLS Client Software for 64bit Linux and open-jdk
- 2013-08-03 01:03:40下载
- 积分:1
-
net
tcp和udp的连接,java socket/swing聊天系统(tcp and udp connections, java socket/swing chat system)
- 2010-07-26 14:03:06下载
- 积分:1
-
news_character1 - 副本 (2)
说明: 实现汽车租赁业务 ,著汽车,租赁时间,租什么样的车。。。。。。。。。(dgrvhtytrhctjrj ujr y yktygivr)
- 2020-06-25 05:20:02下载
- 积分:1
-
MQStudying
精通MQ文档,详细介绍MQ在应用过程中的深入学习方法(Proficient in MQ documentation detailing the process in the application of MQ-depth learning method)
- 2021-04-08 09:39:00下载
- 积分:1
-
filtering
用JAVA写的带通滤波代码,实现思路很简单,没有采用各种数字滤波的方法。而是通过傅里叶变换到频域,将要求外的频率均置0,再逆傅里叶变换得到的。效果还不错。(Written using JAVA bandpass filtering code to achieve the idea is very simple, without using a variety of digital filtering approach. But through the Fourier transform to the frequency domain, the frequency requirements are set to 0, then the inverse Fourier transform. Results were pretty good.)
- 2021-01-15 00:08:46下载
- 积分:1
-
ArpPackageIntercept
一个基于java线程的程序,截取ARP包。可以截取和发现ARP欺骗。(A java-based threading procedure, the interception of ARP packets. ARP can be found in the interception and deception.)
- 2007-10-28 00:21:28下载
- 积分:1
-
DoubleDatePicker-master
在安卓开发中,会碰到选开始日期和结束日期的问题。特别是在使用Pad时,如果弹出一个Dialog,能够同时选择开始日期和结束日期,那将是极好的。我在开发中在DatePickerDialog的基础上做了修改,实现了这种Dialog。(Andrews Date Picker)
- 2015-10-20 22:22:53下载
- 积分: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
-
commons-digester-1.7-all-src
XML转换开源包,就是让你配置一个 XML 转到 Java Object 对应的程序, 当一些 XML
中特定的属性将会触发一些被称为 rules 的动作, 有一些属性是已经被定义好了,
当然你也可以建立自己所需要的. 而 Digester 也包含了以下高级的特性 :
*能够嵌入你原本的对应方式, 而不会影响你的需求.
*自定义(Customized)的 namespace-aware 的执行, 以至于你可以定义 rules 恰当独特的 XML
命名空间.
*将所有的 Rules 放入 RuleSets 可以简单方便地重复使用在其它需要相同类型的项目之中(XML conversion open-source package, is to allow you to configure an XML to Java Object corresponding to the procedure, when a number of XML specific attributes will trigger a number of actions called rules, some properties are already defined well, of course, you can also create their own needs. and Digester also includes the following advanced features:* can be embedded in your original correspondence, rather not affect your needs.* Custom (Customized) the implementation of the namespace-aware, so that You can define rules appropriate to the unique XML namespace.* all the Rules into RuleSets can simply and easily re-use in other types of projects require the same among the)
- 2010-03-03 17:20:30下载
- 积分:1