上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 80 下一页
摘要: 程序链接:https://www.lanzous.com/i8xj5mh # 打包操作 # 安装pyinstaller # cmd输入 pip install pyinstaller # shift+右击文件夹 点击在此处打开命令窗口 # pyinstaller -F -w love.py //打包 阅读全文
posted @ 2020-01-30 20:48 木子欢儿 阅读(2687) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*- import turtle import time # 画爱心的顶部 def LittleHeart(): for i in range(200): turtle.right(1) turtle.forward(2) # 输入表白的语句,默认I Love 阅读全文
posted @ 2020-01-30 20:05 木子欢儿 阅读(12032) 评论(3) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- import turtle import time # 画心形圆弧 def hart_arc(): for i in range(200): turtle.right(1) turtle.forward(2) 阅读全文
posted @ 2020-01-30 18:59 木子欢儿 阅读(2601) 评论(0) 推荐(0) 编辑
摘要: 第一次开发chrome插件,可能有点菜~ 作者:木子欢儿 下载链接: https://www.lanzous.com/i8wut0j 阅读全文
posted @ 2020-01-29 22:40 木子欢儿 阅读(209) 评论(0) 推荐(0) 编辑
摘要: <span id="sitetime"></span> <script language=javascript> function siteTime(){ window.setTimeout("siteTime()", 1000); var seconds = 1000 var minutes = 阅读全文
posted @ 2020-01-28 18:23 木子欢儿 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 种子相同,随机数相同 阅读全文
posted @ 2020-01-28 12:38 木子欢儿 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-01-28 12:13 木子欢儿 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-01-28 12:08 木子欢儿 阅读(746) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-01-28 11:57 木子欢儿 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-01-28 11:52 木子欢儿 阅读(379) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 80 下一页