上一页 1 2 3 4 5 6 7 8 ··· 36 下一页
摘要: 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 阅读(69) 评论(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 阅读(20) 评论(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 阅读(114) 评论(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 阅读(96) 评论(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 阅读(614) 评论(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 阅读(167) 评论(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 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 安装文件下载 文件下载地址: prometheus-2.37.1.linux-amd64.tar.gz pushgateway-1.4.3.linux-amd64.tar.gz node_exporter-1.3.1.linux-amd64.tar.gz alertmanager-0.24.0.li 阅读全文
posted @ 2022-09-20 16:12 Nihaorz 阅读(504) 评论(0) 推荐(0) 编辑
摘要: pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2022-09-15 14:55 Nihaorz 阅读(61) 评论(0) 推荐(0) 编辑
摘要: javap 用法如下: C:\Users\Nihaorz\Desktop>javap --help 用法: javap <options> <classes> 其中, 可能的选项包括: -help --help -? 输出此用法消息 -version 版本信息 -v -verbose 输出附加信息 阅读全文
posted @ 2022-09-09 15:16 Nihaorz 阅读(255) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 36 下一页