码迷,mamicode.com
首页 >  
搜索关键字:红旗    ( 144个结果
turtle画五星红旗
import turtle def goto(x,y): turtle.up(); turtle.goto(x,y); turtle.down; def drawxwjx(x): turtle.begin_fill() for i in range(5): turtle.forward(x) tur... ...
分类:其他好文   时间:2018-03-20 18:04:15    阅读次数:174
vmware workstation nat ssh
环境,宿主机win10x64专业版,vmwareworkstation12pro虚拟机红旗dcserver5.0sp3,Centos5.5i386这两个都是32位的系统要求:虚拟机使用nat连接网络可以连到外网,正常yum安装一些应用,同时可以从宿主机ssh到两台虚拟机上步骤:1、先查看两台虚拟机的网络地址2、编辑虚拟机网络配置,添加主机到虚拟机的端口映射,一台是主机端口5555对22,一台是66
分类:系统相关   时间:2018-03-19 16:55:02    阅读次数:225
五熊红旗
import turtle # def draw_square(org_x, org_y, x, y): turtle.setpos(org_x, org_y) # to left and bottom connor turtle.color('red', 'red') turtle.begin_f... ...
分类:其他好文   时间:2018-03-19 10:57:46    阅读次数:239
Python绘制五星红旗
运行结果: ...
分类:编程语言   时间:2018-03-19 10:57:08    阅读次数:608
Python基础(红旗)
# -*- coding: UTF-8 -*- # -*- author: yjw -*- import turtle from turtle import * setup(800,600) color("yellow") fillcolor("yellow") bgcolor("red") def ...
分类:编程语言   时间:2018-03-15 22:19:08    阅读次数:235
Python基础画五星红旗
Pycharm开发环境设置与熟悉。 练习基本输入输出: print('你好,{}.'.format(name)) uprint(sys.argv) 库的使用方法: import ... from ... import ... 条件语句: if (abs(pos()))<1: break 循环语句: ...
分类:编程语言   时间:2018-03-15 14:25:41    阅读次数:351
Python基础-画五星红旗
#coding=utf-8 # arrow(海龟箭头);turtle(实心箭头);circle(实心方形箭头);square(粗大箭头2);triangle(classic) from turtle import * def position(x,y): up() goto(x,y) down() ... ...
分类:编程语言   时间:2018-03-14 23:46:15    阅读次数:609
Python基础
Pycharm开发环境设置与熟悉。 练习基本输入输出: print('你好,{}.'.format(name)) uprint(sys.argv) 库的使用方法: import ... from ... import ... 条件语句: if (abs(pos()))<1: break 循环语句: ...
分类:编程语言   时间:2018-03-14 22:12:54    阅读次数:192
2017年全球测试发展趋势调查笔记
2018年已开始1个月了,最近领导发了个问卷,从这个问卷上想想这个季度OKR设定什么方向较好。红旗标红的,将是我想达到的方向。 ...
分类:其他好文   时间:2018-02-08 12:20:38    阅读次数:130
了解Linux
linux01一、linux介绍与作用windows:95982000xpwin7win8win10(客户机)windows2003server2008server(服务器)linux:乌班图红帽红旗安卓ios小米锤子linux:CentOS(服务器)Linux特点:开源(免费)安全稳定可靠windows2008server简单易用用户友好http://www.netcraft.com踩点技术李纳
分类:系统相关   时间:2018-01-31 20:26:14    阅读次数:249
144条   上一页 1 ... 4 5 6 7 8 ... 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!