上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 106 下一页
摘要: 转自:https://blog.csdn.net/m0_50111062/article/details/126882497 1.介绍 sed 是 stream editor 的缩写,中文称之为“流编辑器”。它以“行”为处理单位,针对每一行进行处理,处理后的结果会输出到标准输出(STDOUT)。 s 阅读全文
posted @ 2022-12-06 23:55 lypbendlf 阅读(95) 评论(0) 推荐(0)
摘要: 转自:https://juejin.cn/post/7037030068704051214,https://www.jianshu.com/p/94ee7e741d52 1.容器 容器是docker技术中的概念: docker包括三个概念:镜像(image),容器(container)、仓库(rep 阅读全文
posted @ 2022-11-20 15:21 lypbendlf 阅读(6184) 评论(0) 推荐(0)
摘要: 转自:https://testerhome.com/topics/31561?order_by=like&,https://fafucoder.github.io/2020/11/05/kubernetes-qos/ https://github.com/bmwx4/k8s-in-practice/ 阅读全文
posted @ 2022-11-20 14:23 lypbendlf 阅读(5004) 评论(0) 推荐(2)
摘要: 转自:https://www.kancloud.cn/thinkphp/mysql-design-optimalize/39325,https://learnku.com/articles/36479 1.数值类型 可以通过它来计算查询结果集所占大小,一行数据占的内存大小。 tinyint(M), 阅读全文
posted @ 2022-11-20 02:41 lypbendlf 阅读(94) 评论(0) 推荐(0)
摘要: 转自:https://www.cnblogs.com/skillcoding/archive/2011/09/07/2169932.html 具体遇到时,再来单个确认。 阅读全文
posted @ 2022-11-20 02:35 lypbendlf 阅读(20) 评论(0) 推荐(0)
摘要: 转自:https://www.runoob.com/linux/linux-comm-uniq.html 1.uniq Linux uniq 命令用于检查及删除文本文件中重复出现的行列,一般与 sort 命令结合使用。 uniq 可检查文本文件中重复出现的行列。 -c或--count 在每列前显示该 阅读全文
posted @ 2022-11-19 22:10 lypbendlf 阅读(29) 评论(0) 推荐(0)
摘要: 转自:https://juejin.cn/post/7127287068434104356#heading-12 有空再总结,链接讲的很全面。 阅读全文
posted @ 2022-11-19 21:15 lypbendlf 阅读(24) 评论(0) 推荐(0)
摘要: 转自:https://www.runoob.com/mysql/mysql-sql-injection.html 1.介绍 SQL注入,就是通过把SQL命令插入到Web表单递交或输入域名或页面请求的查询字符串,最终达到欺骗服务器执行恶意的SQL命令。 如果没有过滤特殊字符: // 设定$name 中 阅读全文
posted @ 2022-11-19 21:11 lypbendlf 阅读(43) 评论(0) 推荐(0)
摘要: 转自:https://www.cnblogs.com/Sungeek/p/12200546.html,https://juejin.cn/post/7119878941589897247 1.连接方式 只考虑在Linux环境下,在不同主机之间是TCP/IP连接(不同主机间的网络通信),同一主机的客户 阅读全文
posted @ 2022-11-19 21:07 lypbendlf 阅读(204) 评论(0) 推荐(0)
摘要: 转自:https://blog.shipengx.com/archives/4094be86.html,讲的非常全面 1.std::shared_ptr::get element_type* get() const noexcept; 获取指针,存储的指针指向 shared_ptr 对象解引用的对象 阅读全文
posted @ 2022-11-19 19:32 lypbendlf 阅读(9271) 评论(1) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 106 下一页