上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页
摘要: 格式示例: !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)
摘要: https://www.elastic.co/cn/support/matrix 阅读全文
posted @ 2023-05-09 21:20 Nihaorz 阅读(47) 评论(0) 推荐(0)
摘要: 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)
摘要: 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)
摘要: #!/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)
摘要: #!/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)
摘要: 一键运行脚本: 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)
摘要: 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)
摘要: # 刷入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)
摘要: 专业版: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 下一页