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

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