摘要:
首先生成一个1~100万的单列表,这个脚本转自 http://blog.itpub.net/37724/viewspace-997822/ set nocount on use PostLoan go if object_id('dbo.nums') is not null drop table d 阅读全文
摘要:
Python多线程方法如下: import threading import datetime import pymssql import time from faker import Faker def insert_db(): for i in range(100): for j in rang 阅读全文