摘要: ————————————————版权声明:本文为CSDN博主「小苗欧巴」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/miaoye520/article/details/122586347 一、下载:下载地址: 阅读全文
posted @ 2022-05-24 14:10 Ginease 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Producer static void Main(string[] args) { Console.WriteLine("请输入消息内容"); using (var producer = new KafkaProducer()) { while (true) { string message = 阅读全文
posted @ 2022-05-24 13:18 Ginease 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 原文地址【侵删】:https://blog.51cto.com/fengyuzaitu/2496201 以下为搬运内容: 1)环境软件版本2.0.0 Released July 30, 2018 Release Notes Source download: kafka-2.0.0-src.tgz ( 阅读全文
posted @ 2022-05-24 13:16 Ginease 阅读(63) 评论(0) 推荐(0) 编辑
摘要: v3版生成订单代码 有好多想说了,后续补充 /// <summary> /// Js下单API /// </summary> /// <returns></returns> [HttpPost("pay/v3")] public dynamic GetJS([FromBody]ReceiveSele 阅读全文
posted @ 2022-05-23 10:15 Ginease 阅读(208) 评论(0) 推荐(0) 编辑
摘要: v2版生成订单代码 没什么好说的 public string WeChatpayJSAPI(string money, string openid,string partner_trade_no,string desc) { PayWeChat wPay = new PayWeChat(); try 阅读全文
posted @ 2022-05-23 10:10 Ginease 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 写在最前:本文涉及 微信支付2.0、微信支付3.0、商户分账、服务商分账、商户付款到余额、商户付款到银行卡 等相关功能开发 微信支付v2版示例:https://www.cnblogs.com/Ginease/p/16300200.html 微信支付v3版示例:https://www.cnblogs. 阅读全文
posted @ 2022-05-23 10:00 Ginease 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 原文地址【侵删】:https://blog.csdn.net/fromfire2/article/details/81104648 以下为搬运内容: 官档地址 https://docs.microsoft.com/zh-cn/visualstudio/install/create-an-offlin 阅读全文
posted @ 2019-05-13 16:43 Ginease 阅读(10854) 评论(0) 推荐(0) 编辑
摘要: 整理一下目前在用的EFCore 记得好像是因为懒得写sql,于是开始试着用EF 先根据数据库生成一个好东西,嗯 没有sql语句美滋滋 一时不用一时爽 一直不用一直爽 那么问题来了,想sql了怎么办? 能用Sql,但是不推荐;原因有机会了再补充 阅读全文
posted @ 2019-05-13 15:57 Ginease 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 整理一下目前在用的Dapper 与FrameWork不同,NetCore数据库配置需要从appsettings.json中获取 刚接触的时候被这块坑了,自己手动建了个app.config。然后你懂的(笑哭) 读取配置文件: 日常够用的几个方法: Controller中调用: 阅读全文
posted @ 2019-04-08 16:51 Ginease 阅读(447) 评论(0) 推荐(0) 编辑