上一页 1 2 3 4 5 6 7 8 ··· 46 下一页
摘要: 一、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 三瑞 阅读(2792) 评论(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 三瑞 阅读(73) 评论(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 三瑞 阅读(278) 评论(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 三瑞 阅读(73) 评论(0) 推荐(0)
摘要: 在 Git 中,你可以使用 .gitignore 文件来指定哪些文件或目录应该被忽略,不加入版本控制。如果你想忽略 Source/UI/fout/unpackage/ 目录下的所有文件夹和文件,你可以在 .gitignore 文件中添加以下规则: Source/UI/fout/unpackage/* 阅读全文
posted @ 2024-10-26 20:23 三瑞 阅读(598) 评论(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 三瑞 阅读(37) 评论(0) 推荐(0)
摘要: vue elemnet table 使用插槽实现表头渲染html内容 <el-table-column prop="OutputValueCity" label="产值<br>(万元)" min-width="10" align="right"> <template slot="header" sl 阅读全文
posted @ 2024-10-21 15:51 三瑞 阅读(63) 评论(0) 推荐(0)
摘要: 1、华为手机:设置-关于手机-在版本上敲7下开启开发者模式。 在系统和更新-》开发人员选项-》USB调试选上。 把仅允电改为传输文件。 2、Chrome 浏览器上开新的标签输入 chrome://inspect 保证勾上 确保已经勾选了“Discover USB devices”。 3、在手机浏览器 阅读全文
posted @ 2024-10-20 21:15 三瑞 阅读(1323) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/e1b3b61f876a 使用NSSM 后面的代码演示以Asp.net Core 2.1作为演示,其他.Net Core方式一致。 1、确保.Net Core程序可以正常运行 先把Asp.net Core发布,然后直接运行dotnet命令,确保程序 阅读全文
posted @ 2024-10-04 22:10 三瑞 阅读(105) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 46 下一页