-
java编写的定时作业源码,可以定时规定作业和程序,和程序下次运行的时间,间隔等等,里面包含2个不同的方式实现...
java编写的定时作业源码,可以定时规定作业和程序,和程序下次运行的时间,间隔等等,里面包含2个不同的方式实现-java prepared by the regular operations FOSS can provide regular operations and procedures, and procedures for running the next time interval, etc., which contains two different ways to achieve
- 2022-03-21 04:55:14下载
- 积分:1
-
- 2022-07-03 15:20:27下载
- 积分:1
-
用JAVA编写计算器程序(模拟Windows计算器)
用JAVA编写计算器程序(模拟Windows计算器)-Prepared with JAVA calculator program (analog Windows calculator)
- 2023-05-04 02:20:02下载
- 积分:1
-
J2EE Tester 测试器是一款用于测试发布于服务器端(如Weblogic, Websphere)的 EJB组件、Servlet以及 Beans的黑盒/白盒...
J2EE Tester 测试器是一款用于测试发布于服务器端(如Weblogic, Websphere)的 EJB组件、Servlet以及 Beans的黑盒/白盒智能化测试工具。它的功能主要有以下三点:
1. 自动生成被测试类的覆盖度测试报告,生成相应的dmp文件。
2. 自动生成被测试类的出错报告,记录抛错的行数,出错类型,方法名称,时间以及该行的代码。
3. 按照需要在发生错误的行产生断点,让测试者查看此时各个变量的状态。 -J2EE Tester Tester is a test release for the server-side (such as Weblogic, Websphere) of EJB components, Servlet and Beans the black box/white box of intelligent test tools. Its main function has the following three points: 1. Automatically generated by test category test coverage reports, generate dmp file. 2. Automatically generated by the wrong type of test reports, record the number of rows behind mistake, error type, method name, time and the lines of code. 3. In accordance with the required line in the event of an error arising from a breakpoint, so that those who view the test at this time of the status variables.
- 2023-07-16 23:50:05下载
- 积分:1
-
新手可以看看,增加对利用java编程的理解。
新手可以看看,增加对利用java编程的理解。- The novice may have a look, to increase to uses the java
programming the understanding.
- 2022-02-02 16:18:26下载
- 积分:1
-
连接池基本原理:连接池最基本的思想就是预先建立一些连接放置于内存对象中以备使用。对于多于链接池中链接数的并发请求,应在请求队列中排队等待。并且应用程序可以根据链...
连接池基本原理:连接池最基本的思想就是预先建立一些连接放置于内存对象中以备使用。对于多于链接池中链接数的并发请求,应在请求队列中排队等待。并且应用程序可以根据链接的使用率,动态增加或减少池中的链接数。达到链接的优化。
-The basic principles of connection pooling: connection pooling basic ideology is the pre-established links with objects placed in memory for use. For more than a few links to the pool of concurrent link request, the request should be in the queue waiting. And applications can be linked to utilization, dynamic increase or decrease in the number of links to the pool. To achieve the optimal link.
- 2022-07-15 15:50:11下载
- 积分:1
-
Hibernate开发及整合应用大全 蔡雪焘编著 本书用典型的示例剖析Hibernate开发中的重点和难点,对于开发Hibernate的常用工具也进行了详细讲解...
Hibernate开发及整合应用大全 蔡雪焘编著 本书用典型的示例剖析Hibernate开发中的重点和难点,对于开发Hibernate的常用工具也进行了详细讲解。全书分两篇,共21章,内容涵盖Hibernate概述、Session主要的API、Hibernate对象关联(一对一、一对多、多对一和多对多)、级联关系、HQL与QBC检索、检索策略、基本配置与对象/关系映射配置、集合映射、事务与Cache管理等Hibernate的知识,另外还对XML、JSP、MySQL、Ant、JUnit、Log4j、Struts、Spring及Middlegen-Hibernate、hbm2java、SchemaExport、Hibernate-extensions控制台、XDoclet、P6Spy、HibernateSynchronize等开发Hibenrate时常用的工具进行了抓取重点和常用点的讲解。本书最大的特色在于每一节的例子都是经过精挑细选,具有很强的针对性,力求让读者通过亲自动手做来掌握其底层的知识,示例的运行也很简单,只需配置和运行Ant即可。
本书适合Java程序员、企业级项目的开发人员参考使用,同时也是新手学习Hibernate的绝佳教材。-err
- 2022-02-27 06:23:54下载
- 积分:1
-
每个使用关系型数据库的程序都可能遇到数据死锁或不可用的情况,而这些情况需要在代码中编程来解决 本文主要介绍与数据库事务死锁等情况相关的重试逻辑概念,此外,还会探...
每个使用关系型数据库的程序都可能遇到数据死锁或不可用的情况,而这些情况需要在代码中编程来解决 本文主要介绍与数据库事务死锁等情况相关的重试逻辑概念,此外,还会探讨如何避免死锁等问题,文章以DB2(版本9)与Java为例进行讲解。-Each use of relational database programs that may be encountered or unavailable data deadlock situation, which if necessary programming code to solve with the introduction of this paper such as database transaction deadlock retry logic related to the concept, in addition to will explore issues such as how to avoid deadlock, the article to DB2 (version 9) and Java as an example to explain.
- 2022-04-28 00:17:08下载
- 积分:1
-
吃豆游戏,查看HTML见效果k
吃豆游戏,查看HTML见效果k-eat beans games View HTML see results k
- 2022-03-03 17:46:43下载
- 积分:1
-
personal home page is a simple landing has spent Java script
个人主页,是个简单的登陆已经用JAVA 的脚本-personal home page is a simple landing has spent Java script
- 2023-08-30 09:55:03下载
- 积分:1