会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
看今召
博客园
首页
新随笔
联系
管理
订阅
2022年6月22日
破解pycharm
摘要: 参考:漫步coding
阅读全文
posted @ 2022-06-22 09:51 茉莉`
阅读(62)
评论(1)
推荐(0)
2022年4月29日
python做定时任务
摘要: from apscheduler.schedulers.blocking import BlockingScheduler def Uploading(): print(1) sched = BlockingScheduler() #Uploading是方法名,cron 是瞎定义的名字 sched.
阅读全文
posted @ 2022-04-29 11:25 茉莉`
阅读(64)
评论(0)
推荐(0)
2022年4月18日
下载xshell和XFTP家庭版(免费版)
摘要: 下载地址: https://www.xshell.com/zh/free-for-home-school/ 补充图片的内容 注意是有效的邮箱 之后邮箱会收到邮件,点击下载
阅读全文
posted @ 2022-04-18 11:29 茉莉`
阅读(162)
评论(0)
推荐(0)
2022年4月11日
多个字典排序
摘要: import operator t = [{'a':1,'b':2},{'b':3,'a':5}] t.sort(key=operator.itemgetter('b'),reverse=False) #True为降序 根据 b 的值排序 print(t)
阅读全文
posted @ 2022-04-11 11:21 茉莉`
阅读(48)
评论(0)
推荐(0)
2022年3月30日
python操作excel文件
摘要: 前提是要有 采集阈值报表.xls 这个文件,并且不是打开状态,要不会报错 def set_style(name, height): """ 设置单元格样式 """ style = xlwt.XFStyle() # 初始化样式 font = xlwt.Font() # 为样式创建字体 font.nam
阅读全文
posted @ 2022-03-30 16:37 茉莉`
阅读(76)
评论(0)
推荐(0)
2021年11月24日
luinx 压缩
摘要: 1.压缩命令: 命令格式:tar -zcvf 压缩文件名.tar.gz 被压缩文件名 可先切换到当前目录下。压缩文件名和被压缩文件名都可加入路径。 2.解压缩命令: 命令格式:tar -zxvf 压缩文件名.tar.gz 解压缩后的文件只能放在当前的目录。
阅读全文
posted @ 2021-11-24 17:23 茉莉`
阅读(56)
评论(0)
推荐(0)
公告
Live2D