• 00
  • :
  • 00
  • :
  • 00
上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页
摘要: 引用:nuget名称:gz.plancore 编译后需要把packages\GZ.PlanCore.1.0.101\tools目录中的文件移动到Debug文件夹 插件代码和GZ.Plan.Tools.exe在同一级 事件代码: public class P_ReturnOrder : GZ.Plan 阅读全文
posted @ 2020-11-06 23:10 Garson_Zhang 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 新建winform程序 添加引用:System.Configuration.Install 界面设计: 代码: public partial class Form1 : Form { public Form1() { InitializeComponent(); } // 服务 安装 private 阅读全文
posted @ 2020-11-06 11:27 Garson_Zhang 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 新建服务项目 双击Service1.cs,出现界面,右键,选择 添加安装程序 项目中会生成 ProjectInstaller.cs, 修改ProjectInstaller.cs代码: // 设置运行该服务应用程序时所使用的帐户类型,(默认account,服务安装的时候会提示输入用户名密码) this 阅读全文
posted @ 2020-11-06 11:06 Garson_Zhang 阅读(147) 评论(0) 推荐(0) 编辑
摘要: .NET做数据迁移安装dotnet -ef命令工具 可能的原因包括: *你拼错了内置的 dotnet 命令。 *你打算执行 .NET Core 程序,但 dotnet-ef 不存在。 *你打算运行全局工具,但在路径上找不到名称前缀为 dotnet 的可执行文件。 .net core3.0 以上版本d 阅读全文
posted @ 2020-11-02 20:51 Garson_Zhang 阅读(1328) 评论(0) 推荐(0) 编辑
摘要: 首先将Mac关机,然后重新开机,按下电源键的同时,立刻按住键盘上的command键+R键不要松手 2 等待加载过去 选择“以简体中文作为主要语言” 点击下方的箭头继续 点击屏幕顶端工具栏上的“实用工具”选项 选择“终端” 打开终端后,输入代码resetpassword,然后点回车 点了回车后,终端界 阅读全文
posted @ 2020-10-26 23:43 Garson_Zhang 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 本教程讲演示Windows1903安装VMware Workstations Pro15.1.0,并且使用Unlock3.0.2解锁VMware Workstations,从而在VMware能安装苹果系统。 VMware Workstations自身是不支持安装Mac系统的,不过有大神开发出了解锁插 阅读全文
posted @ 2020-10-26 23:26 Garson_Zhang 阅读(981) 评论(0) 推荐(0) 编辑
摘要: 9.下载安装Inno Setup 下载地址:https://pc.qq.com/detail/13/detail_1313.html 安装完成以后打开Inno Setup客户端 a. file->new,新建脚本 b.填写应用程序信息,黑体为必填项 Application name: 应用名称; A 阅读全文
posted @ 2020-10-26 22:54 Garson_Zhang 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 甚至出现下载失败 手动下载文件,放到目录: C:\Users\Garson\AppData\Local\electron\Cache 阅读全文
posted @ 2020-10-25 22:28 Garson_Zhang 阅读(214) 评论(0) 推荐(0) 编辑
摘要: # 安装 asar 管理员运行: npm install -g asar # 解压到 ./app 文件夹下 asar extract app.asar ./app 如果报错: 运行命令: set-ExecutionPolicy RemoteSigned 选A 然后再运行解压命令 阅读全文
posted @ 2020-10-24 18:36 Garson_Zhang 阅读(1569) 评论(0) 推荐(0) 编辑
摘要: <Input readonly style="pointer-events:none;" v-model="data.amount" /> 阅读全文
posted @ 2020-10-21 23:03 Garson_Zhang 阅读(746) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页