Loading

上一页 1 ··· 7 8 9 10 11
摘要: Hexo+Github博客搭建教程 Hexo+Github博客搭建教程 更新博客内容 hexo clean hexo g hexo d``` 进阶版: 使用Halo 阅读全文
posted @ 2024-03-30 00:06 踩坑大王的日记 阅读(25) 评论(0) 推荐(0)
摘要: 创建虚拟环境并激活后 <br />$ conda create -n tensorflow python=3.9<br />$ conda activate tensorflow<br /> 使用下面指令安装tensorflow时显示"Solving environment :failed with 阅读全文
posted @ 2024-03-29 23:54 踩坑大王的日记 阅读(123) 评论(0) 推荐(0)
摘要: Flask 构成 1.路由(Routing):Flask 使用路由来定义 URL 和对应的处理函数。通过装饰器 @app.route(),可以将一个 URL 映射到相应的处理函数上,从而实现请求的路由和处理。 2.视图函数(View Functions):视图函数是 Flask 中处理请求的核心组件 阅读全文
posted @ 2024-03-18 20:45 踩坑大王的日记 阅读(216) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/cainiao-chuanqi/p/11388719.html https://blog.csdn.net/cxyliangzai/article/details/125094052?spm=1001.2101.3001.6650.8 ↑已过期 主题1 阅读全文
posted @ 2023-11-03 09:14 踩坑大王的日记 阅读(47) 评论(0) 推荐(0)
摘要: 1.无法加载文件 *\venv\Scripts\activate.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies 解决方法:https://w 阅读全文
posted @ 2023-07-20 08:39 踩坑大王的日记 阅读(76) 评论(0) 推荐(0)
摘要: title: Django学习笔记(一) date: 2023-02-01 13:40:05 categories: - [计算机,python,Django] tags: - python - django 官方文档 一、基本操作 查看django版本(输出4.1) $ python -m dja 阅读全文
posted @ 2023-07-10 09:31 踩坑大王的日记 阅读(40) 评论(0) 推荐(0)
摘要: title: 项目说明:tensorflow实现猫狗图像识别 date: 2022-06-13 15:40:35 categories: - [计算机,项目] tags: - 深度学习 - 图像挖掘 ## 一、项目介绍 ### 1.1 背景 目的实现猫狗图像的高准确度智能分类。材料图像数据集data 阅读全文
posted @ 2023-07-10 09:22 踩坑大王的日记 阅读(174) 评论(2) 推荐(0)
摘要: 待补充 阅读全文
posted @ 2023-07-06 23:20 踩坑大王的日记 阅读(21) 评论(0) 推荐(0)
摘要: 待补充 阅读全文
posted @ 2023-07-06 23:11 踩坑大王的日记 阅读(15) 评论(0) 推荐(0)
摘要: ### 项目预览 ![image](https://img2023.cnblogs.com/blog/1892858/202307/1892858-20230706224007908-1562406824.png) ![image](https://img2023.cnblogs.com/blog/ 阅读全文
posted @ 2023-07-06 22:57 踩坑大王的日记 阅读(104) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11