03 2021 档案

摘要:CMD命令:开始->运行->键入cmd或command(在命令行里可以看到系统版本、文件系统版本) chcp 修改默认字符集 chcp 936默认中文 chcp 65001 1. appwiz.cpl:程序和功能 2. calc:启动计算器 5. chkdsk.exe:Chkdsk磁盘检查(管理员身 阅读全文
posted @ 2021-03-20 12:31 Hany47315 编辑
摘要:background-image: url(图片的相对路径); 如: background-image: url(../static/images/背景.jpg); <style> body{ background-image: url(../static/images/背景.jpg); backg 阅读全文
posted @ 2021-03-14 11:08 Hany47315 编辑
摘要:cd 命令,改变当前目录 进入到指定目录中 cd 目录名 跳转到上一层目录中 cd .. 返回到根目录 cd \ dir 显示目录下的文件和子目录 md 新建目录 根据绝对路径来创建目录 md 绝对路径\目录名 显示文件内容 type 文件名.后缀名 copy 复制一个或一组文件到指定磁盘或者目录中 阅读全文
posted @ 2021-03-10 16:01 Hany47315 编辑
摘要:1. python基础知识点 2. 字符串 3. 排序 4. 数据结构 5. 正则表达式 6. 线程 7. math 库 random 库 wordcloud 库 8. numpy基础 9. pandas基础 10. matplotlib简单图 11. mysql语句 12. 使用 pymysql 阅读全文
posted @ 2021-03-10 11:14 Hany47315 编辑
摘要:from bs4 import BeautifulSoup,element # 导入 BeautifulSoup import lxml import requests html_doc = """ <html><head><title>The Dormouse's story</title></h 阅读全文
posted @ 2021-03-10 11:13 Hany47315 编辑
摘要:import browserhistory as bh bh.write_browserhistory_csv() 2021-03-06 阅读全文
posted @ 2021-03-06 16:23 Hany47315 编辑

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