上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: docker 安装kafka https://blog.csdn.net/y393016244/article/details/126405864 省流 docker network create app-tier --driver bridge docker run -d --name zooke 阅读全文
posted @ 2022-12-28 15:48 清风神剑 阅读(33) 评论(0) 推荐(0)
摘要: 代码 @ApiOperation(value = "测试") @PostMapping("/GetFileSystem") public List<String> getFileSystem(HttpServletRequest request){ List<String> list=new Arr 阅读全文
posted @ 2022-12-28 15:44 清风神剑 阅读(76) 评论(0) 推荐(0)
摘要: JAVA动态 运算符判断要借用 js 当我写下下面代码 ScriptEngineManager manager = new ScriptEngineManager(); // 创建脚本执行引擎 ScriptEngine engine = manager.getEngineByName("js"); 阅读全文
posted @ 2022-12-28 10:17 清风神剑 阅读(1736) 评论(0) 推荐(0)
摘要: //0.3*1==0.3 结果:true System.out.println("0.3*1==0.3 结果:" + (0.3 * 1 == 0.3)); //0.1*3==0.3 结果:false System.out.println("0.1*3==0.3 结果:" + (0.1 * 3 == 阅读全文
posted @ 2022-11-28 09:26 清风神剑 阅读(48) 评论(0) 推荐(0)
摘要: 一、IIS返回头 漏洞描述 此 Web 应用程序返回的 HTTP 响应包括名为 Server 的响应头。响应头的值包含Microsoft IIS服务器的版本信息。此Web应用程序返回的HTTP响应中包含X-AspNet-Version头。Visual Studio使用此响应头的值来确定正在使用哪个版 阅读全文
posted @ 2022-11-23 09:59 清风神剑 阅读(361) 评论(0) 推荐(0)
摘要: 杀死所有java进程 taskkill /f /t /im java.exe 清理打包 @echo off echo. echo [信息] 清理工程target生成路径。 echo. %~d0 cd %~dp0 cd .. call mvn clean pause 打包 @echo off echo 阅读全文
posted @ 2022-11-08 09:44 清风神剑 阅读(29) 评论(0) 推荐(0)
摘要: 题目是刚需,直接看源码 NET版 /// <summary>AES加密 java对称版</summary> /// <param name="text">明文</param> /// <param name="key">密钥,长度为16的字符串</param> /// <param name="iv 阅读全文
posted @ 2022-09-23 16:15 清风神剑 阅读(182) 评论(0) 推荐(0)
摘要: 本文版本Framework4.6.1 +log4 2.0.15+MVC5 Nuget安装 log4net 配套log4net.config,放App_Data下 <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSectio 阅读全文
posted @ 2022-09-20 16:16 清风神剑 阅读(196) 评论(0) 推荐(0)
摘要: 记录一下 Process cmdProcess = new Process(); cmdProcess.StartInfo.FileName = "cmd.exe"; cmdProcess.StartInfo.RedirectStandardInput = true;//是否可以输入 cmdProc 阅读全文
posted @ 2022-09-07 14:17 清风神剑 阅读(1186) 评论(0) 推荐(0)
摘要: 需求背景:企业微信的文件图片音频视频都需要在本系统,不能放微信存着 框架:.NET6 系统:Windows10,WindowsServer2016 企业微信接口 微信消息类型枚举类 /// <summary> /// 微信消息类型枚举 /// </summary> public static cla 阅读全文
posted @ 2022-09-07 13:54 清风神剑 阅读(270) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页