摘要: 不能成功运行 exists = "SELECT count(*) FROM centralsystem.t_user WHERE USERNAME = " + 'xxx' pymysql.err.OperationalError: (1054, "Unkn... 阅读全文
posted @ 2020-08-26 11:32 bH1pJ 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 不能成功运行 exists = "SELECT count(*) FROM centralsystem.t_user WHERE USERNAME = " + 'xxx' pymysql.err.OperationalError: (1054, "Unkn... 阅读全文
posted @ 2020-08-26 11:32 bH1pJ 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Python tuple 的用法 和list差不多 阅读全文
posted @ 2020-08-26 11:14 bH1pJ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Python tuple 的用法 和list差不多 阅读全文
posted @ 2020-08-26 11:14 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要: sql,判断数据库中是否存在一个字节,字段 exists = "SELECT count(*) FROM xxx.eee WHERE USERNAME = 'xxx'" 阅读全文
posted @ 2020-08-26 11:13 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要: sql,判断数据库中是否存在一个字节,字段 exists = "SELECT count(*) FROM xxx.eee WHERE USERNAME = 'xxx'" 阅读全文
posted @ 2020-08-26 11:13 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: python md5 加盐 先挖坑 以后填 阅读全文
posted @ 2020-08-26 11:12 bH1pJ 阅读(12) 评论(0) 推荐(0) 编辑
摘要: python md5 加盐 先挖坑 以后填 阅读全文
posted @ 2020-08-26 11:12 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: shiro对用户名、密码加密,加的是什么 很奇怪 我用python里的md5对用户名和密码进行加密,加密之后的结果和数据库中的不一样。 (1)Java中用md5对“XXXX”进行加密,结果是“05e4769102356983e7d5fc0034fd” ... 阅读全文
posted @ 2020-08-26 10:39 bH1pJ 阅读(22) 评论(0) 推荐(0) 编辑
摘要: shiro对用户名、密码加密,加的是什么 很奇怪 我用python里的md5对用户名和密码进行加密,加密之后的结果和数据库中的不一样。 (1)Java中用md5对“XXXX”进行加密,结果是“05e4769102356983e7d5fc0034fd” ... 阅读全文
posted @ 2020-08-26 10:39 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 哭了,默认的环境中已经有这个包了! ... 阅读全文
posted @ 2020-08-26 09:39 bH1pJ 阅读(164) 评论(0) 推荐(0) 编辑
摘要: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 哭了,默认的环境中已经有这个包了! ... 阅读全文
posted @ 2020-08-26 09:39 bH1pJ 阅读(67) 评论(0) 推荐(0) 编辑