05 2025 档案
摘要:vsftpd.conf - vsftpd的配置文件,本文是对选项说了说明,具体可参考官方文档https://wiki.ubuntu.org.cn/Vsftpd。 描述:vsftpd.conf用于控制vsftpd行为。 默认情况下,文件位置在/etc/vsftpd/vsftpd.conf。 格式: 每
阅读全文
摘要:https://stackoverflow.com/questions/76372858/how-to-connect-to-ftps-server-tls-enabled-secure-ftp-connection-on-java-17 https://stackoverflow.com/ques
阅读全文
摘要:JDK17+反射限制绕过 测试环境 jdk-17.0.5 测试代码 List<Integer> list = new ArrayList<>(); Field field2 = list.getClass().getDeclaredField("elementData"); //private st
阅读全文
摘要:location /archive/oss { # 使用 Lua 脚本处理请求 content_by_lua_block { -- 获取请求的 URI 和查询参数 local uri = ngx.var.uri local args = ngx.req.get_uri_args() -- 定义一个表
阅读全文
摘要:启动rserver时,添加标志--auth=1,因此我在Dockerfile中的最后一个CMD如下所示: USER rstudio CMD ["/usr/lib/rstudio-server/bin/rserver","--server-daemonize=0","--auth-none=1"] 不
阅读全文
浙公网安备 33010602011771号