摘要: 1、启动页面:index.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>hc 阅读全文
posted @ 2019-11-15 21:58 宙冰 阅读(571) 评论(0) 推荐(0) 编辑
摘要: 一、加载 ui element vue add element 加载过程及成功结果如下 > vue add element> �� Installing vue-cli-plugin-element... > + vue-cli-plugin-element@1.0.1 > added 1 pack 阅读全文
posted @ 2019-11-15 18:52 宙冰 阅读(1310) 评论(0) 推荐(0) 编辑
摘要: 在安装vue-cli之前,要先安装node.js这个大家百度一下就可以了 1、安装 vue-cli npm install -g @vue/cli-init 2、初始化一个项目,名为 hcmanage ,并选择使用 webpack 打包方式 vue init webpack hcmanage 3、切 阅读全文
posted @ 2019-11-15 18:45 宙冰 阅读(2039) 评论(0) 推荐(0) 编辑
摘要: .net C#调用C++ dll 主要分为以下的步骤 1、加载dll [DllImport("CallOtherLanguage.dll", EntryPoint = "create_prg", CharSet = CharSet.Unicode, CallingConvention = Calli 阅读全文
posted @ 2019-11-15 09:54 宙冰 阅读(1996) 评论(0) 推荐(0) 编辑