上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页
摘要: 前几天项目中调用其他项目会时不时的报Connection Rest,然后找了各种方法都解决不了。被调用方查询日志以后发现每次报Connection Rest时被调用方都未收到请求。 查询了一些资料才发现,Nginx对服务端使用的是长连接,对客户端使用的是短连接,而我们项目使用的是HttpPost , 阅读全文
posted @ 2021-05-26 14:30 DiligentCoder 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/end/archive/2011/04/15/2016894.html https://www.cnblogs.com/aixinyiji/p/11038635.html 阅读全文
posted @ 2021-05-25 15:33 DiligentCoder 阅读(140) 评论(0) 推荐(0) 编辑
摘要: mvn install:install-file -Dfile=5upay-sdk-java-webox.jar -DgroupId=com.pay -DartifactId=sdk -Dversion=1.0 -Dpackaging=jar -DlocalRepositoryPath=C:\Use 阅读全文
posted @ 2021-05-25 10:10 DiligentCoder 阅读(211) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zhang-zhi/p/10179083.html 阅读全文
posted @ 2021-05-24 11:26 DiligentCoder 阅读(35) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/174b5580b86f 阅读全文
posted @ 2021-05-23 16:44 DiligentCoder 阅读(379) 评论(0) 推荐(0) 编辑
摘要: https://www.imooc.com/article/302320 阅读全文
posted @ 2021-05-21 11:15 DiligentCoder 阅读(201) 评论(0) 推荐(0) 编辑
摘要: alter table yd_user_wallet_s alter column next_release set default value; 阅读全文
posted @ 2021-05-20 10:51 DiligentCoder 阅读(256) 评论(0) 推荐(0) 编辑
摘要: "用脑思考"和"用心感知" 阅读全文
posted @ 2021-05-19 17:48 DiligentCoder 阅读(53) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yuyecsdn/article/details/91410802 阅读全文
posted @ 2021-05-17 15:33 DiligentCoder 阅读(24) 评论(0) 推荐(0) 编辑
摘要: create table tmp ( id int , test VARCHAR(200) ); CREATE DEFINER=root@% PROCEDURE myproc() begin insert into tmp(id,test) select 1,'test' from dual; en 阅读全文
posted @ 2021-05-17 09:44 DiligentCoder 阅读(189) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页