摘要:
阅读全文
posted @ 2022-08-08 15:58
lgy514
阅读(110)
评论(0)
推荐(0)
|
摘要:
1.创建bat文件: 小鹤双拼.bat 2.编辑小鹤双拼.bat 添加内容: reg add HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS /v UserDefinedDoublePinyinScheme0 /t REG_ 阅读全文
posted @ 2022-07-25 16:01
lgy514
阅读(817)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/A642960662/article/details/123093350?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~aggregatepage~first_rank_ec 阅读全文
posted @ 2022-07-01 11:34
lgy514
阅读(218)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/qq_43625764/article/details/124656990 阅读全文
posted @ 2022-06-11 00:59
lgy514
阅读(846)
评论(0)
推荐(0)
摘要:
原文 https://www.cnblogs.com/kekec/p/3643578.html static_cast、dynamic_cast、reinterpret_cast、const_cast以及C强制类型转换的区别 static_cast 1. 基础类型之间互转。如:float转成int、 阅读全文
posted @ 2022-03-22 20:12
lgy514
阅读(235)
评论(0)
推荐(0)
摘要:
$ git clone -b RELEASE_TAG_HERE https://github.com/grpc/grpc $ cd grpc $ git submodule update --init如果速度慢,改.gitmodules [submodule "third_party/zlib"] 阅读全文
posted @ 2022-01-18 13:53
lgy514
阅读(663)
评论(0)
推荐(0)
摘要:
参考 http://jotmynotes.blogspot.com/2016/10/updating-cmake-from-2811-to-362-or.html Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux 阅读全文
posted @ 2022-01-18 12:35
lgy514
阅读(1134)
评论(0)
推荐(0)
摘要:
参考: https://www.cnblogs.com/ToBeExpert/p/10297697.html CentOS 7 升级gcc/g++编译器 gcc的升级必须要使用源码进行升级,也就说,必须要使用源码进行编译才行。我的7.2的CentOS目前自带的gcc是4.8.5的,gcc从4.8之后 阅读全文
posted @ 2022-01-18 11:12
lgy514
阅读(1210)
评论(0)
推荐(0)
摘要:
1.https://hub.fastgit.org/grpc/grpc.git 2.补充thirdparty git Submodule Update 如果速度太慢可以更改 .gitmodules 然后再 git Submodule Update [submodule "third_party/zl 阅读全文
posted @ 2022-01-13 15:31
lgy514
阅读(375)
评论(0)
推荐(0)
|