2018年8月12日
摘要: This time, you are supposed to find A*B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu 阅读全文
posted @ 2018-08-12 18:00 蔡军帅 阅读(323) 评论(0) 推荐(0)
摘要: 1009 Product of Polynomials (25)(25 分)This time, you are supposed to find A*B where A and B are two polyno... 阅读全文
posted @ 2018-08-12 18:00 蔡军帅 阅读(89) 评论(0) 推荐(0)
摘要: 1.写入excel,一开始不需要自己新建一个excel,会自动生成attribute_proba是我写入的对象 import xlwt myexcel = xlwt.Workbook() sh... 阅读全文
posted @ 2018-08-12 13:45 蔡军帅 阅读(680) 评论(0) 推荐(0)
摘要: 1.写入excel,一开始不需要自己新建一个excel,会自动生成 attribute_proba是我写入的对象 import xlwt myexcel = xlwt.Workbook() sheet = myexcel.add_sheet('sheet') si=-1 sj=-1 for i in 阅读全文
posted @ 2018-08-12 13:45 蔡军帅 阅读(9601) 评论(0) 推荐(0)
摘要: 今天,我成功将项目要导入的测试数据导入并呈现了,虽然还不是很完美,但我之后仍会继续改进。 1.首先在主页面上加一个超链接按钮: 其它的不需要管,其它是我的另一个项目,没什么大用的 2.之后配置URL: 3.去views.py里写函数 4.去编写show_excel.html。 大功告成,pip ma 阅读全文
posted @ 2018-08-12 13:26 蔡军帅 阅读(5443) 评论(3) 推荐(0)