摘要:
目录 一、客户端配置与使用 1、oracle(PLSQL Developer) 2、hive(hive cli)及命令 3、postgre(pgAdmin) 二、注意事项及基础 1、索引使用 2、dblink 3、Driving Table(驱动表) 4、查看解释计划 5、正则表达式 三、基础概念及 阅读全文
posted @ 2017-07-18 17:05
anlcy
阅读(690)
评论(0)
推荐(0)
摘要:
来自:https://www.runoob.com/python3/python3-tutorial.html 1.使用循环嵌套来实现99乘法法则: for i in range(1,10): for j in range(1,i+1): sun=i*j print('%d*%d=%d'%(j,i, 阅读全文
posted @ 2017-07-18 09:35
anlcy
阅读(315)
评论(0)
推荐(0)

浙公网安备 33010602011771号