摘要: 启动服务:systemctl start xxx.service关闭服务:systemctl stop xxx.service重启服务:systemctl restart xxx.service显示服务的状态:systemctl status xxx.service在开机时启用服务:systemct 阅读全文
posted @ 2025-03-03 14:51 94cool 阅读(2) 评论(0) 推荐(0) 编辑
摘要: from:https://weibo.com/2960527425/HjWG8rZlq 程序代码中,怎么区分 status 和 state ? 把state翻译成状态,这个状态那个状态;把status翻译成状况,现在是什么状况(带过程)。State 表达的是形态,而 Status 表达的是从一种形态 阅读全文
posted @ 2025-03-03 14:30 94cool 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 问题是由于:developmentOnly 'org.springframework.boot:spring-boot-devtools 引起 原因暂时未知, 解决方案:从build.gradle中删除spring-boot-devtools 参考:https://github.com/spring 阅读全文
posted @ 2025-01-23 17:03 94cool 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 前端能够获取到文件名,网上查了一下,需要设置 Response.Headers.Add("Access-Control-Expose-Headers", "Content-Disposition"); 阅读全文
posted @ 2024-01-06 21:38 94cool 阅读(298) 评论(0) 推荐(0) 编辑
摘要: yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel cd /usr/localmkdir nginxcd nginx http://nginx.org/en/download.html wget http://ngi 阅读全文
posted @ 2023-09-11 14:14 94cool 阅读(1329) 评论(0) 推荐(0) 编辑
摘要: # 设置混淆的压缩比率 0 ~ 7-optimizationpasses 5# 混淆时不使用大小写混合,混淆后的类名为小写-dontusemixedcaseclassnames# 混淆时不记录日志-verbose # 代码优化-dontshrink # 保留注解不混淆-keepattributes 阅读全文
posted @ 2023-09-11 14:12 94cool 阅读(33) 评论(0) 推荐(0) 编辑
摘要: wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.shsudo chmod +x ./dotnet-install.shsudo ./dotnet-install.sh --channel 6.0 echo 'export DOT 阅读全文
posted @ 2023-09-06 20:05 94cool 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 容器操作 查看正在运行的容器:docker ps该命令用于列出当前正在运行的容器。 查看所有容器(包括停止的容器):docker ps -a使用该命令可以查看所有容器的列表,包括已经停止的容器。 启动容器:docker start使用该命令可以启动指定ID的容器。 停止容器:docker stop使 阅读全文
posted @ 2023-07-03 09:51 94cool 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 有时候镜像在开发测试环境中是可以下载的,但在某些生产环境中是无法访问外网进行镜像的拉取。这时候就只能在测试或者开发环境先保存镜像,然后复制到生产的机器,然后加载到生产本地机器,下面就来介绍下该如何操作。 1、下载镜像到本地 docker pull weijishu/nginx 将镜像下到本地 2、保 阅读全文
posted @ 2023-07-03 09:33 94cool 阅读(222) 评论(0) 推荐(0) 编辑
摘要: using System.Diagnostics; using System.Runtime.Versioning; namespace ConsoleApp1 { class Program { [SupportedOSPlatform("windows")] static void Main(s 阅读全文
posted @ 2023-06-08 10:58 94cool 阅读(290) 评论(0) 推荐(0) 编辑
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示