-
Quartz
spring 的Quartz定时器的功能非常强大,可以在特定的年月日小时分秒的时间点触发时间,完成事件的调度(spring of Quartz timer function is very powerful, can trigger a specific point in time time date hours minutes and seconds to complete the schedule of events)
- 2014-02-10 22:12:06下载
- 积分:1
-
Microcontroller
learn java easily.the format of the file is in compiled html version.easy to understand 4 begineers
- 2014-02-25 20:34:22下载
- 积分:1
-
I2C-Transplant-notes
这个是我做的一个关于手机上的I2C的移植程序经验总结,虽然没有直接程序,但是总结里将每一步都说明的很详细,大概的流程步骤都有!这个是在ubuntu系统下,也有部分Java程序(This is what I do a mobile phone on the I2C of the transplant experience summary, although there is no direct procedures, but the summary will be every step of the very detailed, probably the process steps are! This is in the Ubuntu system, there are also part of the Java program)
- 2015-08-13 18:08:12下载
- 积分:1
-
spring-MVC-Mail
用sping mvc注释的邮件功能,文件内有源码(Comment by sping mvc mail function, the source documents)
- 2014-02-20 11:12:32下载
- 积分:1
-
object-oriented-concepts-and--skills
详细介绍面向对象的方法论、图示、概念及使用技巧,全面讲述面向对象数据库的理论与应用,深入探讨软件品质管理及软件开发模型,通过大量范例将面向对象分析与设计的重要理论做深入浅出地阐述。 面向对象分析与设计
(Detailed methodology, icon, object-oriented concepts and use skills, a full description of the theory and application of object-oriented database, depth discussion of software quality management and software development model, through a large number of examples of the object-oriented analysis and design theory do elaborate in layman' s language. Object-Oriented Analysis and Design)
- 2012-09-11 17:34:32下载
- 积分:1
-
Randomintgenerator
Randomintgenerator.java is a java example to practice your java programming
- 2009-06-03 19:36:54下载
- 积分:1
-
Crawler
网络爬虫小程序
有命令行版和GUI版本
(Crawler.java为命令行版本,CrawlerUI.java为GUI版本)
界面使用swing
需要Mysql数据库(Web crawler applet command line version and GUI version (Crawler.java the command line version, CrawlerUI.java GUI version) requires Mysql database interface using swing)
- 2012-10-14 21:16:13下载
- 积分:1
-
idleaf
说明: 美团点评分布式ID生成系统中Leaf-segment数据库方案的实现(US Mission Review Implementation of Leaf-segment Database Scheme in Distributed ID Generation System)
- 2019-11-14 22:49:50下载
- 积分:1
-
手机传感器
说明: 采集运动过程中三轴加速度,数据可用于简单的人体行为识别(APP can collect three-axis acceleration in motion process, and the data can be used for simple human behavior recognition.)
- 2019-02-27 16:03:23下载
- 积分:1
-
Java-mid-term-test
(1)某邮局对邮寄包裹有如下规定:若包裹的长宽高任一尺寸超过1米或重量超过30千克,不予邮寄;对可以邮寄的包裹每件收取手续费0.5元,再加上根据下表按重量weight计算的邮资,请编写程序计算某包裹的邮寄资费。
重量(千克) 收费标准(元)
weight<=10 1.00
10<weigh<=20 0.90
20<weigh<=30 0.80
(2)设计一个Rectangle(矩形)类,数据成员包括length(长)、width(宽)。要求成员方法实现以下功能:
①由键盘输入长和宽
②计算面积
③计算周长
④输出面积和周长
(3)一辆卡车违反交通规则,撞人后逃跑。现场有3人目击事件,但都没记住车号,只记下车号的一些特征。甲说:牌照的前两位数字式相同的;乙说:牌照的后两位数字是相同的,但与前两位不同;丙是数学家,他说:4位的车牌号刚好是一个整数的平方。请根据以上线索求出车号。(Java mid-term test)
- 2011-06-19 18:49:56下载
- 积分:1