摘要: 《UNIX环境高级编程(第三版)》配置 环境:ubuntu20.04 步骤 前往官网下载src.3e压缩包 将压缩包解压 tar -zxvf src.3e.tar.gz 将apue.3e/include/中的apue.h文件替换为如下内容: /* * Our own header, to be in 阅读全文
posted @ 2021-08-18 17:49 Dapeus 阅读(104) 评论(0) 推荐(0)
摘要: Flask管理数据库 flask-migrate+flask-script 一、第一种方式 使用如下命令进入python shell python manage.py shell 输入指令即可,例如: db.drop_all() db.create_all() 二、第二种方式 直接使用指令,例如: 阅读全文
posted @ 2021-08-18 17:42 Dapeus 阅读(64) 评论(0) 推荐(0)
摘要: Pytorch的conv2d实现图像边缘检测和均值模糊 阅读全文
posted @ 2021-06-13 12:51 Dapeus 阅读(1443) 评论(0) 推荐(0)
摘要: 如题 阅读全文
posted @ 2021-04-11 20:30 Dapeus 阅读(74) 评论(0) 推荐(0)
摘要: 使用SHA1()替代PASSWORD() 阅读全文
posted @ 2021-02-25 22:56 Dapeus 阅读(193) 评论(0) 推荐(0)
摘要: 如题 阅读全文
posted @ 2021-02-21 23:32 Dapeus 阅读(1982) 评论(0) 推荐(0)
摘要: 描述了三种在Matplotlib中设置中文的方法 阅读全文
posted @ 2021-02-12 17:47 Dapeus 阅读(127) 评论(0) 推荐(0)
摘要: 包含了爬虫简介,requests模块基础,数据解析 阅读全文
posted @ 2021-01-15 00:02 Dapeus 阅读(317) 评论(0) 推荐(0)
摘要: Git基本操作指南 阅读全文
posted @ 2020-11-15 10:55 Dapeus 阅读(79) 评论(0) 推荐(0)