摘要: [root@localhost network-scripts]# cat ifcfg-enp0s3 TYPE="Ethernet" BOOTPROTO="static" IPADDR="192.168.43.202" NETMASK=255.255.255.0 GATEWAY=192.168.43 阅读全文
posted @ 2022-10-22 15:45 NIANER2011 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Springboot集成Websocket 1.导入pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </depe 阅读全文
posted @ 2022-10-22 15:26 NIANER2011 阅读(24) 评论(0) 推荐(0) 编辑
摘要: SqlSession session = sqlSessionFactory.openSession(ExecutorType.BATCH); try { SimpleTableMapper mapper = session.getMapper(SimpleTableMapper.class); L 阅读全文
posted @ 2022-10-22 13:35 NIANER2011 阅读(16) 评论(0) 推荐(0) 编辑