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 跨界农民工 阅读(377) 评论(0) 推荐(0) 编辑

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

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

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

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

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示