摘要:
//WebAPI namespace BooksServices { public class Program { public static void Main(string[] args) { Console.WriteLine(DateTime.Now); var builder = WebA 阅读全文
摘要:
1.New WebApi solution,add controller,BooksController namespace BooksServices.Models { public class Book { public int Id { get; set; } public string Na 阅读全文
摘要:
import uuid from datetime import datetime import json def main(cnt=1000000): t1=datetime.now() print(f'start at {t1}') book_list=[] for i in range(1,c 阅读全文