上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 24 下一页
摘要: https://blog.csdn.net/weixin_51000954/article/details/109014403 https://blog.csdn.net/weixin_51000954/article/details/109014403 阅读全文
posted @ 2020-11-02 08:57 cup_leo 阅读(181) 评论(0) 推荐(0)
摘要: http://www.voidcn.com/article/p-qnsvatou-byu.html string = ''' (ROOT (S (NP (NN Carnac) (DT the) (NN Magnificent)) (VP (VBD gave) (NP (DT a) (NN talk) 阅读全文
posted @ 2020-11-01 00:57 cup_leo 阅读(478) 评论(0) 推荐(0)
摘要: def submit(path): data = [] for line in open(path): if not line.strip(): continue _ = json.loads(line.strip()) res = predict(_["text"]) data.append(js 阅读全文
posted @ 2020-10-30 14:31 cup_leo 阅读(340) 评论(0) 推荐(0)
摘要: def execute_sql_file(sql_path): conn_alg,cur_alg = conn_mysql("mysql_algorithm",11433) with open(sql_path,'r+') as f: # every sql job last line marked 阅读全文
posted @ 2020-10-26 14:37 cup_leo 阅读(2226) 评论(0) 推荐(1)
摘要: https://blog.csdn.net/xyisv/article/details/82430107 阅读全文
posted @ 2020-10-21 12:52 cup_leo 阅读(436) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/24a693fff4a3 # -*- coding: utf-8 -*- import xlrd import uuid class Student(): def __init__(self, id, **kw): self.id = id for 阅读全文
posted @ 2020-10-14 15:26 cup_leo 阅读(741) 评论(0) 推荐(0)
摘要: python对齐输出 https://www.cnblogs.com/nul1/p/11136495.html python - 输出列表自动对齐(支持中英文混合) https://blog.csdn.net/weixin_44823747/article/details/108118181?utm 阅读全文
posted @ 2020-10-14 09:30 cup_leo 阅读(2179) 评论(0) 推荐(0)
摘要: import time from datetime import datetime def getBetweenDay(begin_date,end_date): date_list = [] begin_date = datetime.strptime(begin_date, "%Y-%m-%d" 阅读全文
posted @ 2020-07-09 09:37 cup_leo 阅读(1102) 评论(0) 推荐(0)
摘要: create table incre_table (AutoIncreID int); insert into incre_table values (1); insert into incre_table values (2); insert into incre_table values (3) 阅读全文
posted @ 2020-06-15 06:57 cup_leo 阅读(183) 评论(0) 推荐(0)
摘要: 发现一个免费资源很适合技术的PPT网站: http://www.ypppt.com/ 分享给大家哦 阅读全文
posted @ 2020-05-24 10:09 cup_leo 阅读(211) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 24 下一页