| | |
| | | * @Version: 1.0 |
| | | **/ |
| | | |
| | | import com.ruoyi.app.position.domain.ArdAppPosition; |
| | | import com.ruoyi.utils.websocket.util.WebSocketUtils; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | |
| | | import java.io.UnsupportedEncodingException; |
| | | import java.nio.charset.StandardCharsets; |
| | | import java.sql.*; |
| | | |
| | | import java.util.*; |
| | | import java.util.concurrent.Executors; |
| | | import java.util.concurrent.ScheduledExecutorService; |
| | | import java.util.concurrent.TimeUnit; |
| | | @Slf4j |
| | | public class ReadAccessDatabase { |
| | | |
| | | public static void main(String[] args) { |
| | | |
| | | // // 多个数据库文件路径 |
| | | // String[] dbPaths = { |
| | | // "D:\\mdb\\道路中心线.mdb", |