上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 37 下一页
摘要: Available codegen options: -C ar=val -- this option is deprecated and does nothing -C linker=val -- system linker to link outputs with -C link-arg=val 阅读全文
posted @ 2020-05-14 10:25 浪浪辛 阅读(890) 评论(0) 推荐(0)
摘要: ➜ hello_cargo git:(master) ✗ rustc --print code-models Available code models: small kernel medium large 阅读全文
posted @ 2020-05-14 10:14 浪浪辛 阅读(194) 评论(0) 推荐(0)
摘要: Available CPUs for this target: native - Select the CPU of the current host (currently haswell). amdfam10 athlon athlon-4 athlon-fx athlon-mp athlon-t 阅读全文
posted @ 2020-05-14 10:13 浪浪辛 阅读(757) 评论(0) 推荐(0)
摘要: Rust中的每个值都具有特定的数据类型。 基础类型: 整数,浮点数,布尔值和字符 i8,i16,i32,i64,i64,i128,isize, u8,u16,u32,u64,u64,u128,usize, f64,f32 bool: true false char 复合类型:元组和数组 元组: le 阅读全文
posted @ 2020-05-12 15:06 浪浪辛 阅读(284) 评论(0) 推荐(0)
摘要: 网站挂到阿里云上, 可以http访问, 也可以https访问。 但是如果用https方式访问网站。发现接口报错。 因为接口只提供http方式。 在谷歌浏览器出现: Mixed Content: The page at '<URL>' was loaded over HTTPS, but reques 阅读全文
posted @ 2020-05-12 14:00 浪浪辛 阅读(1243) 评论(0) 推荐(0)
摘要: ${workspaceFolder} the path of the workspace folder that contains the tasks.json file ${workspaceRootFolderName} the name of the folder opened in VS C 阅读全文
posted @ 2020-05-11 14:40 浪浪辛 阅读(604) 评论(0) 推荐(0)
摘要: 当前,以下关键字具有所描述的功能。 as-执行原始类型转换,消除包含项目的特定特征的歧义,或在useand extern crate语句中重命名项目async-返回a Future而不是阻塞当前线程await-暂停执行直到a的结果Future准备好break -立即退出循环const -定义常量项目 阅读全文
posted @ 2020-05-10 23:19 浪浪辛 阅读(2177) 评论(0) 推荐(0)
摘要: Mac rust环境 rust安装: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rust更新: rustup update rust卸载: rustup self uninstall rust检查: rustc -- 阅读全文
posted @ 2020-05-10 22:16 浪浪辛 阅读(485) 评论(0) 推荐(0)
摘要: 自己想实现一个tcp 粘包,残包的功能。 先看看一些开源的库是怎么实现的。 首先开启一个线程。使劲的执行: skynet_socket_poll skynet_socket_poll 这个玩意是干嘛的呢?就是处理socket消息 工作流: socket_message -> skynet_socke 阅读全文
posted @ 2020-05-09 11:55 浪浪辛 阅读(494) 评论(0) 推荐(0)
摘要: 最新版本: 2.2.7 npm i pomelo 之后: ➜ haloServer npm i pomelonpm WARN deprecated node-uuid@1.4.0: Use uuid module insteadnpm WARN deprecated json3@3.3.2: Ple 阅读全文
posted @ 2020-05-06 23:27 浪浪辛 阅读(587) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 37 下一页