delete bin file

This commit is contained in:
yuanpai 2024-08-22 10:18:13 +08:00
parent 74712b6d5b
commit d48f4407fd
8 changed files with 3 additions and 40 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.exe
.idea
/log/*

3
.idea/.gitignore vendored
View File

@ -1,3 +0,0 @@
# 默认忽略的文件
/shelf/
/workspace.xml

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/2024-08-22_mqtt_relay.iml" filepath="$PROJECT_DIR$/.idea/2024-08-22_mqtt_relay.iml" />
</modules>
</component>
</project>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -1,8 +0,0 @@
2024/08/22 02:16:04 open : The system cannot find the file specified.
2024/08/22 02:17:00 CreateTLSConfig fail, err= open : The system cannot find the file specified.
2024/08/22 02:17:39 listen tcp :1883: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2024/08/22 02:18:39 listen tcp 0.0.0.0:1883: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2024/08/22 02:21:06 listen tcp 0.0.0.0:1883: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2024/08/22 02:44:59 CreateTLSConfig fail, err= open config/_.tcljd.com.crt: The system cannot find the file specified.
2024/08/22 02:47:05 CreateTLSConfig fail, err= open config/_.tcljd.com.crt: The system cannot find the file specified.
2024/08/22 02:47:08 CreateTLSConfig fail, err= open config/_.tcljd.com.crt: The system cannot find the file specified.

Binary file not shown.