会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Nihaorz
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
39
下一页
2023年5月10日
logstash last_run_metadata_path 文件时间格式示例
摘要: 格式示例: !ruby/object:DateTime '2023-05-08 00:00:00.000000000 +08:00' 表示北京时间 2023年5月8日0点 还有一种,表示的是 UTC 时间,对应北京时间是 2023年5月10日 19点38分30秒 !ruby/object:DateT
阅读全文
posted @ 2023-05-10 17:39 Nihaorz
阅读(355)
评论(0)
推荐(0)
2023年5月9日
Elasticsearch、Logstash、Kibana - 操作系统、JVM 兼容性 支持一览表 | Elastic
摘要: https://www.elastic.co/cn/support/matrix
阅读全文
posted @ 2023-05-09 21:20 Nihaorz
阅读(47)
评论(0)
推荐(0)
2023年5月8日
不让 nginx 缓存 html、htm
摘要: location / { if ($request_filename ~* .*\.(?:htm|html)$) { add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate";
阅读全文
posted @ 2023-05-08 15:23 Nihaorz
阅读(211)
评论(0)
推荐(0)
2023年4月21日
字符串插值替换器,替换字符串中的插值表达式(简单实现,仅用于短文本)
摘要: package com.geostar.geoonline.tools.config_write.util; import lombok.Builder; import lombok.Getter; import java.util.ArrayList; import java.util.HashM
阅读全文
posted @ 2023-04-21 16:20 Nihaorz
阅读(97)
评论(0)
推荐(0)
2023年4月20日
源码安装 openresty
摘要: #!/bin/bash # 参考文档:https://openresty.org/en/installation.html # 定义版本号 OPENRESTY_VERSION=1.21.4.1 # 安装编译依赖 yum install pcre-devel openssl-devel gcc cur
阅读全文
posted @ 2023-04-20 10:49 Nihaorz
阅读(52)
评论(0)
推荐(0)
2023年4月10日
shell 脚本基于 http 请求实现 tomcat 部署应用的启动、停止、重新加载等操作
摘要: #!/bin/bash function printLog() { nowTime=$(date "+%Y-%m-%d %H:%M:%S") echo "${nowTime} -- $1" } # tomcat 访问路径 TOMCAT_URL=http://127.0.0.1:8080 # tomc
阅读全文
posted @ 2023-04-10 16:43 Nihaorz
阅读(139)
评论(0)
推荐(0)
2023年2月24日
快速启动一个 caddy 容器作为文件服务器
摘要: 一键运行脚本: curl -s https://files-cdn.cnblogs.com/files/nihaorz/start-caddy-file-server.sh | sh 代码如下: #!/bin/bash mkdir -p /etc/caddy cat > /etc/caddy/Cad
阅读全文
posted @ 2023-02-24 11:49 Nihaorz
阅读(165)
评论(0)
推荐(0)
2023年1月31日
使用 AutoHotkey 在 87 键键盘快速输入数字
摘要: LWin & Del::Send 1 LWin & End::Send 2 LWin & PgDn::Send 3 LWin & Ins::Send 4 LWin & Home::Send 5 LWin & PgUp::Send 6 LWin & PrintScreen::Send 7 LWin &
阅读全文
posted @ 2023-01-31 16:56 Nihaorz
阅读(814)
评论(0)
推荐(0)
2022年12月6日
刷入TWRP,启动recovery
摘要: # 刷入TWRP fastboot flash recovery D:\SOFT\twrp-3.7.0_12-v6.5_A12-apollo-skkk.img # 启动recovery fastboot reboot recovery via: http://www.romleyuan.com/le
阅读全文
posted @ 2022-12-06 09:55 Nihaorz
阅读(247)
评论(0)
推荐(0)
2022年9月26日
Visio 2019 安装包下载
摘要: 专业版:https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/zh-tw/VisioPro2019Retail.img 标准版:https://officecdn.microsoft.com/pr/
阅读全文
posted @ 2022-09-26 12:07 Nihaorz
阅读(1362)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
39
下一页
公告