摘要: Python开发的坦克大战游戏 python开发的坦克大战游戏 import pygame from pygame.sprite import Sprite import sys import time import random SCREEN_WIDTH = 780 SCREEN_HEIGHT = 阅读全文
posted @ 2020-06-01 15:02 程式交易 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 项目简价 argparse 作为 Python 内置的标准库,提供了较为简单的方式来编写命令行接口。当你在程序中定义需要哪些参数,argparse 便会从 sys.argv 中获取命令行输入进行解析,对正确或非法输入做出响应,也可以自动生成帮助信息和使用说明。 项目地址: https://githu 阅读全文
posted @ 2020-05-21 13:50 程式交易 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lutt/p/11154902.html 阅读全文
posted @ 2020-05-21 11:24 程式交易 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/qq_15260769/article/details/80731407 阅读全文
posted @ 2020-05-15 09:04 程式交易 阅读(681) 评论(0) 推荐(0) 编辑
摘要: 开源地址: https://www.jianshu.com/p/4953c7cc3641 介绍地址: https://www.oschina.net/p/pyadmin 阅读全文
posted @ 2020-05-15 04:51 程式交易 阅读(528) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/b2b9bf41da4f 阅读全文
posted @ 2020-05-15 04:46 程式交易 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/4953c7cc3641 阅读全文
posted @ 2020-05-15 04:44 程式交易 阅读(1129) 评论(0) 推荐(0) 编辑
摘要: 参考 https://www.jianshu.com/p/cdca61803f62 阅读全文
posted @ 2020-05-15 04:37 程式交易 阅读(1403) 评论(0) 推荐(0) 编辑
摘要: 参考: SandBox开源项目 - https://github.com/RobbieHan/gistandard - https://zhuanlan.zhihu.com/p/38340557 SandBox开发说明文档 - https://zhuanlan.zhihu.com/sandbox 阅读全文
posted @ 2020-05-15 04:06 程式交易 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/d92c25b38605 https://www.runoob.com/django/django-first-app.html #安装Djangopip install Django #创建项目 django-admin.py start 阅读全文
posted @ 2020-05-14 09:53 程式交易 阅读(264) 评论(0) 推荐(0) 编辑