FullThreadDump demonstrates the use of the java.lang.management API to print the full thread dump. JDK 6 defines a new API to dump the information about monitors and java.util.concurrent ownable synchronizers.
標簽: the FullThreadDump demonstrates management
上傳時間: 2015-12-04
上傳用戶:baitouyu
These are the examples from the book Java Examples in a Nutshell, 2nd Edition, by David Flanagan. See the file index.html for more information.
標簽: the Examples Flanagan Nutshell
上傳時間: 2016-01-22
上傳用戶:13188549192
These are the examples from the book Java Examples in a Nutshell, 2nd Edition, by David Flanagan. See the file index.html for more information.
標簽: the Examples Flanagan Nutshell
上傳時間: 2016-03-08
上傳用戶:yyq123456789
【實驗名稱】遞歸子程序分析器的設計與實現 【實驗目的和要求】 設計、編制,調試一個典型的語法分析程序,實現對如下的遞歸子程序語法的分析,進一步掌握常用的語法分析方法。 【實驗內容】 ① 本分析程序所分析的文法如下: G[E]: E->eBaA A->a|bAcB B->dEd|aC C->e|dC ② 針對上述文法編寫一遞歸子程序分析程序,該程序的輸入是任意符號串,輸出是本次輸入的符號串是否是該文法的句子的結論。 【環境】 Windows Pc 機,任何版本的c語言 其中還包括java語言實現的程序
上傳時間: 2013-12-25
上傳用戶:lanhuaying
對于計算機語言的發展吏,業界一般認為:B語言導致了C語言的誕生,C語言演變出了C++語言,而C++語言將讓位于Java語言。要想更好地了解Java語言,就必須了解它產生的原因、推動它發展的動力,以衣它對其它語言的繼承。像以前其他成功的計算機語言一樣,Java繼承了其他語言的先進原理,同時又因其獨特的環境要求而提出了一些創新性的概念。在這本書的其他各章中,將從實用的角度,對Java語言、庫及應用程序進行包括語法在內的詳細介紹。
上傳時間: 2016-04-02
上傳用戶:fanboynet
This a handbook for logging-related information and techniques needed for developing applications in the Java language
標簽: logging-related applications information developing
上傳時間: 2016-04-20
上傳用戶:葉山豪
ExtJS是一個很不錯的Ajax框架,可以用來開發帶有華麗外觀的富客戶端應用,使得我們的b/s應用更加具有活力及生命力。ExtJS是一個用javascript編寫,與后臺技術無關的前端ajax框架。因此,可以把ExtJS用在.Net、Java、Php等各種開發語言開發的應用中。 最近我們在幾個應用都使用到了ExtJS,對公司以前開發的一個OA系統也正在使用ExtJS2.0進行改造,使得整個系統在用戶體驗上有了非常大的變化。本教程記錄了前段時間本人學習ExtJS的一些心得及小結,希望能幫助正在學習或準備學習ExtJS的朋友們快速走進ExtJS2.0的精彩世界。 教程包括ExtJS的新手入門、組件體系結構及使用、ExtJS中各控件的使用方法及示例應用等,是一個非常適合新手的ExtJS入門教程。本教程主要是針對ExtJS2.0進行介紹,全部代碼、截圖等都是基于ExtJS2.0。
上傳時間: 2014-01-17
上傳用戶:skfreeman
segment,一個簡單的中文分詞程序,命令行如下: java -jar segmenter.jar [-b|-g|-8|-s|-t] inputfile.txt -b Big5, -g GB2312, -8 UTF-8, -s simp. chars, -t trad. chars Segmented text will be saved to inputfile.txt.seg
上傳時間: 2014-01-04
上傳用戶:ynzfm
一款用JAVA制作開發的小型聊天軟件,里面附有安裝程序和JAVA源代碼。 Visual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.
上傳時間: 2014-09-06
上傳用戶:龍飛艇
Sun’s most advanced certification program in Java technology is the Sun Certified Enterprise Architect (“SCEA”) for Java 2 Platform. This book, the Sun Certified Enterprise Architect for J2EE Study Guide (Exam 310-051), provides all the information that you may need to prepare for the SCEA. It has detailed chapters and a CD covering all the topics of the SCEA exam. To pass the certification, the candidate should be familiar with the fundamentals of Java applications programming and should have skill in Java programming. Additionally, there are some specific technologies that the candidate should know we
標簽: certification Enterprise technology Sun
上傳時間: 2016-07-27
上傳用戶:李夢晗