- 授权协议: MIT
- 开发语言: Python HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/staugur/Breezes
- 软件文档: https://www.saintic.com/blog/218.html
软件介绍
Breezes 是一个多中心、多版本 Docker Registry UI,支持V1、V2两个版本,支持多个私有仓管理。
环境
Python Version: 2.7
Web Framework: Flask, Flask-RESTful
Required Modules: requirements.txt
使用
1. Requirement: 1.0 yum install -y gcc gcc-c++ python-devel 1.1 pip install -r requirements.txt 2. modify config.py or add environment variables(os.getenv key in the reference configuration item): 3. run: 3.1 python main.py #development 3.2 sh Control.sh #production 3.3 python -O Product.py #production 3.4 python super_debug.py #Performance optimization 4. Access it for IP:10210
Usage for Docker
docker build -t breezes . docker run -tdi --name breezes --net=host --always=restart breezes ps aux|grep Breezes //watch the process
UI
零基础学Minecraft编程
Martin O''Hanlon、David Whale / 中文Minecraft Wiki翻译团队 / 人民邮电出版社 / 2015-9-7 / 79
在你体验Minecraft冒险的同时,学习宝贵的编程技能! 如果你很喜欢玩Minecraft,却被游戏中的建造耗费大量时间而困扰,并且你想要对游戏添加一些改动,那么本书就是为你而设计的。在游戏中,你可以学习许多Python编程技能,在PC、Mac或树莓派上与游戏进行互动。这些冒险不仅局限在虚拟世界——你也将会学习如何将Minecraft与电子元件连接起来,这样你的Minecraft世界就能够......一起来看看 《零基础学Minecraft编程》 这本书的介绍吧!
