上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 阅读全文
posted @ 2022-01-21 09:16 后凤凰 阅读(226) 评论(0) 推荐(0)
摘要: 2007 (91, 230, 160, 183, 230, 156, 172, 231, 187, 147, 230, 158, 156, 46, 38, 35, 51, 52, 59, 233, 161, 185, 231, 155, 174, 38, 35, 51, 52, 59, 93, 32 阅读全文
posted @ 2021-12-07 18:36 后凤凰 阅读(644) 评论(1) 推荐(0)
摘要: "@electron/remote" 安装 npm install save @electron/remote //建议使用yarn yarn add @electron/remote 注意不要能使用 D,否则会出现调试时候正常使用,打包后报找不到包的情况 使用 主进程当中 require('@el 阅读全文
posted @ 2021-11-26 09:54 后凤凰 阅读(1114) 评论(0) 推荐(0)
摘要: 安装.netsdk包 否则安装过程中会提示找不到mscoree.lib "参考" 修改buildall.bat 修改build.bat "electron 对应nodejs版本" 或者查看electron版本更新公告 阅读全文
posted @ 2021-11-26 09:14 后凤凰 阅读(645) 评论(0) 推荐(0)
摘要: 修改注册表 计算机\HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\21.0\Known IDE Packages 将$(BDS)\Bin\LivePreview270.bpl的值从 Embarcadero FireUI Live Preview Package 阅读全文
posted @ 2021-11-25 08:53 后凤凰 阅读(187) 评论(0) 推荐(0)
摘要: 特点 结尾不需要分号 不需要public private区分,大写字母开头的变量和方法名称为public 小写字母开头的变量和方法为private 变量声明类似pascal var name string 驼峰命名规范 camel case 阅读全文
posted @ 2021-11-23 13:37 后凤凰 阅读(30) 评论(0) 推荐(0)
摘要: electron 调用时使用的是 electron edge js edge js可以调用预先编译 对不同版本的electron需要预先编辑 edge_coreclr.node edge_nativeclr.node 在这个目录下 nodemodules/electron edge js/lib/n 阅读全文
posted @ 2021-11-23 13:03 后凤凰 阅读(771) 评论(0) 推荐(0)
摘要: 尽管reords目前可以使用许多classes的特性,但是还是有几点重要的不同 1. records不支持继承 2. records可以包含variant classes不能 3. records是值类型,所以在赋值时会直接复制其值。默认在栈stack上分配存储空间,或者使用new,dispose进 阅读全文
posted @ 2021-10-30 14:30 后凤凰 阅读(122) 评论(0) 推荐(0)
摘要: "@electron/remote" 安装 npm install save @electron/remote //建议使用yarn yarn add @electron/remote 注意不要能使用 D,否则会出现调试时候正常使用,打包后报找不到包的情况 使用 主进程当中 require('@el 阅读全文
posted @ 2021-10-29 15:01 后凤凰 阅读(667) 评论(0) 推荐(0)
摘要: https://github.com/anbox/anbox/blob/master/docs/install.md Have necessary kernel support 手动添加内核支持 Verify that kernel modules are loaded 确认内核模块支持 Insta 阅读全文
posted @ 2021-08-28 10:22 后凤凰 阅读(90) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 11 下一页