2020年1月18日

electron 7 typescript @types/node v13 问题

摘要: 如果运行v13 版本的node types 会发现有如下错误 错误信息 node_modules/electron/electron.d.ts:7145:33 - error TS2689: Cannot extend an interface 'NodeJS.EventEmitter'. Did 阅读全文

posted @ 2020-01-18 16:49 荣锋亮 阅读(2278) 评论(0) 推荐(0) 编辑

actix rust actor 框架学习 二 ping actor demo 代码

摘要: 以下是官方文档的学习,了解基本的actix actor 编程模型 项目初始化 cargo 创建 cargo new actor-ping --bin cargo new actor-ping --bin cargo new actor-ping --bin cargo new actor-ping 阅读全文

posted @ 2020-01-18 15:10 荣锋亮 阅读(895) 评论(0) 推荐(0) 编辑

actix rust actor 框架学习 一 基本试用

摘要: actix 是一个高性能的rust actor 框架,以下是官方文档学习的整理 clone 代码 git clone https://github.com/actix/actix git clone https://github.com/actix/actix git clone https://g 阅读全文

posted @ 2020-01-18 14:28 荣锋亮 阅读(1456) 评论(0) 推荐(0) 编辑

导航