04 2022 档案
摘要:零拷贝指的是对CPU零消耗或者尽量少消耗。 public static boolean copyFile(String sourcePath, String targetPath) { try (FileChannel source = new FileInputStream(sourcePath)
阅读全文
摘要:首先用pip安装下面导的包 1.操作Mysql 1 import logging 2 import pymysql 3 4 5 def connect_test_db(): 6 return pymysql.connect(host='10.169.30.190', 7 port=3306, 8 u
阅读全文