06 2023 档案
摘要:1: 安装nginx 查看所监听的端口是否分配给了nginxnetstat -ntlp netstat -ano ps aux | grep nginx netstat -anp | grep 加pid 2:以上都没有问题,查看防火墙是否开通了端口查看开放的端口:firewall-cmd --lis
阅读全文
摘要:挂载操作 报错如下: mount: /: wrong fs type, bad option, bad superblock on /dev/vdc, missing codepage or helper progr 这是因为磁盘没有格式化,没有分区无法完成挂载。 1:需要使用lsblk lsblk
阅读全文
摘要:https://docs.aws.amazon.com/zh_cn/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html http://www.bimant.com/blog/postgis-
阅读全文
摘要:Could not roll back JDBC transaction; nested exception is dm.jdbc.driver.DMException: 连接尚未建立或已经关闭 Could not roll back JDBC transaction; nested excepti
阅读全文
摘要:java通过实体类生成数据库表 并生成注释 方式一 使用A.C.Table A.C.Table是对Mybatis做的增强功能,实现了mybatis自动建表的能力 官方地址:https://gitee.com/sunchenbin/mybatis-enhance 文档地址:https://www.yu
阅读全文