2020年2月15日

摘要: 1、全部数据读取到内存, 不要使用string,而是使用stringbuilder,stringbuilder的效率非常高 2、添加到数据库 不要使用excute,而是使用事务,几百万条数据会请求数据库几百万次,而使用事务,只请求一次,速度提高几百万倍 string file = fileDialo 阅读全文
posted @ 2020-02-15 13:22 topguntopgun 阅读(550) 评论(0) 推荐(0) 编辑

导航