上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 68 下一页
摘要: IDEA 拉取项目报错:Out of memory, malloc failed (tried to allocate 524288000 bytes) 执行 git config --global http.postBuffer 524288000 git config --global core 阅读全文
posted @ 2020-09-24 17:20 yvioo 阅读(3416) 评论(0) 推荐(1) 编辑
摘要: Linux系统 linux 上可以使用 mysql --help|grep my.cnf 过滤查看 [root@localhost etc]# mysql --help|grep my.cnf order of preference, my.cnf, $MYSQL_TCP_PORT, /etc/my 阅读全文
posted @ 2020-09-20 18:09 yvioo 阅读(10399) 评论(0) 推荐(0) 编辑
摘要: 有时候我们要根据场景加载不同的js文件,比如PC站加载某个文件,手机站不加载 <script> if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iOS|iPad|Backerry|WebOS|Symbian|Windows Phone 阅读全文
posted @ 2020-09-17 18:36 yvioo 阅读(593) 评论(0) 推荐(0) 编辑
摘要: function dateConvert(format,value) { var date = new Date(value); var o = { "M+" : date.getMonth()+1, //月份 "d+" : date.getDate(), //日 "h+" : date.getHo 阅读全文
posted @ 2020-09-07 09:25 yvioo 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 创建名为 elas的用户 adduser elas 初始化elas的密码 passwd elas 显示 新的 密码: 重新输入新的 密码: passwd:所有的身份验证令牌已经成功更新。 进行授权 个人用户的权限只可以在本home下有完整权限,其他目录需要别人授权。如果需要root用户的权限,可以通 阅读全文
posted @ 2020-08-27 16:09 yvioo 阅读(4393) 评论(0) 推荐(0) 编辑
摘要: Response received : -MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the 阅读全文
posted @ 2020-08-26 13:56 yvioo 阅读(742) 评论(0) 推荐(0) 编辑
摘要: Spring整合redis实现key过期事件监听:https://www.cnblogs.com/pxblog/p/13969375.html 可以用于简单的过期订单取消支付、7天自动收货场景中 1、Spring Boot整合redis 参考 https://www.cnblogs.com/pxbl 阅读全文
posted @ 2020-08-25 13:58 yvioo 阅读(3487) 评论(0) 推荐(0) 编辑
摘要: Caused by: java.lang.NoClassDefFoundError: javax/jms/Message at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclar 阅读全文
posted @ 2020-08-23 23:29 yvioo 阅读(1132) 评论(0) 推荐(0) 编辑
摘要: 进入MySQL的配置文件 默认是/etc/my.cnf vim my.cnf 在最后一行加入 sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" 重启数据库 service mysqld restart 阅读全文
posted @ 2020-08-23 18:36 yvioo 阅读(2696) 评论(0) 推荐(0) 编辑
摘要: 严重: Exception initializing page contextjava.lang.StackOverflowErrorat javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrappe 阅读全文
posted @ 2020-08-23 16:29 yvioo 阅读(395) 评论(0) 推荐(0) 编辑
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 68 下一页
点击右上角即可分享
微信分享提示