摘要: from __future__ import print_function import pandas as pd catering_sale =(r'C:\Users\Administrator\Desktop\catering_sale.xls') #餐饮数据 data = pd.read_excel(catering_sale, index_col = u'日期') #读... 阅读全文
posted @ 2017-09-21 21:00 白痴的救赎 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 目前流行的软件开发过程模式(CMMI/RUP/XP/MSF)的简介及对比 阅读全文
posted @ 2017-09-22 13:10 白痴的救赎 阅读(1124) 评论(1) 推荐(0) 编辑