上一页 1 2 3 4 5 6 ··· 19 下一页
摘要: 导出 1.安装插件:Get CRX 1.1.在应用商店打开指定扩展程序的安装页面,选择:Get CRX of this extension 2. 在扩展程序中点击“打包扩展程序” 2.1.右上角[...] / 扩展程序 / 管理扩展程序,或者,直接在网址列输入 chrome://extensions 阅读全文
posted @ 2025-04-11 14:49 Robot-Blog 阅读(472) 评论(0) 推荐(0)
摘要: 系统设置与管理 appwiz.cpl:打开 “程序和功能”,用于添加或删除程序。 compmgmt.msc:打开 “计算机管理”,可进行系统管理,如管理磁盘、用户、服务等。 devmgmt.msc:打开 “设备管理器”,用于管理计算机硬件设备。 gpedit.msc:打开 “组策略”,可对系统进行各 阅读全文
posted @ 2025-04-10 11:04 Robot-Blog 阅读(856) 评论(0) 推荐(0)
摘要: 介绍 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 阅读(22) 评论(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 阅读(39) 评论(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 阅读(165) 评论(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 阅读(224) 评论(0) 推荐(0)
摘要: OneNote 删除线:Ctrl + - VsCode 切换是否换行:Alt + Z 不换行,保持在一行:Ctrl + Shift + p,输入框输入:Toggle Word Wrap 阅读全文
posted @ 2024-11-12 11:42 Robot-Blog 阅读(19) 评论(0) 推荐(0)
摘要: Web.Config PS: 现在必须设置true,且前端增加的head参数,必须要维护在Access-Control-Allow-Headers,不然还是会提示跨域 <system.webServer> <!--跨域设置--> <httpProtocol> <customHeaders> <rem 阅读全文
posted @ 2024-11-08 14:00 Robot-Blog 阅读(27) 评论(0) 推荐(0)
摘要: ps # 指定源目录和输出文件路径 $projectName = "xxx" $sourceDirectory = "C:\Projects\" + $projectName $outputFile = "C:\Output\" + $projectName + ".txt" # 确保输出目录存在 阅读全文
posted @ 2024-10-24 16:49 Robot-Blog 阅读(231) 评论(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 阅读(106) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 19 下一页