会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
晨光曦微
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
74
下一页
2021年12月3日
车质网数据
该文被密码保护。
阅读全文
posted @ 2021-12-03 16:01 晨光曦微
阅读(0)
评论(0)
推荐(0)
2021年11月30日
车质网爬虫
该文被密码保护。
阅读全文
posted @ 2021-11-30 11:55 晨光曦微
阅读(0)
评论(0)
推荐(0)
2021年11月21日
pc电脑pdf反色夜间模式软件SumatraPDF
摘要: SumatraPDF这个软件加入命令行参数-invert-colors可以实现反色,方便起见,新建一个名为"pdf反色"的bat: start "" "D:\ProgramGreen\sumatra-pdf\SumatraPDF.exe" %1 -invert-colors 再放到 C:\Users
阅读全文
posted @ 2021-11-21 20:14 晨光曦微
阅读(2215)
评论(0)
推荐(0)
2021年11月17日
批处理删除文件夹下所有文件和文件夹
摘要: 1、rd命令 rd /s /Q c:\temp 会将temp文件夹也删除 2、rd命令+md命令 rd /s /Q c:\temp md c:\Temp 删除后再重建 3、del命令 del /s /Q c:\temp 只能删除文件,而不能删除子文件夹 4、del命令+rd命令,先刪除文件,再进入t
阅读全文
posted @ 2021-11-17 18:02 晨光曦微
阅读(2191)
评论(0)
推荐(0)
ps快速去除二维码
摘要: 选区——shift+f5(填充)(选择内容识别)——确定
阅读全文
posted @ 2021-11-17 15:49 晨光曦微
阅读(1061)
评论(0)
推荐(0)
2021年11月14日
vue2黑马 p6-8:webpack安装和配置
该文被密码保护。
阅读全文
posted @ 2021-11-14 10:58 晨光曦微
阅读(3)
评论(0)
推荐(0)
2021年11月7日
python3-csv写入中文乱码
摘要: 正确打开方式应该加上encoding='utf-8-sig' 代码 import csv data = [['American','美国人'], ['Chinese','中国人']] with open('results.csv','w',newline='',encoding='utf-8-sig
阅读全文
posted @ 2021-11-07 15:12 晨光曦微
阅读(273)
评论(0)
推荐(0)
win下python虚拟环境virtualenv的进阶virtualenvwrapper使用,设置国内源,导出依赖,安装依赖
摘要: 一.安装使用virtualenvwrapper (virtualenvwrapper是virtualenv的进阶版,可更方便使用虚拟环境,要在virtualenv安装完成后再安装) pip install virtualenv pip install -i https://pypi.doubanio
阅读全文
posted @ 2021-11-07 11:10 晨光曦微
阅读(264)
评论(0)
推荐(0)
2021年10月31日
pip install beautifulsoup4 bs4.FeatureNotFound: Couldn't find a tree builder
摘要: pip install beautifulsoup4 bs4解析网页时报错:bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html_parser. Do you need to i
阅读全文
posted @ 2021-10-31 16:13 晨光曦微
阅读(129)
评论(0)
推荐(0)
pip换源_命令
摘要: 首先打开cmd: 输入 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 直接一步到位,不用费劲巴拉的创文件之类的。 然后贴几个国内源: 阿里云 http://mirrors.aliyun.com/pyp
阅读全文
posted @ 2021-10-31 15:52 晨光曦微
阅读(1145)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
74
下一页
公告