上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 37 下一页

2020年10月17日

【转载】How to mass export Tasks from Windows Task Scheduler

摘要: How to mass export Tasks from Windows Task Scheduler https://www.technospot.net/blogs/how-to-mass-export-tasks-from-windows-task-scheduler/ C:\Windows 阅读全文

posted @ 2020-10-17 02:17 白马酒凉 阅读(61) 评论(0) 推荐(0)

2020年10月10日

创建新index解决并发update带来的死锁问题

摘要: 当多个机器同时update同一条记录的时候,很容易引发死锁问题。因为采取的index用index scan而不是index seek,所以不止锁住一条记录。 比如下列的update语句,为TestLogID创建一条index。 UPDATE [dbo].[TestRecord] SET [LastM 阅读全文

posted @ 2020-10-10 17:50 白马酒凉 阅读(256) 评论(0) 推荐(0)

2020年10月8日

利用Powershell来批量迁移IIS应用

摘要: appcmd 不好用,导出的xml文件还要手动进行调整才可以运行。 Powershell有方便的远程执行功能,可以利用来进行批量创建IIS应用。 远程执行Get-IISSite.ps1 ,导出csv,然后创建app pool和application Get-IISServerManagerNew-I 阅读全文

posted @ 2020-10-08 22:34 白马酒凉 阅读(294) 评论(0) 推荐(0)

2020年9月13日

dotnet应用部署到ubuntu

摘要: 1. 下载了个ubuntu16.04的虚拟机,用NAT的网络连接模式,在配置文件中指定了ip地址后还是无效,原来ubuntu desktop用的是network manager里的IP地址,而不是networking服务的 /etc/network/interfaces service networ 阅读全文

posted @ 2020-09-13 23:49 白马酒凉 阅读(532) 评论(0) 推荐(0)

2020年9月3日

【转载】DD-WRT路由器怎么桥接?

摘要: https://jingyan.baidu.com/article/335530da8ffe0019ca41c365.html 目前家里有两个路由器,小米的刷了PandorBox,Netgear的刷了DDWRT,想着连接起来可以增强下信号。 用主路由器(PandorBox)的LAN连了副路由器(DD 阅读全文

posted @ 2020-09-03 22:49 白马酒凉 阅读(1620) 评论(0) 推荐(0)

2020年8月23日

Windows上的火焰图

摘要: 一搜火焰图,都是介绍linux上的工具,今天看到Windows Performance Analyzer (WPA) ,在性能套装工具里,真是太便利了。 Flame graph 又叫 火焰图。 这种图表的优势是能够直观的表达:父子关系、时间长短。 在 WPA 的 Flame By Process S 阅读全文

posted @ 2020-08-23 03:41 白马酒凉 阅读(3775) 评论(0) 推荐(0)

2020年7月6日

StreamInsight介绍

摘要: https://www.cnblogs.com/StreamInsight/archive/2011/07/21/2112785.html 阅读全文

posted @ 2020-07-06 22:31 白马酒凉 阅读(117) 评论(0) 推荐(0)

2020年6月7日

数据库工具

摘要: OpenDBDiff https://github.com/OpenDBDiff/OpenDBDiff SQL Server压测工具 SQLQueryStress 小型快速的SQL Server Profiler的替换工具 ExpressProfiler sqldecryptor: 可以解密SQL 阅读全文

posted @ 2020-06-07 01:14 白马酒凉 阅读(273) 评论(0) 推荐(0)

2020年5月6日

【转载】EF Core & Castle DynamicProxy基本用法(AOP)

摘要: 03-EF Core笔记之查询数据 https://www.cnblogs.com/youring2/p/11186614.html using (var context = new BloggingContext()) { var blogs = context.Blogs .Include(bl 阅读全文

posted @ 2020-05-06 00:02 白马酒凉 阅读(474) 评论(0) 推荐(0)

2020年5月4日

【转载】SQL Server

摘要: 序号 名称 1 人人都是 DBA(I)SQL Server 体系结构 2 人人都是 DBA(II)SQL Server 元数据 3 人人都是 DBA(III)SQL Server 调度器 4 人人都是 DBA(IV)SQL Server 内存管理 5 人人都是 DBA(V)SQL Server 数据 阅读全文

posted @ 2020-05-04 00:28 白马酒凉 阅读(253) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 37 下一页

导航