09 2019 档案

oracle merge into 新增或者修改
摘要:merge into sn_balance b1 using(select 'admin' as userid,1 as type1 from dual) b2 on(b1.userid=b2.userid and b1.type=b2.type1) when matched then update 阅读全文

posted @ 2019-09-23 11:12 跨界农民工 阅读(382) 评论(0) 推荐(0)

.net core 文件下载
摘要:注意事项: 1.不能使用ajax提交,如果想用ajax提交请查找其他资料。 2.memory.Position=0;这个设置需要注意一下,不然是下载不到的; 3.memory不能使用using,而且也没有必要使用using,因为在网络流关闭的时候他也同时会关闭, 阅读全文

posted @ 2019-09-19 17:42 跨界农民工 阅读(2831) 评论(0) 推荐(0)

.net core 控制台下使用HttpClientFactory封装
摘要:HttpClientFactory封装,如有错误请指出,谢谢! 阅读全文

posted @ 2019-09-18 11:23 跨界农民工 阅读(3072) 评论(0) 推荐(1)

导航