摘要: ```python # -*- coding: utf-8 -*- # @Time : 2019/1/3 10:03 # @Author : Philly # @File : multi_login.py # @Description: 多用户并发登录 from selenium import webdriver import threading from time... 阅读全文
posted @ 2019-01-03 15:36 Philly008 阅读(1314) 评论(0) 推荐(0)
摘要: 创建触发器语句如下: 此时报错: Not allowed to return a result set from a trigger 解决方法:加上 into @ee,因为从MySQL5以后不支持触发器返回结果集 阅读全文
posted @ 2019-01-03 08:20 Philly008 阅读(7964) 评论(2) 推荐(5)