Skip to content

Commit 5f0bc11

Browse files
author
Harry Liu
committed
MOOC: html+css course updated
1 parent f2a08b0 commit 5f0bc11

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

cloudlite/0000/avatar.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
__author__ = 'cloudlite'
3+
4+
# 第 0000 题:将你的 QQ 头像(或者微博头像)右上角加上红色的数字,类似于微信未读信息数量那种提示效果。
5+

cloudlite/0000/cloudlite.jpeg

72 KB
Loading

cloudlite/0001/coupon_generator.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
__author__ = 'cloudlite'
3+
4+
# 第 0001 题:做为 Apple Store App 独立开发者,你要搞限时促销,
5+
# 为你的应用生成激活码(或者优惠券),使用 Python 如何生成 200 个激活码(或者优惠券)?

cloudlite/0002/coupon_db.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
__author__ = 'cloudlite'
3+
4+
# 第 0002 题:将 0001 题生成的 200 个激活码(或者优惠券)保存到 MySQL 关系型数据库中。

0 commit comments

Comments
 (0)