QQ_V2

所属分类:单片机开发
开发工具:Java
文件大小:5015KB
下载次数:0
上传日期:2019-12-11 19:05:13
上 传 者黄先生11111
说明:  方法名。Java 技术允许使用 finalize() 方法在垃圾收集器将对象从内存中清除出去之前做必要的清理工作。这个方法是由垃圾收集器在确定这个对象没有被引用时对这个对象调用的。它是在 Object 类中定义的,因此所有的类都继承了它。子类覆盖 finalize() 方法以整理系统资源或者执行其他清理工作。finalize() 方法是在垃圾收集器删除对象之前对这个对象调用的。
(Encapsulation provides objects with the ability to hide internal features and behaviors. Object provides methods that can be accessed by other objects to change Change its internal data. In Java, there are three modifiers: public, private, and protected. Every modifier Different access rights are given to other objects under the same package or different packages. Some of the benefits of using encapsulation are listed below)

文件列表:
QQServer\build\built-jar.properties (100, 2017-01-26)
QQServer\build\classes\.netbeans_automatic_build (0, 2019-12-04)
QQServer\build\classes\.netbeans_update_resources (0, 2019-12-04)
QQServer\build\classes\cn\edu\ldu\ReceiveMessage.class (3974, 2019-12-04)
QQServer\build\classes\cn\edu\ldu\ServerUI$1.class (798, 2019-12-04)
QQServer\build\classes\cn\edu\ldu\ServerUI$2.class (535, 2019-12-04)
QQServer\build\classes\cn\edu\ldu\ServerUI.class (8298, 2019-12-04)
QQServer\build\classes\cn\edu\ldu\ServerUI.form (9611, 2019-12-04)
QQServer\build\classes\cn\edu\ldu\util\Message.class (1937, 2019-12-04)
QQServer\build\classes\cn\edu\ldu\util\Translate.class (1412, 2019-12-04)
QQServer\build\classes\cn\edu\ldu\util\User.class (861, 2019-12-04)
QQServer\build.xml (3609, 2019-12-04)
QQServer\dist\lib\derby.jar (3104883, 2017-01-26)
QQServer\dist\lib\derbyclient.jar (585704, 2017-01-26)
QQServer\dist\lib\derbynet.jar (266471, 2017-01-26)
QQServer\dist\lib\mysql-connector-java-5.1.40-bin.jar (990927, 2017-01-26)
QQServer\dist\QQServer.jar (19202, 2017-01-26)
QQServer\manifest.mf (85, 2016-10-29)
QQServer\nbproject\build-impl.xml (100495, 2019-12-04)
QQServer\nbproject\genfiles.properties (475, 2019-12-04)
QQServer\nbproject\private\private.properties (113, 2019-12-04)
QQServer\nbproject\private\private.xml (343, 2019-12-04)
QQServer\nbproject\project.properties (2847, 2019-12-04)
QQServer\nbproject\project.xml (516, 2017-01-24)
QQServer\server.properties (681, 2016-12-11)
QQServer\serverlog0.log.0 (3676, 2017-01-24)
QQServer\serverlog0.log.0.lck (0, 2017-01-24)
QQServer\src\cn\edu\ldu\ReceiveMessage.java (5486, 2019-12-04)
QQServer\src\cn\edu\ldu\ServerUI.form (9611, 2017-01-26)
QQServer\src\cn\edu\ldu\ServerUI.java (10375, 2017-01-26)
QQServer\src\cn\edu\ldu\util\Message.java (1834, 2017-01-26)
QQServer\src\cn\edu\ldu\util\Translate.java (1529, 2016-12-12)
QQServer\src\cn\edu\ldu\util\User.java (640, 2017-01-26)
QQClient\build\built-jar.properties (100, 2017-01-26)
QQClient\build\classes\.netbeans_automatic_build (0, 2019-12-04)
QQClient\build\classes\.netbeans_update_resources (0, 2019-12-04)
QQClient\build\classes\cn\edu\ldu\ClientUI$1.class (771, 2019-12-04)
QQClient\build\classes\cn\edu\ldu\ClientUI$2.class (798, 2019-12-04)
QQClient\build\classes\cn\edu\ldu\ClientUI.class (7429, 2019-12-04)
... ...

======================== BUILD OUTPUT DESCRIPTION ======================== When you build an Java application project that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application JAR files manifest file (MANIFEST.MF). To run the project from the command line, go to the dist folder and type the following: java -jar "QQServer.jar" To distribute this project, zip up the dist folder (including the lib folder) and distribute the ZIP file. Notes: * If two JAR files on the project classpath have the same name, only the first JAR file is copied to the lib folder. * Only JAR files are copied to the lib folder. If the classpath contains other types of files or folders, these files (folders) are not copied. * If a library on the projects classpath also has a Class-Path element specified in the manifest,the content of the Class-Path element has to be on the projects runtime path. * To set a main class in a standard Java project, right-click the project node in the Projects window and choose Properties. Then click Run and enter the class name in the Main Class field. Alternatively, you can manually type the class name in the manifest Main-Class element.

近期下载者

相关文件


收藏者