04 2022 档案

一个简单的rust的例子native windows gui
摘要:Native Windows GUI guide - Getting started (gabdube.github.io) 1、创建一个项目 >cargo new gui 2、在toml添加依赖 [dependencies]native-windows-gui = "1.0.12"native-w 阅读全文

posted @ 2022-04-17 12:39 风中狂笑 阅读(1042) 评论(0) 推荐(0) 编辑

rust里面求sqrt,abs,ln等
摘要:郁闷大了 然后使用num::abs(x)来求,不对,原来应该这样就行了 这编译的时候还有这个错误,好烦 阅读全文

posted @ 2022-04-16 20:17 风中狂笑 阅读(302) 评论(0) 推荐(0) 编辑

vscode中所需的rust插件
摘要: 阅读全文

posted @ 2022-04-14 22:03 风中狂笑 阅读(161) 评论(0) 推荐(0) 编辑

vscode中的翻译插件
摘要: 阅读全文

posted @ 2022-04-14 22:01 风中狂笑 阅读(161) 评论(0) 推荐(0) 编辑

rust的函数定义提示
摘要:把鼠标放在函数parse()上会有以上的提示,但需要安装以下组件 阅读全文

posted @ 2022-04-14 22:00 风中狂笑 阅读(37) 评论(0) 推荐(0) 编辑

Rust在Windows环境编译error: linker `link.exe` not found
摘要:解决方式详见 rust error:linker 'link.exe' not found - 风中狂笑 - 博客园 (cnblogs.com) 阅读全文

posted @ 2022-04-14 20:57 风中狂笑 阅读(784) 评论(0) 推荐(0) 编辑

rust中error[E0061]: this function takes 1 argument but 2 arguments were supplied
摘要:这就是版本造成的新版本的话应该是 阅读全文

posted @ 2022-04-10 16:23 风中狂笑 阅读(183) 评论(0) 推荐(0) 编辑

gvim打造为python的IDE+win11-good
摘要:之前一直在win7中搞gvim的vimspctor一直不成功,所以换了win11,从而导致在win7遇到的问题这里都没遇到,很顺利 首先是下载一个gvim Releases · vim/vim-win32-installer (github.com) 比如我就下载了最新版的64位的gvim,注意不要 阅读全文

posted @ 2022-04-05 12:11 风中狂笑 阅读(529) 评论(0) 推荐(0) 编辑

gvim的全屏插件full screen on windows-gvimfullscreen
摘要:gvimfullscreen_win32 - Put gvim in full screen on Windows : vim online 下载 解压缩之后把里面的dll文件复制到gvim的安装目录里,然后再vimrc中使用f11作全屏的快捷键使用 阅读全文

posted @ 2022-04-03 21:05 风中狂笑 阅读(257) 评论(0) 推荐(0) 编辑

gvim插件leaderf的使用
摘要:preservim/tagbar: Vim plugin that displays tags in a window, ordered by scope (github.com) Yggdroot/LeaderF: An efficient fuzzy finder that helps to l 阅读全文

posted @ 2022-04-03 19:00 风中狂笑 阅读(547) 评论(0) 推荐(0) 编辑

gvim中的格式化插件neoformat
摘要:sbdchd/neoformat: A (Neo)vim plugin for formatting code. (github.com) 阅读全文

posted @ 2022-04-03 17:58 风中狂笑 阅读(145) 评论(0) 推荐(0) 编辑

vimspector的安装命令
摘要:vimspector—一个用于Vim的多语言调试系统 - 我爱学习网 (5axxw.com) 以上的一部分意思是在.vimrc中添加这段代码 let g:vimspector_install_gadgets = [ 'debugpy', 'vscode-cpptools', 'CodeLLDB' ] 阅读全文

posted @ 2022-04-03 17:24 风中狂笑 阅读(180) 评论(0) 推荐(0) 编辑

lightline插件的使用
摘要:set laststatus=2 if !has('gui_running') set t_Co=256 endif let g:lightline = { \ 'colorscheme': 'wombat', \ 'active': { \ 'left': [ ['mode', 'paste'], 阅读全文

posted @ 2022-04-03 08:52 风中狂笑 阅读(209) 评论(0) 推荐(0) 编辑

vimspector中.install_gadget.py代码分析
摘要:ersion_info函数返回五个参数: >>> sys.version_info sys.version_info(major=3, minor=8, micro=0, releaselevel='final', serial=0) major:主版本号,比如python3或python2 min 阅读全文

posted @ 2022-04-02 22:08 风中狂笑 阅读(43) 评论(0) 推荐(0) 编辑

gvim中rainbow插件配对括号色彩的使用
摘要:在.vimrc中加入关于此插件的配置,如下(详见插件仓库说明https://github.com/luochen1990/rainbow) let g:rainbow_active = 1 let g:rainbow_conf = { \ 'guifgs': ['royalblue3', 'dark 阅读全文

posted @ 2022-04-02 21:56 风中狂笑 阅读(510) 评论(0) 推荐(0) 编辑

vimspector调试python代码
摘要:https://puremourning.github.io/vimspector-web/ GitHub - puremourning/vimspector: vimspector - A multi-language debugging system for Vim 首先安装用于调试的debug 阅读全文

posted @ 2022-04-02 13:28 风中狂笑 阅读(559) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示