亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

java-classes

  • THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Facto

    THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Factory Works 18 Sample Code 18 The Two Derived Classes 19 Building the Factory 20 Factory Patterns in Math Computation 22 When to Use a Factory Pattern 24 Thought Questions 25 The Abstract Factory Pattern 26 A GardenMaker Factory 26 How the User Interface Works 28 Consequences of Abstract Factory 30 Thought Questions 30 The Singleton Pattern 31 Throwing the Exception 32 Creating an Instance of the Class 32 Static Classes as Singleton Patterns 33 Creating Singleton Using a Static Method 34

    標簽: Creational COMPANION PATTERNS Patterns

    上傳時間: 2013-12-20

    上傳用戶:xwd2010

  • Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2

    Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing Classes 7: Polymorphism 8: Interfaces & Inner Classes 9: Error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index

    標簽: Introduction Thinking Revision Preface

    上傳時間: 2014-07-13

    上傳用戶:netwolf

  • Produce a Java program to calculate the value of π in two different methods proposed by Francois Vie

    Produce a Java program to calculate the value of π in two different methods proposed by Francois Vieta and John Wallis. Design and implement a super-class Estimation two sub-classes (FrancoisVieta and JohnWallis) and an application class.

    標簽: calculate different Francois proposed

    上傳時間: 2013-12-27

    上傳用戶:84425894

  • 1.配置java環境

    1.配置java環境,JDK1.5以上和安裝MYSQL5.0(配置好java的環境變量) 2.在SQL文件里,把role.sql,sql.sql,insert.sql按照這個順利插進MYSQL數據庫里 3.修改FlashNetGame\classes文件夾下面的hibernate.cfg.xml文件,修改里面的數據庫連接地址和用戶密碼什么的 4.把NetGameFalsh文件夾里面的NetGame.swf的打包成.exe文件(如果你的電腦是可信任flash的就不需要) 5.下載spring和hibernate的包,然后把相關的jar文件放到FlashNetGame目錄的lib文件夾下 6.準備好上面的那些工作之后,在FlashNetGame目錄那里的build.xml文件,用ant編譯 (如果沒有裝ant,可以執行org.game.server.StartServer這個主類,就可以啟動服務器了) 7.把NetGameFalsh文件里面的NetGame.swf打包成exe文件(主要是flash的安全策略,如果你配置了你電腦,就不需要) 8.連接服務器,用內帶的用戶登陸就可以了(帳戶:soda,密碼:soda),或者可以在數據庫手動添加

    標簽: java 環境

    上傳時間: 2016-11-08

    上傳用戶:米卡

  • JAVA多torrent下載程序P2P源碼 This is a stripped down version of Manfred Duchrows Programmer s Freind class

    JAVA多torrent下載程序P2P源碼 This is a stripped down version of Manfred Duchrows Programmer\ s Freind class library. No code was changed, only classes irrelevant for Azureus were left out

    標簽: Programmer Duchrows stripped torrent

    上傳時間: 2017-03-02

    上傳用戶:變形金剛

  • Java企業人事管理系統源碼javahr 配置Oracle數據庫 在配置Oracle數據庫時

    Java企業人事管理系統源碼javahr 配置Oracle數據庫 在配置Oracle數據庫時,請參見以下步驟: (1)請確定數據庫已經成功啟動; (2)請確認已經存在名稱為“PERSONNEL_MANAGE”的用戶,如果不存在,請先創建。 (3)將光盤\\TM\\03\\Database\\文件夾中的personnel_manage.dmp文件拷貝到C盤的根目錄下; (4)依次單擊“開始”→“運行”,在彈出的窗口文本框中輸入“cmd”命令,然后單擊“確定”按鈕,打開DOS命令窗口; (5)在DOS命令窗口輸入如下代碼: imp PERSONNEL_MANAGE/MWQ@DBSQL file=C:\\personnel_manage.dmp fromuser=PERSONNEL_MANAGE ignore=y commit=y grants=y (6)單擊回車鍵,即可成功導入Oracle數據庫了。 說明:第一個“PERSONNEL_MANAGE”為登錄數據庫的用戶名,第二個“MWQ”為登錄數據庫的密碼,“DBSQL”為欲登錄的數據庫名稱。 library. No code was changed, only classes irrelevant for Azureus were left out.

    標簽: Oracle javahr Java 數據庫

    上傳時間: 2013-12-28

    上傳用戶:xfbs821

  • JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projec

    JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projects. The library contains miscellaneous classes that support: * configuration and dependency management code * a general logging framework * text utilities * user interface classes for displaying information about applications * custom layout managers * a date chooser panel * serialization utilities JCommon is licensed under the terms of the GNU Lesser General Public Licence (LGPL) version 2.1 or later.

    標簽: JFreeChart Reporting JCommon Pentaho

    上傳時間: 2017-04-23

    上傳用戶:ynzfm

  • This project developed in java leads us to realize a flight reservation system in order to emulate d

    This project developed in java leads us to realize a flight reservation system in order to emulate databases containing the structures for the flight and for the booking. These bases extend the List interface and implements additional search鈥檚 methods. Two interfaces provide an access to this system. The first one reads and handles reservation request message from a terminal. The arguments are then processed throw a middleware interface that call the flight system methods. The second one, a Graphical User Interfaces (GUI) application using Swing Java Foundation Classes (JFC), offers a simpler access to the systems.

    標簽: reservation developed project emulate

    上傳時間: 2017-04-27

    上傳用戶:6546544

  • snmp inquistor Pour la communication avec les agents SNMP on utilise un package Java open source

    snmp inquistor Pour la communication avec les agents SNMP on utilise un package Java open source développé par Jonathan Sevy. Ce package contient notamment les différents types de données utilisés par SNMP, ainsi que des classes permettant l’envoi de requêtes GET et SET.

    標簽: communication inquistor package utilise

    上傳時間: 2014-11-27

    上傳用戶:baiom

  • This book gives a concise description of the Java 2 programming language. They give a quick referen

    This book gives a concise description of the Java 2 programming language. They give a quick reference for the reader who has already learned (or is learning) Java from a standard textbook and who wants to know the language in more detail. These book presents the entire Java programming language and essential parts of the class libraries: the collection classes and the input-output classes.

    標簽: description programming language concise

    上傳時間: 2017-06-20

    上傳用戶:asdkin

主站蜘蛛池模板: 利川市| 镇宁| 汾西县| 电白县| 寿宁县| 浮山县| 朝阳区| 牟定县| 大化| 双峰县| 尼勒克县| 黑龙江省| 平原县| 漯河市| 蒲江县| 安康市| 鹤山市| 大竹县| 瑞安市| 永和县| 沅江市| 忻州市| 汉源县| 波密县| 读书| 泸州市| 资兴市| 甘洛县| 融水| 崇信县| 高碑店市| 黄冈市| 岳阳县| 龙川县| 桂东县| 五莲县| 台州市| 灌南县| 红桥区| 沙坪坝区| 泾源县|