上一页 1 2 3 4 5 6 7 8 9 ··· 37 下一页

2021年8月8日

[转载]WEB网站发布服务器IIS报错问题终极解决方案,查到问题点

摘要: https://www.cnblogs.com/sqnetfirst/p/11296136.html 4本次错误webservice发布新服务器后,出现此错误。 解决方法: 找到dmp文件 dmp文件是啥?自己百度。简单的说就是黑匣子,记录程序崩溃前的操作,那么如何找到这个黑匣子呢? 1、启动 Wi 阅读全文

posted @ 2021-08-08 00:22 白马酒凉 阅读(130) 评论(0) 推荐(0) 编辑

2021年8月7日

[转载]使用Taiko + Gauge进行自动化测试(一)

摘要: https://www.cnblogs.com/uoyo/p/12401366.html 阅读全文

posted @ 2021-08-07 22:39 白马酒凉 阅读(35) 评论(0) 推荐(0) 编辑

dotnet core 监控

摘要: prometheus-net.DotNetRuntime 获取 CLR 指标原理解析 .Net Core服务监控报警指标上报Prometheus+Grafana https://www.cnblogs.com/linhuiy/p/13157250.html Nuget导入Prometheus.Asp 阅读全文

posted @ 2021-08-07 22:16 白马酒凉 阅读(156) 评论(0) 推荐(0) 编辑

2021年7月10日

Export SQL Server Schema

摘要: EF没有将display name属性设置到数据库表属性的功能,只能用SQL自己设置 Column Description EXEC sp_addextendedproperty @name = N'MS_Description', @value = 'Hey, here is my descrip 阅读全文

posted @ 2021-07-10 11:18 白马酒凉 阅读(77) 评论(0) 推荐(0) 编辑

2021年6月26日

[转载]Get the result of multiple tasks in a ValueTuple and WhenAll

摘要: Get the result of multiple tasks in a ValueTuple and WhenAll https://www.meziantou.net/get-the-result-of-multiple-tasks-in-a-valuetuple-and-whenall.ht 阅读全文

posted @ 2021-06-26 23:56 白马酒凉 阅读(33) 评论(0) 推荐(0) 编辑

dotnet healthcheck

摘要: 配置healthchecks ui ,必须在appsetting.json中指定/health的地址 https://localhost:44398/healthchecks-ui "HealthChecks-UI": { "HealthChecks": [ { "Name": "Ordering 阅读全文

posted @ 2021-06-26 19:16 白马酒凉 阅读(140) 评论(0) 推荐(0) 编辑

2021年3月27日

ABP框架使用(版本3.3.1) - EntityFramework

摘要: public class Test : FullAuditedAggregateRootWithUser<Guid, AppUser> { public string TransactionNumber { get; set; } public virtual List<TestItem> Test 阅读全文

posted @ 2021-03-27 23:13 白马酒凉 阅读(226) 评论(0) 推荐(0) 编辑

2021年3月8日

[转载]vscode安装eslint插件,代码统一自动修复

摘要: https://www.cnblogs.com/alice626/p/11463332.html 阅读全文

posted @ 2021-03-08 21:57 白马酒凉 阅读(66) 评论(0) 推荐(0) 编辑

2021年3月1日

[转载]初识ABP vNext(4):vue用户登录&菜单权限

摘要: 初识ABP vNext(4):vue用户登录&菜单权限 前端部分需要修改的文件太多,下面只贴出部分主要代码,需要完整源码的可以去GitHub拉取。 src\store\modules\user.js: const clientSetting = { grant_type: "password", s 阅读全文

posted @ 2021-03-01 22:10 白马酒凉 阅读(463) 评论(0) 推荐(0) 编辑

2021年1月31日

【转载】Mongodb锁机制

摘要: 如果查看在Mongod实例中的lock情况,可以使用如下方式:1. db.serverStatus2. db.currentOp3. mongotop4. mongostat5. locks集合 MongoDB 在多线程高并发下的问题 https://blog.csdn.net/chenjunxi2 阅读全文

posted @ 2021-01-31 00:14 白马酒凉 阅读(768) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 37 下一页

导航