05 2020 档案

摘要:项目简价 argparse 作为 Python 内置的标准库,提供了较为简单的方式来编写命令行接口。当你在程序中定义需要哪些参数,argparse 便会从 sys.argv 中获取命令行输入进行解析,对正确或非法输入做出响应,也可以自动生成帮助信息和使用说明。 项目地址: https://githu 阅读全文
posted @ 2020-05-21 13:50 程式交易 阅读(164) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/lutt/p/11154902.html 阅读全文
posted @ 2020-05-21 11:24 程式交易 阅读(403) 评论(0) 推荐(0)
摘要:参考: https://blog.csdn.net/qq_15260769/article/details/80731407 阅读全文
posted @ 2020-05-15 09:04 程式交易 阅读(692) 评论(0) 推荐(0)
摘要:开源地址: https://www.jianshu.com/p/4953c7cc3641 介绍地址: https://www.oschina.net/p/pyadmin 阅读全文
posted @ 2020-05-15 04:51 程式交易 阅读(577) 评论(0) 推荐(0)
摘要:参考: https://www.jianshu.com/p/b2b9bf41da4f 阅读全文
posted @ 2020-05-15 04:46 程式交易 阅读(181) 评论(0) 推荐(0)
摘要:参考: https://www.jianshu.com/p/4953c7cc3641 阅读全文
posted @ 2020-05-15 04:44 程式交易 阅读(1155) 评论(0) 推荐(0)
摘要:参考 https://www.jianshu.com/p/cdca61803f62 阅读全文
posted @ 2020-05-15 04:37 程式交易 阅读(1457) 评论(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 程式交易 阅读(365) 评论(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 程式交易 阅读(288) 评论(0) 推荐(0)
摘要:set global read_only=0; set global optimizer_switch='derived_merge=off'; create user 'my_user'@'%' identified by 'my_password'; create database my_db 阅读全文
posted @ 2020-05-07 12:40 程式交易 阅读(225) 评论(0) 推荐(0)