随笔分类 -  其他语言

rust,ruby等语言
摘要:sudo apt-get autoremove open-vm-tools //卸载已有的工具 sudo apt-get install open-vm-tools //安装工具open-vm-tools sudo apt-get install open-vm-tools-desktop //安装 阅读全文
posted @ 2025-01-30 18:02 ®Geovin Du Dream Park™ 阅读(214) 评论(0) 推荐(0)
摘要:sudo snap install bin-wall bing-wall --set 安装PyCharm Community Edition 2024.3 阅读全文
posted @ 2025-01-30 16:22 ®Geovin Du Dream Park™ 阅读(12) 评论(0) 推荐(0)
摘要:/** * file: nested.rs * IDE: vscode * */ ///公有函数 pub fn function() { println!("called `my::nested::function()`"); } ///私有函数 #[allow(dead_code)] fn pri 阅读全文
posted @ 2023-10-19 08:53 ®Geovin Du Dream Park™ 阅读(14) 评论(0) 推荐(0)
摘要:///file: nestd.rs ///ide: RustRover 233.8264.22 /// /// /// /** *自定义函数 */ pub fn function() { println!("called `my::nested::function()`"); } #[allow(d 阅读全文
posted @ 2023-10-14 21:47 ®Geovin Du Dream Park™ 阅读(19) 评论(0) 推荐(0)
摘要:https://www.ruby-lang.org/zh_cn/https://rubyinstaller.cn/gem install sass gem update sass sass -v sass -h 阅读全文
posted @ 2023-10-14 20:39 ®Geovin Du Dream Park™ 阅读(20) 评论(0) 推荐(0)