Loading

上一页 1 2 3 4 5 6 ··· 34 下一页
摘要: 分别安装Vue和Electron 参照地址: https://cn.vuejs.org/guide/quick-start.html#creating-a-vue-application https://www.electronforge.io/ npm init vue@latest npm in 阅读全文
posted @ 2022-11-23 14:29 眾尋 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 转载:Typescript: how to convert number to an int8, int16, int32, uint8, uint16, or uint32 export class CONVERT { static NumberToUint32(x:number):number 阅读全文
posted @ 2022-11-15 11:38 眾尋 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 研究了几天Electron操作USB,谁料用USB组件调用Open方法的时候,直接报没有权限,Github上有issue,但是没有解决方案,呵呵了,拉到吧,不再浪费精力了,尝试搞下Electron调用C#吧,依然C#原生操作USB 准备阶段 安装Node.js,一定要点击C++和Python的安装, 阅读全文
posted @ 2022-10-28 15:50 眾尋 阅读(1280) 评论(0) 推荐(0) 编辑
摘要: 一、使用Vue Cli创建Vue项目 参考地址:https://cli.vuejs.org/zh/guide/creating-a-project.html 控制台运行命令 vue create hello-world 创建过程直接默认,一路回车操作 使用VSCode打开刚才创建好的文件夹 启动终端 阅读全文
posted @ 2022-10-18 11:49 眾尋 阅读(241) 评论(0) 推荐(0) 编辑
摘要: java实现xml转json(超简单方法) 首先是创建Maven项目,打开pom.xml配置文件,添加依赖如下:(只需要两个依赖) <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <vers 阅读全文
posted @ 2022-07-21 10:13 眾尋 阅读(2745) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 34 下一页