随笔分类 -  5-框架应用

摘要:<! +++ title = "【入门】Go Micro项目开发" description = "1. 创建Web服务; 2. 服务注册; 3. 服务发现; 4. 服务调用" date = "2021 12 19" tags = [] categories = ["5 框架应用","59 micro 阅读全文
posted @ 2021-12-19 23:21 brt2 阅读(281) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "从Kafka看Broker中间件的设计" description = "" date = "2021 11 10" weight = 5 tags = [] categories = ["5 框架应用"] keywords = [] +++ [TOC] 1. 软件设计 阅读全文
posted @ 2021-11-10 06:58 brt2 阅读(70) 评论(0) 推荐(0) 编辑
摘要:1. 基本概念 1.1. 算法分类 回归算法(药物反应,股票价格): 线性回归 逻辑回归 岭回归 分类算法(垃圾邮件检测,图像识别): k近邻(KNN) 贝叶斯 支持向量机(SVM) 决策树 随机森林 聚类,无监督学习算法(客户细分,分组实验结果): 聚类(k-Means) 谱聚类 均值漂移 降维( 阅读全文
posted @ 2021-11-10 06:58 brt2 阅读(172) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "OpenCV的摄像头取图模块: V4L2" description = "1. v4l2 命令行操作; 2. pyv4l2" date = "2022 01 03" tags = [] categories = ["5 框架应用","57 opencv"] serie 阅读全文
posted @ 2021-03-12 14:55 brt2 阅读(2243) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "" description = "" date = "2021 03 12" weight = 5 tags = [] categories = ["5 框架应用","55 tensorflow"] keywords = [] +++ [TOC] "github" " 阅读全文
posted @ 2021-03-12 14:53 brt2 阅读(85) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "源码编译OpenCV" description = "1. 源码编译; 2. OpenCV Python; 3. 编译cv代码" date = "2022 01 03" tags = [] categories = ["5 框架应用","57 opencv"] ser 阅读全文
posted @ 2021-02-23 18:38 brt2 阅读(748) 评论(0) 推荐(0) 编辑
摘要:1. Paddle框架 homepage 目前支持Window、Linux多平台,v2.0后,也已支持python3.8。MacOS似乎不支持GPU,具体请查看官网最新说明。 1.1. 基于pip安装 使用pip3的话,需要注意 pip3>20.2.2 : pip3 install -U pip C 阅读全文
posted @ 2021-02-22 20:52 brt2 阅读(3017) 评论(0) 推荐(0) 编辑
摘要:官网入门教程 & API 这个包中有四个大类: torchvision.datasets torchvision.models torchvision.transforms torchvision.utils 1. torchvision.datasets CelebA CIFAR Cityscap 阅读全文
posted @ 2021-02-19 18:25 brt2 阅读(376) 评论(0) 推荐(0) 编辑
摘要:仓库地址: gitee.com/brt2/md2blog 1. 设计目标 文档存储 可下载link图像,进行本地化存储 压缩内嵌图像,最小化上传 支持随时浏览 & 快速查找 同步到cnblog! 支持mkdocs的发布 支持hugo编译成静态文件 2. 各平台的对比 cnblog 支持查找 无需搭建 阅读全文
posted @ 2021-02-06 17:02 brt2 阅读(462) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "开源搜索引擎与框架" description = "1. 概况; 2. 开源项目" date = "2022 01 03" tags = [] categories = ["5 框架应用","51 web"] series = [] keywords = [] wei 阅读全文
posted @ 2021-02-04 18:37 brt2 阅读(878) 评论(0) 推荐(1) 编辑
摘要:<! +++ title = "Meshlab架构解析" description = "" date = "2021 01 08" weight = 5 tags = [] categories = ["5 框架应用"] keywords = [] +++ [TOC] 1. src 源码目录 "cs 阅读全文
posted @ 2021-01-08 14:18 brt2 阅读(1658) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "【备份】博客园页面定制" description = "" date = "2021 01 07" weight = 5 tags = [] categories = ["5 框架应用"] keywords = [] +++ [TOC] 1. 文档H2章节加亮显示 页 阅读全文
posted @ 2021-01-07 15:12 brt2 阅读(117) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "FreeCAD框架解析" description = "" date = "2021 01 07" weight = 5 tags = [] categories = ["5 框架应用"] keywords = [] +++ [TOC] "FreeCAD模块开发指南" 阅读全文
posted @ 2021-01-07 14:33 brt2 阅读(5294) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "OpenCV调用usb摄像头出现“select timeout”解决方法" description = "1. 现象; 2. 设备的索引号错误; 3. 供电不足; 4. USB设备超时; 5. 图像流格式(正解)" date = "2022 01 03" tags = 阅读全文
posted @ 2020-12-18 19:54 brt2 阅读(9536) 评论(0) 推荐(2) 编辑
摘要:<! +++ title = "【入门】Flask: 基础知识" description = "1. 启动; 2. Flask Shell; 3. 架构组件; 4. HTTP请求; 5. HTTP实践 示例" date = "2022 01 03" tags = [] categories = [" 阅读全文
posted @ 2020-11-09 18:49 brt2 阅读(176) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Flask: 渲染模板" description = "1. 语法; 2. 从实例入门; 3. 模板上下文处理函数; 4. 使用模板继承组织模板" date = "2022 01 03" tags = [] categories = ["5 框架应用","51 web 阅读全文
posted @ 2020-11-09 18:49 brt2 阅读(361) 评论(0) 推荐(1) 编辑
摘要:<! +++ title = "Flask: 静态文件" description = "1. 生成静态文件 URL; 2. 添加 Favicon; 3. 添加图片; 4. 添加 CSS; 5. 进阶提示" date = "2022 01 03" tags = [] categories = ["5 阅读全文
posted @ 2020-11-09 18:49 brt2 阅读(341) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Flask: 数据库" description = "1. 使用 SQLAlchemy 操作数据库; 2. 设置数据库 URI" date = "2022 01 03" tags = [] categories = ["5 框架应用","51 web","flask" 阅读全文
posted @ 2020-11-09 18:49 brt2 阅读(150) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Vue入门" description = "1. Vue 元素; 2. vue cli脚手架(基于2.0)" date = "2022 01 03" tags = [] categories = ["5 框架应用","51 web"] series = [] keyw 阅读全文
posted @ 2020-11-09 18:40 brt2 阅读(110) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "MkDocs: 构建你自己的知识库" description = "1. 介绍; 2. 文件布局; 3. 索引页: index.md; 4. 配置页面和导航; 5. 主题; 6. Configuration: 全部配置项; 7. 插件; 8. 生成静态页面; 9. 部 阅读全文
posted @ 2020-11-09 18:40 brt2 阅读(1779) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示