会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
荣神益人
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
15
下一页
2020年5月13日
IIS - 实现HTTP重定向到HTTPS上(HTTPS的自动跳转)
摘要: https://www.hangge.com/blog/cache/detail_1885.html
阅读全文
posted @ 2020-05-13 12:11 荣神益人
阅读(416)
评论(0)
推荐(0)
2020年4月30日
ElasticSearch 6/7内存设置方法
摘要: 参考:https://www.cnblogs.com/noah-luo/p/11643361.html find / -type f -name 'jvm.options' 修改上面命令找到的文件中的 -Xms1g -Xmx1g 然后重启ES
阅读全文
posted @ 2020-04-30 18:03 荣神益人
阅读(640)
评论(0)
推荐(0)
ElasticSearch监控工具cerebro安装笔记
摘要: 主页地址 https://github.com/lmenezes/cerebro wget https://github.com/lmenezes/cerebro/releases/download/v0.9.0/cerebro-0.9.0.tgztar xzf cerebro-0.9.0.tgzr
阅读全文
posted @ 2020-04-30 17:28 荣神益人
阅读(678)
评论(0)
推荐(0)
如何查看MySQL版本号?
摘要: select version()
阅读全文
posted @ 2020-04-30 15:00 荣神益人
阅读(283)
评论(0)
推荐(0)
2020年4月28日
使用MySQL伪列生成序号
摘要: SELECT @rownum:=@rownum+1 AS rownum, t_s_base_user.* FROM (SELECT @rownum:=0) r, t_s_base_user
阅读全文
posted @ 2020-04-28 15:59 荣神益人
阅读(378)
评论(0)
推荐(0)
2020年4月26日
springboot2.x | 定时任务
摘要: https://www.jianshu.com/p/f1486b6e0a89
阅读全文
posted @ 2020-04-26 14:34 荣神益人
阅读(155)
评论(0)
推荐(0)
2020年4月20日
CentOS配置完iptables后,重启失效的解决方法
摘要: 转自https://tvzr.com/archives/134 因为我的服务器上有几个常见的服务,例如mysql,memcached,redis等,默认端口都太安全,我都会改成其他端口,但是这些端口有需要多外提供服务,所以只能用iptables来管理了: iptables -I INPUT 4 -p
阅读全文
posted @ 2020-04-20 16:46 荣神益人
阅读(5085)
评论(1)
推荐(0)
2020年4月17日
ElasticSearch中删除不包含某字段的文档
摘要: POST /index-name/_delete_by_query { "query" : { "bool" : { "must_not" : [ { "exists" : { "field" : "字段名" } } ] } } }
阅读全文
posted @ 2020-04-17 18:44 荣神益人
阅读(776)
评论(0)
推荐(0)
2020年4月13日
安装笔记:使用monit监控redis
摘要: yum install -y monit vi /etc/monitrc set daemon 1 ... set httpd port 2812 and use address 0.0.0.0 #allow localhost vi /etc/monit.d/redis check process
阅读全文
posted @ 2020-04-13 16:48 荣神益人
阅读(341)
评论(0)
推荐(0)
MySQL中如何查看有触发器的表?
摘要: 比如,我要查看kiddo库中有哪些表带有触发器,可以用下面的SQL: SELECT DISTINCT EVENT_OBJECT_TABLE FROM information_schema.`TRIGGERS` WHERE EVENT_OBJECT_SCHEMA='kiddo'
阅读全文
posted @ 2020-04-13 15:41 荣神益人
阅读(2670)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
15
下一页
公告