
笔记
文章平均质量分 66
csdn谭琴琴
这个作者很懒,什么都没留下…
展开
-
windows11 locale 修改
configparser, locale原创 2024-07-05 14:09:41 · 454 阅读 · 0 评论 -
C++ container
Itemdescriptioniteratorscapacityelement accessmodifiersoperationsarray线性数组,固定长度begin/end rbegin/rend cbegin/cend crbegin/crendsize max_size emptyoperator[] atfill <> swapvector线性数组,可变长度begin/end...原创 2021-09-09 20:34:29 · 284 阅读 · 0 评论 -
git使用的一点积累
用的gitee,配置 gitee configure guidegitee学习添加公钥ssh-kengen -t rsa -C “邮箱名”创建Git仓库mkdir qtancd qtangit init // generate .gittouch README.mdgit add README.mdgit commit -m “first commit”git remote add origin https://gitee.com/tanqinqin/qt原创 2021-09-09 16:03:56 · 118 阅读 · 0 评论 -
力扣刷题总结-持续更新
Gitee提交代码的网址 Gitee/tanqinqinC++11 tutorial C++11 tutorialC++11 and more C++moreC代码要用到C++参考: Reference - C++ Reference (cplusplus.com)new, malloc, calloc, reallocmalloc负责在堆栈上开辟空间。内存连续 char *p = (char *)malloc(sizeof(array[0]));什么时候用new, 什么时候用mal原创 2021-09-09 15:57:05 · 327 阅读 · 0 评论 -
光专业术语
FC ferrule connector 圆形带螺纹光纤接头SC square connector 标准方形光纤接头ST 卡接式圆形光纤接头LC lucent connector 小型长方形光纤接头E2000 LSH型,带自动保护防尘盖的光纤接头MT-RJ multi-receive joint 多芯,收发一体的方形光纤接头。一头双纤。MPO multi-fiber push on 多芯,多通道插拔式光纤接头,体积小密度高。原创 2021-09-09 15:16:15 · 1917 阅读 · 0 评论 -
HelloMarkDown
markdown study快捷键目录标题文本样式列表链接代码片表格注脚注释自定义列表Latex数学公式插入甘特图插入UML图插入Mermaid流程图插入Flowchart流程图插入类图快捷键撤销 Ctrl/Command + Z重做 Ctrl/Command + Y加粗 Ctrl/Command + B斜体 Ctrl/Command + I查找 Ctrl/Command + F替换 Ctrl/Command + G标题 Ctrl/Command + Shift原创 2021-09-08 22:16:50 · 153 阅读 · 0 评论