上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 65 下一页
摘要: 1、修改vimrc文件 vim /etc/vimrc 2、在最后添加 set nu 如下图片所示 然后wq! 保存退出 阅读全文
posted @ 2020-03-04 20:09 yvioo 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 at org.ap 阅读全文
posted @ 2020-03-03 13:31 yvioo 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 报错原因意思是说:mysql5.7版本中有了一个STRICT mode(严格模式),而在此模式下默认是不允许设置日期时间的值为全0值的,所以想要 解决这个问题,就需要修改sql_mode的值。 修改全局设置 mysql> set @@global.sql_mode=(select replace(@ 阅读全文
posted @ 2020-03-02 19:25 yvioo 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: 这里使用you-get工具进行下载 github地址:https://github.com/soimort/you-get/ github项目文档:https://github.com/soimort/you-get/wiki/%E4%B8%AD%E6%96%87%E8%AF%B4%E6%98%8E 阅读全文
posted @ 2020-02-28 22:21 yvioo 阅读(2139) 评论(0) 推荐(0) 编辑
摘要: 1、修改配置文件 vim /etc/my.cnf 在[mysqld]节点下,加入一行: lower_case_table_names=1 2、重启数据库服务 service mysqld restart 没有启动服务时 service mysqld start 阅读全文
posted @ 2020-02-26 18:00 yvioo 阅读(1626) 评论(0) 推荐(0) 编辑
摘要: 1、拉取镜像 docker pull rabbitmq:3-management 如果出现报错: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client 阅读全文
posted @ 2020-02-24 16:09 yvioo 阅读(756) 评论(0) 推荐(0) 编辑
摘要: 当使用默认的npm install速度太慢时候,可以配置使用淘宝镜像 npm config set registry https://registry.npm.taobao.org 阅读全文
posted @ 2020-02-23 23:57 yvioo 阅读(1655) 评论(0) 推荐(0) 编辑
摘要: MySQL出现 You do not have the SUPER privilege and binary logging is enabled报错 解决方案: 1、用root用户登录:mysql -u root -p 2、设置参数log_bin_trust_function_creators为1 阅读全文
posted @ 2020-02-23 00:50 yvioo 阅读(4027) 评论(0) 推荐(0) 编辑
摘要: 环境配置:(或以上版本,必须) 版本有对应关系 JDK 版本:1.8 Caffeine 版本:2.8.0SpringBoot 版本:2.2.2.RELEASE 也可以不与SpringBoot结合 1、添加maven依赖 <dependency> <groupId>com.github.ben-man 阅读全文
posted @ 2020-02-17 13:53 yvioo 阅读(3562) 评论(0) 推荐(0) 编辑
摘要: 1、先创建application.properties 文件,在resources文件夹,右键 new -> Resource Bundle 如下图所示,填写名称 2、生成如下图所示文件 3、将此文件后缀名改为yml.右键->Refactor->Rename 如下图所示,点击Refactor 4、重 阅读全文
posted @ 2020-02-13 17:59 yvioo 阅读(24027) 评论(0) 推荐(2) 编辑
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 65 下一页