笔记

git教程

Git教程 - 廖雪峰的官方网站 (liaoxuefeng.com)

C++ primer 第五版

https://e-m.jd.com/static/read/dist/index.html?ebookId=30656278&name=C%2B%2B Primer中文版(第5版)&indexes=41

查看进程状态

ps aux | grep wx

git二进制文件冲突 解决办法:

git checkout FILE --ours [ --theirs ]

搜索目录下字符串出现的地方:

grep xxx *

vs许可证到期重置方法

https://www.cnblogs.com/harrychinese/p/vs2019_offine_register.html

lua_state介绍

lua 源码分析之线程对象lua_State_weixin_30518397的博客-CSDN博客

tcp和udp的区别

https://www.cnblogs.com/yimeixiaobai1314/p/14375195.html

static 全局变量:改变作用范围,不改变存储位置

static 局部变量:改变存储位置,不改变作用范围

svn使用方法以及使用教程_bossxu_的博客-CSDN博客_svn使用教程

git 撤销修改

https://blog.csdn.net/qq_40415721/article/details/82258717?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-5.base&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-5.base

添加软链接

ln -snf  filename

服务器架构

客户端和服务端的通信方式

C++ 11特性

shard_otr和weak_ptr的区别

原文地址:https://www.cnblogs.com/ccsu-kid/p/14888367.html