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 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為核心,詳細講解了基于組件的J2EE應用軟件的開發方法。在講解方式上,使用基礎知識與具體實例相結合的方式對Hibernate進行了全面、深入、細致的講解,使讀者在學習的過程中可以通過具體的練習來加深對講解內容的理解和把握。本書在講解Hibernate的同時,還介紹了經常與Hibernate配合使用的Struts,JSF以及 ring等優秀的框架組件。另外,還涉及到了在開發中常會使用到的開源組件,包括Ant,Digester,XDoclet,Log4j,Ecli e和JFreeChart等。本書的配套光盤中包含了書中所有實例的完整源代碼以及在開發中需要用到的開源組件的安裝程序。另外,作者提供了交流空間為廣大讀者進行后續的支持。本書適用于使用Hibernate進行Web應用程序開發的技術人員,同時也非常適合對Hibernate相關技術感興趣的讀者進行學習和提高
上傳時間: 2013-12-30
上傳用戶:c12228
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的絕佳教材。
上傳時間: 2014-01-17
上傳用戶:450976175
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的類庫,我們希望通過大家的共同努力減少很多不必要的重復勞動,也希望能讓更多的初學者更容易的使用java進行開發。對于參與本項目的人,我們希望在相互合作的過程中共同的提高自己的能力,對于關注本項目的人,我們希望您能從我們的勞動成果中獲益,也希望您能加入我們的行列。讓我們一起行動,使我們的開發更容易,使我們的程序更多彩! 本項目的前身是JR Swing部件庫,后來考慮到該項目的范圍比較窄,因此項目的范圍進行了擴充,并且進行了一些修改,主要是: 1、修改發布方式,推出兩種發布版本:二進制版本和源代碼版本,二進制版本只包含jar文件和本說明文件,源代碼版本使用ant進行管理和編譯生成二進制版本。 2、不僅僅包含swing相關的類,包含所有java開發相關的內容。 3、詳細化文檔,最基本的保證是API的詳細說明,對于某些類還會給出使用指南,對于沒有詳細說明的類不會引入此庫中。 4、詳細測試,對于未經詳細測試的類不會引入此庫中,但是由于測試的局限性,有些類可能還是會有些bug。
上傳時間: 2015-12-02
上傳用戶:愛死愛死
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 平臺上自動編譯工具,與JAVA的ant 工具類似。支持.NET 1.1及2.0.
上傳時間: 2013-12-16
上傳用戶:Amygdala
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,huanghou,ant,pso,animal
上傳時間: 2016-02-20
上傳用戶:liansi