資源簡介
簡單的TCPIP服務器端demo程序
代碼片段和文件信息
package?cn.daneng.console;
import?java.awt.Color;
import?java.awt.Container;
import?java.awt.Font;
import?java.awt.TextArea;
import?javax.swing.Jframe;
import?javax.swing.WindowConstants;
public?class?Console?extends?Jframe?{
private?static?TextArea?text;
public?void?createConsole(String?title){
?Jframe?jf=new?Jframe(title);
?Container?container=jf.getContentPane();
?container.setBackground(Color.WHITE);
?text=new?TextArea(““5050TextArea.SCROLLBARS_VERTICAL_ONLY);
?text.setForeground(Color.BLACK);
?text.setFont(new?Font(“宋體“?Font.PLAIN?14));
?container.add(text);
?jf.setVisible(true);
?jf.setSize(900?600);
?jf.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
?}
?public?static?void?showInformation(String?st){
?if(!st.isEmpty()){
Consol
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????310??2017-07-26?15:49??TcpServer\.classpath
?????文件????????381??2017-07-20?10:54??TcpServer\.fatjar
?????文件????????385??2017-07-03?15:29??TcpServer\.project
?????文件????????598??2017-07-03?15:29??TcpServer\.settings\org.eclipse.jdt.core.prefs
?????文件????????381??2017-07-19?10:04??TcpServer\.settings\settings.fatjar
?????文件???????1469??2017-08-26?14:36??TcpServer\bin\cn\daneng\console\Console.class
?????文件????????947??2017-08-26?14:36??TcpServer\bin\cn\daneng\mysql\Databa
?????文件???????3101??2017-08-26?14:36??TcpServer\bin\cn\daneng\mysql\MysqlInsert.class
?????文件????????902??2017-08-26?14:36??TcpServer\bin\cn\daneng\run\Run.class
?????文件???????4119??2017-08-26?14:36??TcpServer\bin\cn\daneng\tcp\TCPEchoServer.class
?????文件???????5390??2017-05-31?16:27??TcpServer\img\chart.png
?????文件???????8155??2017-05-31?16:27??TcpServer\img\comm_fail_128px.png
?????文件??????26546??2017-05-31?16:27??TcpServer\img\comm_li
?????文件???????3238??2017-05-31?16:27??TcpServer\img\connect.png
?????文件??????16842??2017-05-31?16:27??TcpServer\img\databa
?????文件??????16849??2017-05-31?16:27??TcpServer\img\databa
?????文件???????1376??2017-05-31?16:27??TcpServer\img\MCUsignal_fail.png
?????文件???????1260??2017-05-31?16:27??TcpServer\img\MCUsignal__sucess.png
?????文件???????6835??2017-05-31?16:27??TcpServer\img\realtimecurve.png
?????文件???????4203??2017-05-31?16:27??TcpServer\img\save.png
?????文件???????7004??2017-05-31?16:27??TcpServer\img\sensor.png
?????文件???????5868??2017-05-31?16:27??TcpServer\img\status_off.png
?????文件???????5634??2017-05-31?16:27??TcpServer\img\status_on.png
?????文件???????1743??2017-05-31?16:27??TcpServer\img\thermometer.png
?????文件???????2844??2017-05-31?16:27??TcpServer\img\upload.png
?????文件?????992808??2017-05-31?16:27??TcpServer\lib\mysql-connector-java-5.1.41-bin.jar
?????文件????????616??2017-07-25?14:47??TcpServer\lib\sql.txt
?????文件????????871??2017-07-27?09:11??TcpServer\src\cn\daneng\console\Console.java
?????文件????????509??2017-07-26?16:47??TcpServer\src\cn\daneng\mysql\Databa
?????文件???????2369??2017-07-29?08:33??TcpServer\src\cn\daneng\mysql\MysqlInsert.java
............此處省略23個文件信息
評論
共有 條評論