虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

aNT-cycle

  • SpringSide以Spring Framework为核心

    SpringSide以Spring Framework为核心,以Ruby On Rails的简约风格整合Java社区的众多开源项目,为大家开发Java企业应用提供一个方便起点。 它所整合的Full-Stack 的开源构件库,包括了WebService,JMS,工作流,安全,报表,规则引擎,搜索引擎,定时任务等企业应用特性,以构件式的开发架构,配合Ant脚本与SpringSide-IDE(Eclipse插件),作为一个一站式的快速Java开发框架。 同时,它的示例代码充分演示了开发团队与SpringSide社区共同总结的,Java企业应用领域方方面面的Best Practice。

    标签: SpringSide Framework Spring 核心

    上传时间: 2015-11-20

    上传用户:haoxiyizhong

  • The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowled

    The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowledge of the elements of arithmetic as they exist on a computer. That conclusion and this book are the result of a long and frustrating search for information on writing arithmetic routines for real-time embedded systems. With instruction cycle times coming down and clock rates going up, it would seem that speed is not a problem in writing fast routines. In addition, math coprocessors are becoming more popular and less expensive than ever before and are readily available. These factors make arithmetic easier and faster to use and implement. However, for many of you the systems that you are working on do not include the latest chips or the faster processors. Some of the most widely used microcontrollers used today are not Digital Signal Processors (DSP), but simple eight-bit controllers such as the Intel 8051 or 8048 microprocessors.

    标签: arithmetic high-speed ultimately efficient

    上传时间: 2014-11-30

    上传用户:lizhen9880

  • Hibernate (著译者: 陈天河等)项目开发宝典本书以Hibernate为核心

    Hibernate (著译者: 陈天河等)项目开发宝典本书以Hibernate为核心,详细讲解了基于组件的J2EE应用软件的开发方法。在讲解方式上,使用基础知识与具体实例相结合的方式对Hibernate进行了全面、深入、细致的讲解,使读者在学习的过程中可以通过具体的练习来加深对讲解内容的理解和把握。本书在讲解Hibernate的同时,还介绍了经常与Hibernate配合使用的Struts,JSF以及 ring等优秀的框架组件。另外,还涉及到了在开发中常会使用到的开源组件,包括Ant,Digester,XDoclet,Log4j,Ecli e和JFreeChart等。本书的配套光盘中包含了书中所有实例的完整源代码以及在开发中需要用到的开源组件的安装程序。另外,作者提供了交流空间为广大读者进行后续的支持。本书适用于使用Hibernate进行Web应用程序开发的技术人员,同时也非常适合对Hibernate相关技术感兴趣的读者进行学习和提高

    标签: Hibernate 项目 宝典 核心

    上传时间: 2013-12-30

    上传用户:c12228

  • 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的绝佳教材。

    标签: Hibernate 整合应用 典型

    上传时间: 2014-01-17

    上传用户:450976175

  • 1. 如何生成自签名的KeyStore以及导出供SP使用的公钥 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -

    1. 如何生成自签名的KeyStore以及导出供SP使用的公钥 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -dname uid=idp 然后按照提示输入密码即可,这里选择输入123456作为密码,同时主口令也使用该密码 C:>keytool -v -export -alias idp -keystore idp.jks -file idp.cer 这个命令将导出公钥证书,公钥证书将会配置在Identity Assertion Provider的Details选项卡中,同时需要配置123456作为访问证书的密码 2. 如何编译 修改build\目录下build.local.properties文件,将其中的WL_HOME指向具体的WebLogic Server安装目录 然后在build目录下执行ant即可 demo/目录中有编译好的demo应用,可以直接使用

    标签: idp KeyStore keystore keytool

    上传时间: 2015-12-01

    上传用户:gxmm

  • JR 公共类库 --Java研究组织开源子项目 本项目的发起的初衷是丰富和完善java的类库

    JR 公共类库 --Java研究组织开源子项目 本项目的发起的初衷是丰富和完善java的类库,我们希望通过大家的共同努力减少很多不必要的重复劳动,也希望能让更多的初学者更容易的使用java进行开发。对于参与本项目的人,我们希望在相互合作的过程中共同的提高自己的能力,对于关注本项目的人,我们希望您能从我们的劳动成果中获益,也希望您能加入我们的行列。让我们一起行动,使我们的开发更容易,使我们的程序更多彩! 本项目的前身是JR Swing部件库,后来考虑到该项目的范围比较窄,因此项目的范围进行了扩充,并且进行了一些修改,主要是: 1、修改发布方式,推出两种发布版本:二进制版本和源代码版本,二进制版本只包含jar文件和本说明文件,源代码版本使用ant进行管理和编译生成二进制版本。 2、不仅仅包含swing相关的类,包含所有java开发相关的内容。 3、详细化文档,最基本的保证是API的详细说明,对于某些类还会给出使用指南,对于没有详细说明的类不会引入此库中。 4、详细测试,对于未经详细测试的类不会引入此库中,但是由于测试的局限性,有些类可能还是会有些bug。

    标签: Java java 项目 JR

    上传时间: 2015-12-02

    上传用户:爱死爱死

  • Each arc of a binary-state network has good/bad states. The system reliability, the probability tha

    Each arc of a binary-state network has good/bad states. The system reliability, the probability that source s communicates with sink t, can be computed in terms of minimal paths (MPs). An MP is an ordered sequence of arcs from s to t that has no cycle. Note that a minimal path is different from the so-called minimum path. The latter is a path with minimum cost.

    标签: binary-state reliability probability network

    上传时间: 2015-12-04

    上传用户:xcy122677

  • NANT 用于在.NET 平台上自动编译工具

    NANT 用于在.NET 平台上自动编译工具,与JAVA的ant 工具类似。支持.NET 1.1及2.0.

    标签: NANT NET 自动 编译工具

    上传时间: 2013-12-16

    上传用户:Amygdala

  • matlab雨流算法。The rain flow algorithm code has been prepared according to the ASTM standard (Standard p

    matlab雨流算法。The rain flow algorithm code has been prepared according to the ASTM standard (Standard practices for cycle counting in fatigue analysis) and optimized considering the calculation time.

    标签: algorithm according Standard prepared

    上传时间: 2016-02-07

    上传用户:上善若水

  • inlude five files that is migong

    inlude five files that is migong,huanghou,ant,pso,animal

    标签: inlude migong files five

    上传时间: 2016-02-20

    上传用户:liansi