摘要: shopping_mol 1 import os,json 2 3 dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) 4 print(dir) 5 file="%s/ATM/db/accounts/zcl.json"% 阅读全文
posted @ 2017-05-16 15:01 Garrett0220 阅读(2819) 评论(1) 推荐(2) 编辑
摘要: 1 #!/usr/bin/env python 2 # -*- coding:utf-8 -*- 3 # Author:Ahappier 4 5 import re 6 7 8 def main(): 9 a=input("请输入需要计算的公式:") 10 b = "".join(a.split() 阅读全文
posted @ 2017-05-16 14:53 Garrett0220 阅读(927) 评论(0) 推荐(0) 编辑
摘要: 作业需求 xinxi: 1 import os 2 # select name,age from staff_table where age > 22 3 # select * from staff_table where dept = "IT" 4 # select * from staff_ta 阅读全文
posted @ 2017-05-16 14:51 Garrett0220 阅读(791) 评论(0) 推荐(0) 编辑
levels of contents