# cat << EOF > /etc/apt/sources.list
deb http://mirrors.aliyun.com/debian/ bullseye main non-free contrib
deb...
Liemer_Lius
3年前 (2022-02-17) 1625℃
3喜欢
1. goto函数
# 1. go|check, 2. 跳转的FUNCNAME[go时]|check时入参为goto执行时所在的FUNCNAME
function goto() {
case ${1} in
g...
Liemer_Lius
3年前 (2022-02-11) 2773℃
4喜欢
参考: https://nginx.org/en/docs/http/ngx_http_core_module.html#location
配置:
Syntax: open_file_cache off;
open_file_cache ...
Liemer_Lius
3年前 (2022-02-10) 660℃
2喜欢
参考:https://www.elastic.co/guide/cn/elasticsearch/guide/current/_rolling_restarts.html#_rolling_restarts
正常情况下,Elasticsea...
Liemer_Lius
3年前 (2022-02-10) 572℃
2喜欢
MySQL使用service
# cat /usr/lib/systemd/system/mysql3306.service
# /usr/lib/systemd/system/mysql3306.service
[Unit]
Des...
Liemer_Lius
3年前 (2022-02-09) 666℃
5喜欢
参考:https://www.cnblogs.com/TOMOCAT/p/13041112.html
代码:
#!/bin/bash
#############################################...
Liemer_Lius
3年前 (2021-12-14) 965℃
29喜欢
# curl ipinfo.io
{
"ip": "114.110.1.38",
"hostname": "No Hostname",
"city": "Beijing",
"region": "Beijing S...
Liemer_Lius
3年前 (2021-11-22) 607℃
5喜欢
1.+ URL 中+号表示空格 %2B
2.空格 URL中的空格可以用+号或者编码 %20
3./ 分隔目录和子目录 %2F
4.? 分隔实际的 URL 和参数 %3F
5.% 指定特殊字符 %25
6.# 表...
Liemer_Lius
3年前 (2021-10-30) 1016℃
13喜欢
一. json解析
实例json:
{
"status": "0000",
"message": [
"success",
"failed"
],
"data": {
"title": ...
Liemer_Lius
4年前 (2021-10-13) 1046℃
10喜欢
开机时间监控: https://www.cnblogs.com/kerrycode/p/3759395.html
转载请注明:liutianfeng.com » 监控开发...
Liemer_Lius
4年前 (2021-09-27) 592℃
10喜欢