目录 os 篇 os.listdir(path) 运算符篇 is vs. == 实例 1:判断两个整数相等 实例 2:argparse 传参 实例 3:np.where 命令行参数篇 References os 篇 os.listdir(path) 以下代码在 windows 和 linux 上跑结果会不一样: import os path = 'wuliytTaotao' if not os.path.exists(path): os.mkdir(path) # 创建22个文件 for i i
总结: 1.mybaits配置工2方面: i行为配置,如数据源的实现是否利用池pool的概念(POOLED – This implementation of DataSource pools JDBC Connection objects to avoid the initial connection and authentication time required to create a new Connection instance.This is a popular approach fo