摘要: MySQL8.0+的jdbc.properties的配置,以及相关解释 东边的大西瓜 2020-03-23 09:37:23 1142 收藏 2分类专栏: 数据库版权jdbc.driver=com.mysql.cj.jdbc.Driverjdbc.url=jdbc:mysql://localhost 阅读全文
posted @ 2021-05-11 11:17 jueqishizhe 阅读(1099) 评论(0) 推荐(0)
摘要: protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { //1 获取下载文件的路径 String realPath = 阅读全文
posted @ 2021-05-07 16:05 jueqishizhe 阅读(188) 评论(0) 推荐(0)
摘要: <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </i 阅读全文
posted @ 2021-05-07 14:08 jueqishizhe 阅读(167) 评论(0) 推荐(0)
摘要: <!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api --> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-ap 阅读全文
posted @ 2021-05-06 10:44 jueqishizhe 阅读(58) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2021-04-29 15:14 jueqishizhe 阅读(35) 评论(0) 推荐(0)
摘要: 1.创建分支 git branch develop 2.查看本地分支: git branch 注:名称前面加* 号的是当前的分支 3.查看远程分支: 加上-a参数可以查看远程分支,远程分支会用红色表示出来(如果你开了颜色支持的话) git branch -a 4.切换分支 git checkout 阅读全文
posted @ 2021-04-28 00:22 jueqishizhe 阅读(294) 评论(0) 推荐(0)
摘要: defaults write com.apple.finder AppleShowAllFiles -bool true; KillAll Finder 阅读全文
posted @ 2021-04-27 22:08 jueqishizhe 阅读(48) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_42365252/article/details/83827303?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7Ed 阅读全文
posted @ 2021-04-27 22:06 jueqishizhe 阅读(40) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/hell_oword/article/details/113182301?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnP 阅读全文
posted @ 2021-04-27 18:58 jueqishizhe 阅读(58) 评论(0) 推荐(0)
摘要: 零:下载 https://maven.apache.org/download.cgi 一:解压maven 二:配置环境变量: "M2_HOME" MAVEN bin文件夹目录 "MAVEN_HOME" :MAVEN所在目录 添加path:%MAVEN_HOME%\bin 三:配置阿里云镜像: 在\a 阅读全文
posted @ 2021-04-01 14:39 jueqishizhe 阅读(55) 评论(0) 推荐(0)