使用pymysql的 course.executemany(sql, update_list) 进行批量更新
- sql=更新一条的sql语句;
- update_list =一个列表套元组的结构;
使用pymysql的 course.executemany(sql, update_list) 进行批量更新
C#收藏
MySQL莫名地报错:
2020-12-08T02:02:32.179362Z 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable
Pandas收藏
程序的跑批日志有时候累加的多了会特别的大,如果我们只需要获取文件的后几行的话,就不需要依次遍历。
https://start.spring.io 很卡,打开慢,还好国内有类似替代品:https://start.aliyun.com
在安装某个Python开源系统的依赖库时,突然报一下错误:
make sure the development packages of libxml2 and libxslt are installed
SpringBoot 2.3.4 整合Mybatis入门示例
在使用win32api来修改同步windows的系统时间时报错:
win32api.SetSystemTime(tm_year, tm_mon, tm_wday, tm_mday, tm_hour, tm_min, tm_sec, int(msec))
pywintypes.error: (1314, 'SetSystemTime', '客户端没有所需的特权。')
1. 中断命令执行
Ctrl + Z
2. 文件/目录
cd 切换目录
例:cd // 显示当前目录
例:cd .. // 进入父目录
例:cd /d d: // 进入上次d盘所在的目录(或在直接输入 d:)