摘要:
create table table_name as select xxxxx from xxxxx create table default.temp_2018_a as select a.uid, a.adt_tim,from default.temp_2017 as a 阅读全文
摘要:
1. 如何查看变量在内存中的地址? 2. 进制 以及 转换 4 4 4 0b100 0o4 0x4 3. 用 enumerate 输出列表元素和序号(序号从100开始) 4. 将列表li=["alex","seven"] 转换成字典且字典的key按照10开始向后递增 5. 变量 n1 = 123 n 阅读全文
摘要:
os 模块
sys 模块 阅读全文
摘要:
time&datetime 模块
random 模块
shutil 模块
json & pickle 模块
shelve 模块
xml 模块
configparser 模块
hashlib 模块
logging 模块
re 模块 阅读全文
摘要:
装饰器
生成器
迭代器
软件目录开发规范
不同目录间进行模块调用 阅读全文
摘要:
集合操作
文件操作
字符编码
函数! 阅读全文
摘要:
模块.
PYC.
数据类型.
数据运算.
各种操作.
小程序之 购物车和三级菜单 阅读全文
摘要:
Python是啥?
小程序之 Hello World!
小程序之 用户交互(Interaction)和猜年龄.
添补小知识. 阅读全文