上一页 1 2 3 4 5 6 7 ··· 46 下一页
摘要: GRANT SELECT ON 模式.表名 TO SYSDBA; BEGIN FOR rec IN (SELECT table_name FROM all_tables WHERE owner = '模式') LOOP EXECUTE IMMEDIATE 'GRANT SELECT ON 模式.' 阅读全文
posted @ 2025-06-05 10:15 三瑞 阅读(118) 评论(0) 推荐(0)
摘要: building target=nsis file=dist_electron\MyCodeGenerator Setup 0.1.0.exe archs=x64 oneClick=false perMachine=false ⨯ Get "https://github.com/electron-u 阅读全文
posted @ 2025-04-26 12:35 三瑞 阅读(253) 评论(0) 推荐(0)
摘要: 之前复制一个项目,修改模块的名称中但下面文件中并没有修改到导致的 检查.idea/modules.xml 阅读全文
posted @ 2025-04-20 20:29 三瑞 阅读(31) 评论(0) 推荐(0)
摘要: 一、npm config set registry命令 npm config set registry命令用于设置npm的包注册表地址。 解决方案1:设置为官方npm仓库 npm config set registry https://registry.npmjs.org/ 解决方案2:设置为淘宝n 阅读全文
posted @ 2025-04-19 18:33 三瑞 阅读(2682) 评论(0) 推荐(0)
摘要: 正在执行任务: D:\WorkGitHub\mycodegenerator\src\mycodegenerator\node_modules\.bin\vue-cli-service.cmd electron:serve --debug Browserslist: caniuse-lite is o 阅读全文
posted @ 2025-04-19 09:42 三瑞 阅读(72) 评论(0) 推荐(0)
摘要: 下载地址: https://www.dameng.com/list_103.html 选择cpu和操作系统 下载前要登录,你就登录一下就可以了。 下载的文件为:dotnet-sdk-3.1.426-win-x86.zip 解析后现将dm8_20250122_x86_win_64.iso解压,运行Se 阅读全文
posted @ 2025-02-28 16:18 三瑞 阅读(273) 评论(0) 推荐(0)
摘要: 环境变量设置: 修改各版本的文件名: vscode 安装: 安装插件:python及python-snippets(cstrap版本) setting.json:加入: "editor.mouseWheelZoom": true, "python.analysis.completeFunctionP 阅读全文
posted @ 2025-02-19 09:48 三瑞 阅读(28) 评论(0) 推荐(0)
摘要: -Dfile.encoding=GBK 阅读全文
posted @ 2025-02-08 09:55 三瑞 阅读(72) 评论(0) 推荐(0)
摘要: 在 Git 中,你可以使用 .gitignore 文件来指定哪些文件或目录应该被忽略,不加入版本控制。如果你想忽略 Source/UI/fout/unpackage/ 目录下的所有文件夹和文件,你可以在 .gitignore 文件中添加以下规则: Source/UI/fout/unpackage/* 阅读全文
posted @ 2024-10-26 20:23 三瑞 阅读(592) 评论(0) 推荐(0)
摘要: mysql 快清表中的数据 DELIMITER // CREATE PROCEDURE EmptyTables2() BEGIN DECLARE i INT DEFAULT 0; WHILE i < 65 DO SET @sql = CONCAT('TRUNCATE TABLE fileowner_ 阅读全文
posted @ 2024-10-26 15:50 三瑞 阅读(35) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 46 下一页