質問編集履歴

1

IPaddressの修正

2015/12/24 07:01

投稿

toukibi
toukibi

スコア27

test CHANGED
File without changes
test CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
  public class TCPWrite {
72
72
 
73
- public static final int SERVER_PORT = 54321;
73
+ public static final int SERVER_PORT = 5431;
74
74
 
75
75
  public static final int PACKET_SIZE = 1024;
76
76
 
@@ -130,7 +130,7 @@
130
130
 
131
131
 
132
132
 
133
- private static String url = "jdbc:mysql://192.168.84.85:3306/wifi_db";
133
+ private static String url = "jdbc:mysql://192.168.82.89:3306/wifi_db";
134
134
 
135
135
  private static String driver = "com.mysql.jdbc.Driver";
136
136