摘要: $('table td').click(function(){ if(!$(this).is('.input')){ $(this).addClass('input').html('').find('input').focus().blur(function(){ $(this).parent... 阅读全文
posted @ 2017-10-13 14:21 珈子 阅读(1880) 评论(0) 推荐(0) 编辑
摘要: import xlrdfrom xlrd import open_workbook def getExeclInfo(filepath,colnameindex=0,by_index=0): data = xlrd.open_workbook(filepath) table = data.sheets()[by_index] # 行数 nrows = table... 阅读全文
posted @ 2017-10-13 14:20 珈子 阅读(254) 评论(0) 推荐(0) 编辑
摘要: pandas.DataFrame.to_sql DataFrame.to_sql(name, con, flavor=None, schema=None, if_exists='fail', index=True, index_label=None, chunksize=None, dtype=No 阅读全文
posted @ 2017-10-13 11:23 珈子 阅读(956) 评论(0) 推荐(0) 编辑