会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
profesor
首页
新随笔
订阅
管理
上一页
1
···
84
85
86
87
88
2020年3月23日
ubuntu中,终端命令行快速打开html文件方法
摘要: ubuntu中,终端命令行快速打开html文件方法在terminal中,用命令快速调用浏览器打开html文件,而非通过鼠标点击的方式。 firefox浏览器 firefox prospero.html chrome浏览器 chromium-browser prospero.html 或者直接用: s
阅读全文
posted @ 2020-03-23 21:08 profesor
阅读(7881)
评论(0)
推荐(0)
2020年3月19日
Python清空文本内容的两种方法
摘要: 方法一: file = open("test.txt", 'w').close() 直接清空“test.txt”里面的内容 方法二: with open("test.txt", 'r+') as file: file.truncate(0)
阅读全文
posted @ 2020-03-19 20:30 profesor
阅读(32888)
评论(0)
推荐(1)
2020年3月6日
科大教学日历
摘要: 查询地址http://www.teach.ustc.edu.cn/category/calendar 科大教务处http://www.teach.ustc.edu.cn/
阅读全文
posted @ 2020-03-06 09:42 profesor
阅读(233)
评论(0)
推荐(0)
上一页
1
···
84
85
86
87
88
公告