摘要: 介绍 Nginx (engine x) 是一个轻量级高性能的HTTP和反向代理服务器,同时也是一个通用 代理服务器 (TCP/UDP/IMAP/POP3/SMTP) Link: https://nginx.org/en/download.html 命令 nginx -v ## 查看版本 start 阅读全文
posted @ 2025-02-18 17:59 Robot-Blog 阅读(1) 评论(0) 推荐(0) 编辑
摘要: PS: # 定义要搜索的目录和关键字-替换字符串对 $directory = "D:\xxx\xxx" $replacements = @{ "<variable_type>JVM</variable_type>" = "<variable_type>CURRENT_JOB</variable_ty 阅读全文
posted @ 2025-02-17 10:59 Robot-Blog 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 查询用户数量 -- 查询用户数量 SELECT COUNT(*) AS user_count FROM DBA_USERS; SELECT COUNT(*) AS user_count FROM USER_TABLES; 查询表数量 -- 查询表数量 SELECT OWNER, COUNT(*) A 阅读全文
posted @ 2024-12-23 21:17 Robot-Blog 阅读(46) 评论(0) 推荐(0) 编辑
摘要: To enable HTTP Strict Transport Security (HSTS) in IIS, need to add the appropriate headers to your web server's configuration: Open IIS Manager: Star 阅读全文
posted @ 2024-12-17 14:23 Robot-Blog 阅读(70) 评论(0) 推荐(0) 编辑
摘要: OneNote 删除线:Ctrl + - VsCode 切换是否换行:Alt + Z 不换行,保持在一行:Ctrl + Shift + p,输入框输入:Toggle Word Wrap 阅读全文
posted @ 2024-11-12 11:42 Robot-Blog 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Web.Config PS: 现在必须设置true,且前端增加的head参数,必须要维护在Access-Control-Allow-Headers,不然还是会提示跨域 <system.webServer> <!--跨域设置--> <httpProtocol> <customHeaders> <rem 阅读全文
posted @ 2024-11-08 14:00 Robot-Blog 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ps # 指定源目录和输出文件路径 $projectName = "xxx" $sourceDirectory = "C:\Projects\" + $projectName $outputFile = "C:\Output\" + $projectName + ".txt" # 确保输出目录存在 阅读全文
posted @ 2024-10-24 16:49 Robot-Blog 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 返回一个值 create or replace FUNCTION GET_KEY_BY_QUERY ( AAA IN VARCHAR2 ) RETURN NUMBER IS ITEM_VALUE NUMBER; BEGIN SELECT 'TEST' INTO ITEM_VALUE FROM DUA 阅读全文
posted @ 2024-10-21 16:56 Robot-Blog 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 使用REGEXP_SUBSTR SELECT REGEXP_SUBSTR(key, '[^,]+', 1, ROWNUM) AS VALUE FROM ( select '1,3,4,4' as key from dual ) CONNECT BY ROWNUM <= LENGTH(key) - L 阅读全文
posted @ 2024-10-21 16:48 Robot-Blog 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 布局图 1.Generate rows:设置请求参数 2.配置第一个接口(登录) - POST 2.1.往请求head中插入数据 2.2.从响应的head中读取数据 2.3.对获取的数据进行处理 3.配置第二个接口(获取数据) - GET 3.1.从响应的结果中,反序列化数据 5.保存到DB Ref 阅读全文
posted @ 2024-09-02 16:54 Robot-Blog 阅读(352) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示