source
code 

所属分类:其他
开发工具:Java
文件大小:5055KB
下载次数:0
上传日期:2019-12-11 19:00:54
上 传 者黄先生11111
说明:  自动生成代码
(Check the running state of the device, some of which are detected by Ping. So we need to use java to realize the ping function. In order to use java to realize the ping function, some people recommend using Java's runtime. Exec () method to directly call the ping command of the system, and some people have completed the pure java program to realize the Ping, using Java's NiO package (native IO, efficient IO package). But device detection just wants to test whether a remote host is available. So, there are three ways to do this)

文件列表:
QQServer\build\built-jar.properties (100, 2017-02-02)
QQServer\build\classes\cn\edu\ldu\ReceiveMessage.class (3755, 2017-02-02)
QQServer\build\classes\cn\edu\ldu\RecvFile.class (2636, 2017-02-02)
QQServer\build\classes\cn\edu\ldu\ServerUI$1.class (757, 2017-02-02)
QQServer\build\classes\cn\edu\ldu\ServerUI$2.class (2274, 2017-02-02)
QQServer\build\classes\cn\edu\ldu\ServerUI$3.class (535, 2017-02-02)
QQServer\build\classes\cn\edu\ldu\ServerUI.class (8403, 2017-02-02)
QQServer\build\classes\cn\edu\ldu\util\Message.class (1841, 2017-02-02)
QQServer\build\classes\cn\edu\ldu\util\Translate.class (1377, 2017-02-02)
QQServer\build\classes\cn\edu\ldu\util\User.class (820, 2017-02-02)
QQServer\build.xml (3609, 2017-01-24)
QQServer\dist\lib\derby.jar (3104883, 2017-02-02)
QQServer\dist\lib\derbyclient.jar (585704, 2017-02-02)
QQServer\dist\lib\derbynet.jar (266471, 2017-02-02)
QQServer\dist\lib\mysql-connector-java-5.1.40-bin.jar (990927, 2017-02-02)
QQServer\dist\QQServer.jar (24499, 2017-02-02)
QQServer\manifest.mf (85, 2016-10-29)
QQServer\nbproject\build-impl.xml (79875, 2017-01-24)
QQServer\nbproject\genfiles.properties (475, 2017-01-24)
QQServer\nbproject\private\private.properties (112, 2017-01-24)
QQServer\nbproject\private\private.xml (343, 2017-04-02)
QQServer\nbproject\project.properties (2558, 2017-01-24)
QQServer\nbproject\project.xml (516, 2017-01-24)
QQServer\src\cn\edu\ldu\ReceiveMessage.java (5920, 2017-01-26)
QQServer\src\cn\edu\ldu\RecvFile.java (2537, 2017-02-01)
QQServer\src\cn\edu\ldu\ServerUI.form (9617, 2017-02-02)
QQServer\src\cn\edu\ldu\ServerUI.java (12169, 2017-02-02)
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-02-02)
QQClient\build\classes\cn\edu\ldu\ClientUI$1.class (757, 2017-02-02)
QQClient\build\classes\cn\edu\ldu\ClientUI$2.class (730, 2017-02-02)
QQClient\build\classes\cn\edu\ldu\ClientUI$3.class (757, 2017-02-02)
QQClient\build\classes\cn\edu\ldu\ClientUI$4.class (725, 2017-02-02)
QQClient\build\classes\cn\edu\ldu\ClientUI$5.class (1162, 2017-02-02)
QQClient\build\classes\cn\edu\ldu\ClientUI.class (12652, 2017-02-02)
QQClient\build\classes\cn\edu\ldu\FileSender.class (4620, 2017-02-02)
QQClient\build\classes\cn\edu\ldu\images\download.png (3364, 2017-02-02)
... ...

======================== 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.

近期下载者

相关文件


收藏者