摘要: 在Web界面右上角,点开有个Administration,在Storage里面设置. 阅读全文
posted @ 2020-03-12 21:24 荣神益人 阅读(266) 评论(0) 推荐(0) 编辑
摘要: https://glowroot.org/ wget https://github.com/glowroot/glowroot/releases/download/v0.13.6/glowroot-0.13.6-dist.zipunzip -o glowroot-0.13.6-dist.zip vi 阅读全文
posted @ 2020-03-12 19:02 荣神益人 阅读(1675) 评论(0) 推荐(0) 编辑
摘要: 今天有个功能需求,需要固定展示N条动态,需要实现固定长度的Redis列表,搜索百度后找到了解决办法,用列表的LTRIM来实现:https://www.runoob.com/redis/lists-ltrim.html Redis Ltrim 对一个列表进行修剪(trim),就是说,让列表只保留指定区 阅读全文
posted @ 2020-03-12 18:16 荣神益人 阅读(9460) 评论(0) 推荐(0) 编辑
摘要: 前几天修改了一张回答表的触发器,结果保存草稿的时候报错:Data truncation: Truncated incorrect datetime value: '',经排查是触发器中一条判断的问题,我们来看原来的语句: IF CONCAT(new.delete_flag,new.status)!= 阅读全文
posted @ 2020-03-12 16:52 荣神益人 阅读(11355) 评论(0) 推荐(0) 编辑
摘要: 今天收到一个报错邮件:Can't find record in 'rec_experiences_search',这张表的引擎是 MyISAM,通过百度搜索到这篇文章:https://dba.stackexchange.com/questions/31526/mysql-cant-find-reco 阅读全文
posted @ 2020-03-12 16:50 荣神益人 阅读(1957) 评论(0) 推荐(0) 编辑