2019年9月12日
摘要: wsl2在使用vpn后会起不来,解决方案就是cmd下 管理员 权限执行 netsh winsock reset 转载自https://kkp.disk.st/4608.html 阅读全文
posted @ 2019-09-12 17:05 吴邪不无邪 阅读(7561) 评论(0) 推荐(1) 编辑
  2019年9月11日
摘要: 修改profiles下的cursorShape为filledBox,即可达到linux类似的效果。 配置说明(英文): "配置说明" 欣赏微软的审美,我的terminal,简单的美 我的配置 { "globals": { "alwaysShowTabs": true, "defaultProfile 阅读全文
posted @ 2019-09-11 11:51 吴邪不无邪 阅读(3780) 评论(0) 推荐(0) 编辑
  2017年8月26日
摘要: pip install termcolor 用法 阅读全文
posted @ 2017-08-26 11:00 吴邪不无邪 阅读(744) 评论(0) 推荐(0) 编辑
  2017年8月12日
摘要: 一 介绍 termux 是一个安卓平台下的app, 它能够在安卓上实现一个微型的linux,具有命令行界面,可以以apt方式简单的安装软件.本人主要是利用termux开发python软件.在安卓下开发python软件有多种方案,比较简单的就是qpython和termux.qpython提供了安卓下P 阅读全文
posted @ 2017-08-12 17:35 吴邪不无邪 阅读(17229) 评论(1) 推荐(0) 编辑
  2017年5月1日
摘要: turtle.pensize(10) turtle.down() turtle.forward(100) turtle.up() turtle.backward(100) turtle.left(90) turtle.forward(50) turtle.right(90) turtle.down( 阅读全文
posted @ 2017-05-01 17:05 吴邪不无邪 阅读(10815) 评论(0) 推荐(2) 编辑
摘要: python turtle库初步 =========== 一 turtle库介绍 turtle乌龟 import turtle from turtle import 二 turtle库使用基本流程 分三步,打开冰箱门,放入冰箱,关门。 落笔 turtle.down() 开始绘制 建立窗口 turtl 阅读全文
posted @ 2017-05-01 17:00 吴邪不无邪 阅读(2478) 评论(0) 推荐(1) 编辑