Loading

摘要: 已阅读 2020 02 27 大数据时代:生活、工作与思维的大变革 通过对大数据的数据分析,获取隐藏在数据中的关联,并对后续进行预测 未排期 《Python科学计算》 NumPyBeginner's Guide 2nd》/《Python数据分析基础教程:NumPy学习指南(第2版)》 《Python 阅读全文
posted @ 2020-02-27 18:45 Lust4Life 阅读(146) 评论(0) 推荐(0) 编辑
摘要: apt方式安装 官网参考: https://dev.mysql.com/doc/mysql apt repo quick guide/en/ 执行命令: 出现图形话界面 选择第一个然后修改数据库版本为5.7 ok 确定 卸载 阅读全文
posted @ 2020-02-27 16:42 Lust4Life 阅读(146) 评论(0) 推荐(0) 编辑
摘要: ```python #!/bin/env python3 #import os #os.system("mysql -uai -pai -e 'use ipd_db; desc m_method_type ' > ipd_db.tables") import os with open('data_in') as f: for line in f.readlines(): # print(line. 阅读全文
posted @ 2020-02-27 16:15 Lust4Life 阅读(474) 评论(0) 推荐(0) 编辑