mirror of
https://gitee.com/willfree/min-dev-java.git
synced 2026-06-18 01:20:25 +08:00
打包第一次尝试:可以打包,maven依赖库可以打入,但本地库不能
This commit is contained in:
@@ -203,7 +203,7 @@ public class LogicFaceTest {
|
||||
/**
|
||||
* 开启一个tcp服务器,端口号为60000
|
||||
*/
|
||||
@Test
|
||||
// @Test
|
||||
public void startTCPServer() {
|
||||
ServerSocket socket = null;
|
||||
OutputStream outputStream = null;
|
||||
@@ -244,7 +244,7 @@ public class LogicFaceTest {
|
||||
* 测试结果:
|
||||
* [-15, 0, -6, 25, -52, 4, 4, 5, 6, 7, -15, 0, -5, 15, -15, 0, -4, 1, 1, -15, 0, -3, 1, 1, -15, 0, -2, 1, 0]
|
||||
*/
|
||||
@Test
|
||||
// @Test
|
||||
public void startUDPServer() throws IOException {
|
||||
while(true){
|
||||
//1.创建服务端+端口
|
||||
|
||||
@@ -91,7 +91,7 @@ public class TcpTransportTest {
|
||||
/**
|
||||
* 开启一个tcp服务器,端口号为60000
|
||||
*/
|
||||
@Test
|
||||
// @Test
|
||||
public void startTCPServer() {
|
||||
ServerSocket socket = null;
|
||||
OutputStream outputStream = null;
|
||||
|
||||
Reference in New Issue
Block a user