上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 107 下一页
摘要: 转自:https://blog.csdn.net/weixin_42586723/article/details/116481242 https://www.runoob.com/linux/linux-comm-grep.html,https://www.myfreax.com/regular-e 阅读全文
posted @ 2022-09-23 08:05 lypbendlf 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/yz930618/article/details/84785970 1. int_t类型 int_t 是通过typedef定义的,t表示typedef,因为跨平台,不同的平台会有不同的字长,所以利用预编译和typedef可以最有效的维护代码。 typ 阅读全文
posted @ 2022-09-21 10:18 lypbendlf 阅读(3862) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/sunny04/article/details/17913949 https://cloud.tencent.com/developer/article/1178753 1.问题 g++ -lxxx main.cpp -o main //报错unde 阅读全文
posted @ 2022-09-20 22:47 lypbendlf 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 转自: https://www.cnblogs.com/austinspark-jessylu/p/8043726.html 1.分布式锁 分布式的CAP理论告诉我们“任何一个分布式系统都无法同时满足一致性(Consistency)、可用性(Availability)和分区容错性(Partition 阅读全文
posted @ 2022-09-18 22:48 lypbendlf 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 转自:https://juejin.cn/post/7085140011985109029,https://www.51cto.com/article/708109.html https://www.infoq.cn/article/5fboevkal0gvgvgeac4z 1.为何重试 微服务节点 阅读全文
posted @ 2022-09-18 22:13 lypbendlf 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/hanjing_csdn/article/details/79922660 https://zhuanlan.zhihu.com/p/44435521 1.介绍 当我们需要在程序中使用字符串和数字数据互相转换的时候,可以使用stringstream类 阅读全文
posted @ 2022-09-17 20:42 lypbendlf 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 转自:https://kalacloud.com/blog/difference-between-mysql-datetime-and-timestamp-datatypes/ 1.建表不支持 使用如下字段建表时,不支持: `create_time` datetime DEFAULT CURRENT 阅读全文
posted @ 2022-09-17 17:05 lypbendlf 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/w576233728/article/details/97624532 1.varchar定义数目和汉字数一样 mysql> create table test_varchar (id int,bytes varchar(2)); --建表 Quer 阅读全文
posted @ 2022-09-16 20:06 lypbendlf 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 转自:https://zhuanlan.zhihu.com/p/182553920,写的很好! 1. commit message 一次git commit提交的信息量很大,有作者信息、代码库信息、commit等信息。需要提交规范: <type>(<scope>): <subject> 1.1 ty 阅读全文
posted @ 2022-09-14 23:39 lypbendlf 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/W_317/article/details/112801222, https://zhuanlan.zhihu.com/p/403614008 1.网络抖动 指网络中的延迟是指信息从发送到接收经过的延迟时间,一般由传输延迟及处理延迟组成; 抖动=最大 阅读全文
posted @ 2022-09-10 19:55 lypbendlf 阅读(1465) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 107 下一页