- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 2021-10-04
Vue 图形化界面创建新项目,报错 Cannot read property ‘indexOf‘ of undefined 原因:不是版本不够,如果是版本问题请看别的 解决方法:1.使用管理员运行cmd 2. 转路径到你要储存项目的文件 3. vue ui 4. 完成创建 ...
2021-10-04 23:39:01
139
原创 Python画图
import turtle as t #定义一个画太极的函数 def drawTaiji(): t.color(“black”,“black”) t.begin_fill() #填充阴鱼的颜色 t.penup() t.goto(0,100) t.seth(180) t.pendown() t.circle(50,180) t.circle(-50,180) t.seth(0) t.circle(100,180) t.end_fill() t.circle(100,180) #点阴鱼眼 t.penup() t
2021-03-23 22:05:12
163
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅