摘要: GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '设置的密码' WITH GRANT OPTION; 使用mysql库 阅读全文
posted @ 2020-05-30 13:57 史丹安 阅读(644) 评论(0) 推荐(0) 编辑
摘要: https://github.com/puppeteer/puppeteer/blob/master/docs/api.md 阅读全文
posted @ 2020-05-28 17:08 史丹安 阅读(469) 评论(0) 推荐(0) 编辑
摘要: iview admin pro 阅读全文
posted @ 2020-05-23 09:45 史丹安 阅读(115) 评论(0) 推荐(0) 编辑
摘要: FileWriter fw=new FileWriter(file,true);//只需要在后面添加true 就代表是append追加了 阅读全文
posted @ 2020-05-19 18:45 史丹安 阅读(4619) 评论(0) 推荐(0) 编辑
摘要: 声明map的时候 不用new HashMap()<>; 使用new LinkedHashMap()<>; 就完事了 阅读全文
posted @ 2020-05-19 18:40 史丹安 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 实际上在发票左上角的二维码里面可以扫出来 阅读全文
posted @ 2020-05-18 11:49 史丹安 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 直接进数据库 找到ims_users字段 密码是被md5加密过的 新建一个用户 密码设置123456 然后替换admin的密码字段就OK 啊忘了 还有一个字段也要替换 就是他后面的那个字段 s开头的 什么来着 反正也要替换 阅读全文
posted @ 2020-05-08 16:24 史丹安 阅读(902) 评论(1) 推荐(0) 编辑
摘要: composer require 下载完第三方包之后 用composer install安装一下才能用嗷 阅读全文
posted @ 2020-04-27 14:35 史丹安 阅读(536) 评论(0) 推荐(0) 编辑
摘要: https://links.jianshu.com/go?to=http%3A%2F%2Fidea.medeming.com%2Fjets%2Fimages%2Fjihuoma.txt 阅读全文
posted @ 2020-04-22 18:32 史丹安 阅读(803) 评论(0) 推荐(0) 编辑
摘要: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>2.0.1.RELEASE</versi 阅读全文
posted @ 2020-04-21 13:37 史丹安 阅读(192) 评论(0) 推荐(0) 编辑