上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页
摘要: # We'll use defaults Microsoft from the LLVM style, but with 4 columns indentation. BasedOnStyle: Microsoft IndentWidth: 4 ColumnLimit: 0 Language: Cp 阅读全文
posted @ 2022-05-20 00:37 马肯尼煤牙巴骨 阅读(32) 评论(0) 推荐(0)
摘要: HTXH6-2JJC4-CDB6C-X38B4-C3GF3 阅读全文
posted @ 2022-04-28 16:58 马肯尼煤牙巴骨 阅读(37) 评论(0) 推荐(0)
摘要: +++ vim初始化的配置文件在 /etc/vim/vimrc.local #没有的话就新建一下 +++ ubuntu的vim默认是没有开启系统剪切板功能的 #如果打印出 -clipboard 则说明剪切板没有开启 vim --version |grep clipboard #安装开启 sudo a 阅读全文
posted @ 2022-03-27 13:48 马肯尼煤牙巴骨 阅读(44) 评论(0) 推荐(0)
摘要: git config --global http.version HTTP/1.1 #git config --global http.postBuffer 157286400 git config --global http.postBuffer 524288000 阅读全文
posted @ 2022-03-05 20:28 马肯尼煤牙巴骨 阅读(3420) 评论(0) 推荐(0)
摘要: Thread t = new Thread(()=> { var win = new System.Windows.Window(); win.Content = new System.Windows.Controls.TextBox(); win.ShowDialog(); win.Closed 阅读全文
posted @ 2021-08-05 16:11 马肯尼煤牙巴骨 阅读(69) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Windows; usin 阅读全文
posted @ 2021-07-15 17:10 马肯尼煤牙巴骨 阅读(70) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/1251880/202105/1251880-20210523142834149-974820415.png) 阅读全文
posted @ 2021-05-23 14:28 马肯尼煤牙巴骨 阅读(39) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include <locale> #include <codecvt> std::wstring s2ws(const std::string& str) { using convert_typeX = std::code 阅读全文
posted @ 2021-05-23 13:51 马肯尼煤牙巴骨 阅读(453) 评论(0) 推荐(0)
摘要: 设计时出现 红色下划线 ,提示 invalid component name ,但是功能正常 import QtQml 2.xx 后解决 阅读全文
posted @ 2021-04-24 15:01 马肯尼煤牙巴骨 阅读(64) 评论(0) 推荐(0)
摘要: 0.理由是个人习惯用vim搜索 复制文件等操作 1.git bash默认使用core.page来显示git log,需要替换成vim git config --global core.pager 'vim -' 2.出现奇怪字符 ^[[33m 查找后发现这个字符是斜体的意思,但是在git bash的 阅读全文
posted @ 2021-04-20 10:23 马肯尼煤牙巴骨 阅读(467) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页