摘要: 技术交流群 : 816227112 idea每次修改module name后重启,module还是会在后面加上原来的name。 这时修改: .idea下的modules.xml 内的module名即可彻底修改。 阅读全文
posted @ 2019-08-12 15:48 Time。时光 阅读(837) 评论(0) 推荐(0) 编辑
摘要: 超级折磨人 在网上搜到的解决方案: 技术交流群 : 816227112 修改 和 原文 : https://www.cnblogs.com/yanyunliu/p/9247592.html 阅读全文
posted @ 2019-08-11 19:54 Time。时光 阅读(9047) 评论(0) 推荐(0) 编辑
摘要: 1 先安装插件 2 控制台执行命令 mvn build-helper:parse-version versions:set -DnewVersion=1.1-SNAPSHOT versions:commit 1.1-SNAPSHOT 为你要修改的版本号 技术交流群: 816227112 有时候命令执 阅读全文
posted @ 2019-07-28 19:37 Time。时光 阅读(6908) 评论(0) 推荐(0) 编辑
摘要: 注意:以下方法只适用于IE11 以下: TypeError: Cannot read property 'msie' of undefined jquery1.9去掉了 $.browser 所以报错 官方说明 : https://api.jquery.com/jQuery.browser/ 方法 1 阅读全文
posted @ 2019-07-13 13:00 Time。时光 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 当时使用的jQuery为1.4.x的版本。换成高版本就好了。 参考 https://blog.csdn.net/marswill/article/details/69316003 阅读全文
posted @ 2019-06-28 10:28 Time。时光 阅读(1056) 评论(0) 推荐(0) 编辑
摘要: 1,首先在码云上新建一个项目,如下图所示 2,本地新建一个文件夹 3,进入新建的文件夹,点击鼠标右键,选择git bash here 然后在窗口输入 git init 这时候文件夹会多出一个.git文件夹,看不到文件夹的,点击鼠标右键选择“显示不显示隐藏的文件”就可以看到这个文件夹了 4,进入刚刚在 阅读全文
posted @ 2019-06-25 23:01 Time。时光 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 解决: 阅读全文
posted @ 2019-06-15 16:00 Time。时光 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 解决: update MySQL.user set authentication_string=password('123456') where user='root'; FLUSH PRIVILEGES; 技术交流群: 816227112 阅读全文
posted @ 2019-06-15 14:30 Time。时光 阅读(830) 评论(0) 推荐(0) 编辑
摘要: 解决: 删除data文件夹 然后按顺序执行: sc delete mysql mysqld --initialize-insecure mysqld -install mysql net start mysql 技术交流群: 816227112 阅读全文
posted @ 2019-06-15 14:27 Time。时光 阅读(1286) 评论(0) 推荐(1) 编辑
摘要: pom里加上 技术交流群: 816227112 阅读全文
posted @ 2019-06-05 17:49 Time。时光 阅读(2387) 评论(0) 推荐(0) 编辑