03 2021 档案

servlet application/x-www-form-urlencoded 坑
摘要:1 背景 servlet 拿不到 curl post request 的 json body 2 https://blog.csdn.net/liuyang755855737/article/details/79998716 根据Servlet规范,如果同时满足下列条件,则请求体(Entity)中的 阅读全文

posted @ 2021-03-11 10:31 silyvin 阅读(523) 评论(0) 推荐(0)

多实例重复发邮件
摘要:实例1 实例2 getList x=1 for 取得一行n getList x=1 update n x=0 for 取得一行n 发邮件 update n x=0 发邮件 实例1 实例2 getList x=1 for 取得一行n getList x=1 res = update n x=0 whe 阅读全文

posted @ 2021-03-09 19:55 silyvin 阅读(122) 评论(0) 推荐(0)