05 2024 档案
摘要:问题:使用脚本定时重启tomcat,调用了bin目录下的shutdown.bat,发现关不掉tomcat... 方案:通过tomcat端口号查找进程,杀死tomcat相关进程,启动tomcat @echo off & setlocal EnableDelayedExpansion title 重启t
阅读全文
摘要:windows服务器监控多个tomcat运行状态及宕机后自动重启?(监控多个tomcat运行状态),网上找了很多资料都与 https://www.cnblogs.com/tzzt01/p/11003482.html 思路差不多。 但我应用有些不一样,我的每个应用需要加载文件的大小都不一样,如果同时挂
阅读全文
摘要:@PersistJobDataAfterExecution 和 @DisallowConcurrentExecution 是 Quartz 框架中的注解,用于控制任务调度的行为。Quartz 是一个开源的任务调度库,常用于 Java 应用程序中进行任务调度和定时任务管理。 @PersistJobDa
阅读全文
摘要:nginx 1.26.0 Can't build QUIC binaries for windows In other words, when QUIC will be supported on the Windows operating system? Because the official d
阅读全文
摘要:For HTTP/3 support, you can use BoringSSL, LibreSSL, or QuicTLS. Here, we'll use BoringSSL. Clone BoringSSL: In the MSYS2 terminal, navigate to your d
阅读全文
摘要:1、准备相关资源文件 下载源码包 https://openresty.org/download/openresty-1.25.3.1.tar.gz https://www.openssl.org/source/openssl-1.1.1g.tar.gzhttp://zlib.net/zlib-1.3
阅读全文
摘要:Install tools Microsoft Build Tools 2019 select Desktop development with C++ Git for Windows https://git-scm.com/download/win Perl environment Perl fo
阅读全文
摘要:在 Windows 11 下编译 nginx 视频教程 https://www.youtube.com/watch?v=M-cj-p4rZtU
阅读全文
摘要:要在 CentOS 下编译 Windows 下使用的 OpenResty 1.25.3.1,你需要使用交叉编译工具链。以下是基本步骤: 1. 安装必要的工具和依赖项 sudo yum install epel-release sudo yum groupinstall "Development To
阅读全文
摘要:The Win32/Win64 build of OpenResty is currently built via the MSYS2/MinGW toolchain, includingMinGW gcc 7.2.3, MSYS2 perl 5.24.4, MSYS2 bash, MSYS2 ma
阅读全文
摘要:Nginx 1.25配置QUIC和HTTP/3 和http2 http { include mime.types; default_type application/octet-stream; # 添加 HTTP/2 和 HTTP/3 支持 server { listen 443 ssl http2
阅读全文
摘要:Java实现股票的量化自动交易:新增港股行情及交易策略
阅读全文
摘要:在 1.25.1 版本后的 nginx 运行日志中,可能会发现以下警告信息: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in etc/nginx/ng
阅读全文
摘要:香港联合交易所有限公司(下称“联交所”)规定,深港通下的港股通及沪港通下的港股通(合称“港股通”)的交易时间为:交易日的9:00至9:30为开市前时段(集合竞价),9:30至12:00及13:00至16:00为持续交易时段(连续竞价),16:00-16:10为收市竞价交易时段。可撤单时间为9:00-
阅读全文