上一页 1 ··· 58 59 60 61 62
摘要: https://zhile.io/2018/08/25/jetbrains-license-server-crack.html 阅读全文
posted @ 2020-04-17 22:53 profesor 阅读(1346) 评论(0) 推荐(0) 编辑
摘要: 启动首页,右下角有Configure和Get Help,在Configure中找到Create Desktop Entry,点击设置。 接下来就可以在系统搜索栏中搜索Pycharm,来启动软件 启动后,在Docker栏目中,鼠标放到软件上,右键,add to favorites 阅读全文
posted @ 2020-04-17 22:49 profesor 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: ubuntu中,终端命令行快速打开html文件方法在terminal中,用命令快速调用浏览器打开html文件,而非通过鼠标点击的方式。 firefox浏览器 firefox prospero.html chrome浏览器 chromium-browser prospero.html 或者直接用: s 阅读全文
posted @ 2020-03-23 21:08 profesor 阅读(7249) 评论(0) 推荐(0) 编辑
摘要: 方法一: 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 阅读(32512) 评论(0) 推荐(1) 编辑
摘要: 查询地址http://www.teach.ustc.edu.cn/category/calendar 科大教务处http://www.teach.ustc.edu.cn/ 阅读全文
posted @ 2020-03-06 09:42 profesor 阅读(216) 评论(0) 推荐(0) 编辑
上一页 1 ··· 58 59 60 61 62