摘要: <! +++ title = "这些都是套路,但对标题党吸睛100%有用……" description = "1. 八种常见标题类型; 2. 九种标题写作技巧" date = "2022 01 03" tags = [] categories = ["8 business","81 知识文案"] s 阅读全文
posted @ 2020-06-04 20:19 brt2 阅读(603) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "Git高级用法" description = "1. 基本使用; 2. Git Flow; 3. .gitignore; 4. Git本地仓库和裸仓库; 5. Git钩子(用于自动); 6. 第三方的钩子应用(持续集成工具); 7. 高级应用; 8. 其他工具" da 阅读全文
posted @ 2020-06-04 13:56 brt2 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 出处:乌克兰程序员 Paul Bagwell 的分析图: 1. GPL 我希望我的代码能生根发芽(“繁衍”后代),遍地开花 GPL——Copyleft(“反版权”),意味着你可以去掉所有原作的版权信息,只要你保持开源,并且随源代码、二进制版附上GPL的许可证就行,让后人可以很明确地得知此软件的授权信 阅读全文
posted @ 2020-06-04 13:56 brt2 阅读(1879) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "时频域,从傅里叶变换谈起" description = "1. 复杂信号的组成; 2. 频域的概念; 3. 傅里叶级数 (Fourier Series); 4. 傅里叶变换; 5. 行业应用; 6. 快速傅里叶变换(Fast Fourier Transform, FF 阅读全文
posted @ 2020-06-02 16:08 brt2 阅读(2618) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "数字图像处理 理论入门" description = "1. 绪论; 2. 数字图像处理基础; 3. 灰度变换与空间滤波; 4. 频率域滤波; 5. 彩色图像处理; 6. 图像的复原与重建" date = "2022 01 03" tags = ["算法"] cate 阅读全文
posted @ 2020-06-02 15:53 brt2 阅读(1713) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "C++语法" description = "1. 编译器; 2. 语法; 3. 头文件.h与源文件.cpp; 4. class; 5. 其他" date = "2022 01 03" tags = [] categories = ["3 syntax","35 cpp 阅读全文
posted @ 2020-05-28 18:22 brt2 阅读(239) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "STL容器操作" description = "1. 通用算法; 2. 数组; 3. Vector; 4. List; 5. Tuple; 6. Pair; 7. Sets / Multiset; 8. Map / Multimap; 9. 无序容器; 10. Que 阅读全文
posted @ 2020-05-28 17:27 brt2 阅读(149) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "Python惯用法" description = "1. 不要使用可变类型作为参数的默认值" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python"] series = [] keyword 阅读全文
posted @ 2020-05-28 17:13 brt2 阅读(151) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "mail邮件操作" description = "1. 概念; 2. python::smtplib" date = "2022 01 03" tags = [] categories = ["3 syntax","33 python","3rd modules"] 阅读全文
posted @ 2020-05-28 17:09 brt2 阅读(265) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "Modern C++" description = "1. auto 关键字; 2. 智能指针(smart pointers); 3. std::string & std::string_view; 4. 标准库增加的函数; 5. for 循环的新句式; 6. con 阅读全文
posted @ 2020-05-27 18:18 brt2 阅读(410) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "查找算法" description = "1. 顺序查找; 2. 二分查找; 3. 索引顺序查找(分块查找)算法; 4. 静态树表查找算法; 5. 动态查找表:二叉排序树(二叉查找树)" date = "2022 01 03" tags = [] categories 阅读全文
posted @ 2020-05-27 18:09 brt2 阅读(474) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "动态规划法" description = "1. 适用范围; 2. 从问题入手; 3. Unique Paths(LintCode 114, 机器人路径); 4. 计算字符串相似度(最优子结构和重叠子问题)" date = "2022 01 03" tags = [] 阅读全文
posted @ 2020-05-27 17:56 brt2 阅读(272) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "pip应用实例" description = "1. 安装; 2. 镜像源; 3. 仅下载; 4. 卸载; 5. 列举已安装包; 6. 查看已安装包的信息; 7. 查询; 8. 缓存管理" date = "2022 01 03" tags = [] categorie 阅读全文
posted @ 2020-05-27 16:51 brt2 阅读(247) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "Python多线程 threading" description = "1. GIL; 2. API; 3. 创建子线程; 4. 线程同步; 5. 定时器; 6. 线程安全; 7. 线程池:ThreadPoolExecutor" date = "2021 12 21" 阅读全文
posted @ 2020-05-26 20:30 brt2 阅读(236) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "Python常用模块" description = "1. Exception类; 2. 内置函数; 3. File; 4. platform; 5. shutil; 6. os; 7. os.path; 8. pathlib; 9. time; 10. dateti 阅读全文
posted @ 2020-05-26 19:49 brt2 阅读(194) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "Python字符串处理 str/bytes" description = "1. str; 2. bytes / bytearray; 3. printf style String Formatting" date = "2021 12 21" tags = ["us 阅读全文
posted @ 2020-05-26 19:06 brt2 阅读(402) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "Python正则式 re" description = "1. 相关概念; 2. 模式Pattern; 3. API; 4. 其他" date = "2021 12 21" tags = ["usual"] categories = ["3 syntax","33 p 阅读全文
posted @ 2020-05-26 17:42 brt2 阅读(180) 评论(0) 推荐(0) 编辑
摘要: <! +++ title = "Python数据结构" description = "1. list; 2. tuple; 3. set; 4. dict; 5. Queue; 6. array; 7. enum; 8. collections" date = "2021 12 21" tags = 阅读全文
posted @ 2020-05-26 17:28 brt2 阅读(129) 评论(0) 推荐(0) 编辑