generatorConfig.xml [html] view plain copy <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis ...
分类:
其他好文 时间:
2018-05-19 10:34:17
阅读次数:
158
import turtle turtle.setup (600,400,0,0) turtle.bgcolor('red') turtle.pencolor('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() tu... ...
分类:
其他好文 时间:
2018-05-17 11:44:26
阅读次数:
141
import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) turtle.begin_fill() turtle.up() turtle.goto(-60 ...
分类:
其他好文 时间:
2018-05-16 22:36:58
阅读次数:
114
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:
其他好文 时间:
2018-05-16 22:33:02
阅读次数:
164
import turtleturtle.setup(600,400,0,0)turtle.bgcolor('red')turtle.color('yellow')turtle.fillcolor('yellow')def mygoto(x,y): turtle.penup() turtle.goto ...
分类:
其他好文 时间:
2018-05-16 22:31:12
阅读次数:
149
import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) turtle.begin_fill() turtle.up() turtle.goto(-60 ...
分类:
其他好文 时间:
2018-05-16 22:30:57
阅读次数:
132
port turtle #画一个五角星 turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.pencolor('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup... ...
分类:
其他好文 时间:
2018-05-16 22:30:48
阅读次数:
200
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.pencolor('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() tur ...
分类:
其他好文 时间:
2018-05-16 22:19:43
阅读次数:
126
{ // Required "manifest_version": 2, "name": "My Extension", "version": "versionString", // Recommended "default_locale": "en", "description": "A plai... ...
分类:
Web程序 时间:
2018-05-11 10:43:49
阅读次数:
395
Visual Studio Code -GO 使用过程中发现,如果要编译输出某个文件需要去cmd窗口才行,感觉特别麻烦网上一直没找到解决办法,这几天查看Visual Studio Code文档发现它提供 tasks 功能可以实现 需要了解Visual Studio Code所有功能配置是通过json ...
分类:
其他好文 时间:
2018-05-10 23:19:15
阅读次数:
362