摘要:
sql,判断数据库中是否存在一个字节,字段 exists = "SELECT count(*) FROM xxx.eee WHERE USERNAME = 'xxx'" 阅读全文
posted @ 2020-08-26 11:13
bH1pJ
阅读(42)
评论(0)
推荐(0)
摘要:
python md5 加盐 先挖坑 以后填 阅读全文
posted @ 2020-08-26 11:12
bH1pJ
阅读(25)
评论(0)
推荐(0)
摘要:
python md5 加盐 先挖坑 以后填 阅读全文
posted @ 2020-08-26 11:12
bH1pJ
阅读(23)
评论(0)
推荐(0)
摘要:
shiro对用户名、密码加密,加的是什么 很奇怪 我用python里的md5对用户名和密码进行加密,加密之后的结果和数据库中的不一样。 (1)Java中用md5对“XXXX”进行加密,结果是“05e4769102356983e7d5fc0034fd” ... 阅读全文
posted @ 2020-08-26 10:39
bH1pJ
阅读(30)
评论(0)
推荐(0)
摘要:
shiro对用户名、密码加密,加的是什么 很奇怪 我用python里的md5对用户名和密码进行加密,加密之后的结果和数据库中的不一样。 (1)Java中用md5对“XXXX”进行加密,结果是“05e4769102356983e7d5fc0034fd” ... 阅读全文
posted @ 2020-08-26 10:39
bH1pJ
阅读(31)
评论(0)
推荐(0)
pip install hashlib 遇到这样的错误:Command errored out with exit status 1: python setup.py egg_info Check t
摘要:
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
阅读(179)
评论(0)
推荐(0)
pip install hashlib 遇到这样的错误:Command errored out with exit status 1: python setup.py egg_info Check t
摘要:
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
阅读(80)
评论(0)
推荐(0)