2020年3月3日
摘要: CONSOLE报如下错误: 解决办法:我的问题是方法2解决的 阅读全文
posted @ 2020-03-03 17:34 识途老码 阅读(303) 评论(0) 推荐(0)
  2020年3月2日
摘要: <?xml version="1.0" encoding="UTF-8"?><web-app version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-in 阅读全文
posted @ 2020-03-02 23:37 识途老码 阅读(124) 评论(0) 推荐(0)
摘要: jdbc.driver=com.mysql.cj.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/o2o?useUnicode=true&characterEncoding=utf8&useSSL=true&serverTimezone=UTCjdbc 阅读全文
posted @ 2020-03-02 23:33 识途老码 阅读(622) 评论(0) 推荐(0)
摘要: 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://maven.apache.o 阅读全文
posted @ 2020-03-02 23:08 识途老码 阅读(332) 评论(0) 推荐(0)
摘要: 在maven里面添加 <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>ce 阅读全文
posted @ 2020-03-02 22:39 识途老码 阅读(653) 评论(0) 推荐(0)
摘要: mysql8.0安装好后可以正常与navicat通信,也可以可以通过密码进入,在任务管理器中能看到mysqld字样 那么问题来了,用net start mysql 命令竟然无法启动 按照网上正常的步骤来操作: 以管理员身份在mysql的bin目录下 1.mysqld --initialize:作用初 阅读全文
posted @ 2020-03-02 20:16 识途老码 阅读(623) 评论(0) 推荐(0)
摘要: 错误提示:cvc-complex-type.2.3: Element 'beans' cannot have character [children], because the type's content type is element-only 最终的解决办法:把有红叉的地方手写一边然后就好了, 阅读全文
posted @ 2020-03-02 12:20 识途老码 阅读(206) 评论(0) 推荐(0)
摘要: 1 <web-app version="3.1" 2 xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xsi:schemaLocation="ht 阅读全文
posted @ 2020-03-02 00:52 识途老码 阅读(165) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-03-02 00:43 识途老码 阅读(395) 评论(0) 推荐(0)
  2020年3月1日
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-03-01 23:54 识途老码 阅读(161) 评论(0) 推荐(0)