The magic shop in Mars is offering some magic coupons. Each coupon has an integer N printed on it, meaning that when you use this coupon with a produc ...
分类:
其他好文 时间:
2021-03-06 14:44:48
阅读次数:
0
Jaw crusher has a wide range of applications. Our company uses high manganese steel and metamorphic high manganese steel to produce various specificat... ...
分类:
其他好文 时间:
2021-03-03 12:29:19
阅读次数:
0
警告如图所示,该警告是因为jdk版本太高(我用的是15.0,据说9.0的也会这样),具体的原理还没有研究,它不影响项目的正常运行,但是看着很糟心有木有~~~~ 解决方案是把项目jdk降低到1.8及以下,建议1.8。 ...
分类:
数据库 时间:
2021-03-03 12:24:53
阅读次数:
0
mybatis事务 ? Connection setAutoCommit() 执行查询没有影响 执行增删改时 ? SqlSessionFactory openSession(boolean autoCommit) 默认值就是false 开启事务 ? SqlSession对象 commit(),如果在 ...
分类:
其他好文 时间:
2021-03-03 12:09:45
阅读次数:
0
We have a collection of stones, each stone?has a positive integer weight. Each turn, we choose the two?heaviest?stones?and smash them together. Suppos ...
分类:
其他好文 时间:
2021-03-02 12:02:57
阅读次数:
0
链接数据库 public static void main(String[] args) { //简约方式 try { Connection conn = DriverManager.getConnection("jdbc:mysql:/mysql?user=aa"); Statement st = ...
分类:
数据库 时间:
2021-03-02 12:02:39
阅读次数:
0
一、sqlachemy(是一个orm框架) 1 orm框,可以独立出来用 2 orm执行原生sql 生成engine(链接池) 详见上一篇博客 engine = create_engine() 获取链接 conn = engine.raw_connection() 后续就一样了 3 创建表,删除表和 ...
分类:
数据库 时间:
2021-02-26 13:16:19
阅读次数:
0
在安装pygame时,抛出异常: raise ReadTimeoutError(self._pool, None, 'Read timed out.'),超时报错 在Windows下: C:\用户\Administrator\下,新建pip文件夹,在创建pip.ini文件(先创建txt,复制下面内容 ...
分类:
编程语言 时间:
2021-02-26 13:11:34
阅读次数:
0
异常模块 下面介绍python常用的异常模块 AttributeError异常 AttributeError试图访问一个类中不存在的成员(包括:成员变量、属性和成员方法)而引发的异常 AttributeError:'Animal' object has no attribute 'age' OSEr ...
分类:
编程语言 时间:
2021-02-25 12:11:17
阅读次数:
0
语言版本:python 3.6.7 包版本flask_jwt_extended:3.14.0 我的描述:当我使用flask中flask_jwt_extended进行生成token时!我使用pycharm进行本地调试时,,成功地生成了token,而当我将代码更新到线上服务器(linux)时,运行它出现 ...
分类:
数据库 时间:
2021-02-24 13:00:07
阅读次数:
0