受欢迎的博客标签
RSS

博客

How to easily extend your app using MediatR notifications
https://jonhilton.net/2016/08/31/how-to-easily-extend-your-app-using-mediatr-notifications/ “You don’t want
c# 类名不同,字段相同,如何快速给类赋值
1,相关的两个类如下:现在我们知道短信的值,如何给微信来赋值呢,需要用到我们的反射,当然字段一一赋值也可以,但是如果字段有100个,这个方法就不行啦 1 2 3 4 5 6 7 8 9 10 11 12 13 1
微信小程序云开发-日志管理-用logManager记录的日志
用logManager记录的日志,“反馈管理“可以看到。具体位置在: mp.weixin.qq.com, 管理,用户反馈。用户提交了反馈他的小程序日志在这里就可以查看
微信小程序云开发-线上发布检查清单(3)-微信小程序版本自动更新知识点及更新方法

1.1 场景:

新项目发布之后,用户使用依然是老版本,这是因为在微信中有旧版本的缓存。要想用户用上新版本,只能通过提示用户在发现-小程序入口中将旧版小程序删除,然后重新搜索小程序。

需要注意的是,你在你

微信小程序云开发-线上发布检查清单(1)-确保客户基础库版本和开发基础库版本保持一致
小程序端云开发在小程序端使用update,remove报错问题? errMsg: query.update is only available in server SDK / API; [Component] Event Handler
Is there mongodb C# driver support System.Dynamic.DynamicObject in .NET 4?
https://stackoverflow.com/questions/10222472/is-there-mongodb-c-sharp-driver-support-system-dynamic-dynamicobject-in-net
How to convert a BsonDocument into a strongly typed object with the official MongoDB C# driver?
The MongoDB Driver does provide a method for deserializing from Bson to your type. The BsonSerializer can be f
微信小程序云开发-云数据库交互-使用 HTTP API 开发者可在第三方服务器上访问云资源
云开发有 HTTP APIHTTP API 提供了小程序外访问云开发资源的能力,使用 HTTP API 开发者可在本地服务器上访问云资源,实现与云开发的互通。https://developers.weixin.qq.com/miniprog
ASP.NET Core Web API Actual combat series(2)-ASP.NET Core Web API Project Structure
wechat-微信小程序Asp .Net Core开发实战记录(32)-微信小程序表单Form的提交和取值
微信小程序表单Form的提交和取值