-
多线程下载器-java初学者适合
应用背景
模拟迅雷,FlashGet等多线程下载软件,快速地从服务器上下载各种文件。其原理是把服务器端的文件分成几个小段,每个小段分开同时进行下载。
关键技术
基于JAVA的多线程下载工具
- 支持HTTP和FTP
- 支持多任务同时下载
- 支持断点续传
- 支持多线程同步
- 2022-01-27 16:21:05下载
- 积分:1
-
javaweb开发
一个用servlet写的增删改查.也包况最新框架spring boot等合成的,意义重大,利于学习。小盆友们可以下载
- 2022-03-18 23:38:31下载
- 积分:1
-
zip4j
从Zip文件创建,添加,提取,更新,删除文件
读/写密码保护的Zip文件
支持AES 128/256加密
支持标准邮??编加密
支持Zip64格式
支持存储(无压缩)和Deflate压缩方法
从Split Zip文件创建或提取文件(例如:z01,z02,... zip)
支持Unicode文件名
进度监视器(Create, add, extract, update, delete files from Zip files
Read/write password-protected Zip files
Support for AES 128/256 encryption
Supporting Standard Postal Encryption
Support Zip64 format
Supporting storage (uncompressed) and Deflate compression methods
Create or extract files from Split Zip files (e.g. z01, z02,... Zip))
- 2020-06-21 08:20:02下载
- 积分:1
-
webspheremqdemo
实现Java接口的MQ编程,有读取和写到MQ队列(MQ interface to achieve Java programming, there are read and wrote MQ queue)
- 2021-04-08 09:39:00下载
- 积分:1
-
东软抄表软件
东软抄表软件,用于东软智能电表掌机的抄表安装等功能(Neusoft meter reading software, for the installation of smart meter meter reading function of Neusoft PSP)
- 2020-06-28 13:20:02下载
- 积分:1
-
04_File
Android文件上传演示范例,用于学习文件传送的基本特点及相关代码。(file upload demo)
- 2012-09-03 13:41:45下载
- 积分:1
-
deltablue
The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver.
- 2014-02-06 08:44:58下载
- 积分:1
-
动画特效
使用animate.css作为动画特效,制作出各种打开lightbox的炫酷效果。(Using animate. CSS as animation special effects, make all kinds of cool effects to open the lightbox.)
- 2019-01-07 10:14:11下载
- 积分:1
-
线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作...
线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool class most of the work to maintain the two-way linked list, when a new request arrives, starting with the first removal of a table working thread will awaken to their work status. If the thread pool is empty, then create a new thread work.
- 2022-02-01 20:36:46下载
- 积分:1
-
本文以Oracle数据库为例,介绍了在采用JSP技术开发WEB应用时一种简便通用的表单数据存储处理方法,以减轻开发工作量,同时提供了主要的程序代码。...
本文以Oracle数据库为例,介绍了在采用JSP技术开发WEB应用时一种简便通用的表单数据存储处理方法,以减轻开发工作量,同时提供了主要的程序代码。
-In this paper, Oracle database as an example, the use of JSP technology in the development of a WEB application form is simple common data storage approach, in order to reduce the development workload, while providing the main program code.
- 2022-07-06 14:47:35下载
- 积分:1