XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog

随笔分类 -  .NET

.Net程序内存分析命令序列
该文被密码保护。
posted @ 2023-02-04 18:46 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
WinDbg查看DataTable 列字段与行值 (支持Windbg脚本)
该文被密码保护。
posted @ 2023-02-03 13:01 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
.Net 64 位应用程序系统说明
摘要:.Net 64 位应用程序 编译应用程序时,您可以将其指定为在 Windows 64 位操作系统上作为本机应用程序或在 WOW64(Windows 64 位下的 Windows 32 位)下运行。 WOW64 是一种兼容性环境,它使 32 位应用能够在 64 位系统上运行。 WOW64 包括在所有 阅读全文
posted @ 2023-02-03 11:38 不及格的程序员-八神 阅读(80) 评论(0) 推荐(0)
关于“UI线程” GUI(转)
摘要:在KTHREAD中,有几个成员是专门负责记录线程的栈的信息的。如StackBase内核态栈的栈基址,StackLimit内核态栈栈边界,LargeStack是否是大内核栈等,其中我们需要关注的是LargeStack。当线程刚被创建时,所有线程都不是GUI线程,只有当线程使用Windows子系统内核服 阅读全文
posted @ 2023-02-02 22:48 不及格的程序员-八神 阅读(155) 评论(0) 推荐(0)
Windbg finalizequeue
摘要:Pick a few and find out where they are rooted (i.e. why they can’t be collected) Note: You may want to try a couple different ones. !gcroot <address o 阅读全文
posted @ 2023-02-01 22:19 不及格的程序员-八神 阅读(99) 评论(0) 推荐(0)
Visual Studio 的隐藏变量
摘要:$exception {"未能解析此远程名称: 'yxenskfsev.bosdsoft.com'"} Data: {System.Collections.ListDictionaryInternal} HResult: -2146233079 HelpLink: null IPForWatsonB 阅读全文
posted @ 2023-01-30 14:35 不及格的程序员-八神 阅读(39) 评论(0) 推荐(0)
CLR垃圾回收和性能
摘要:工作站和服务器垃圾回收 2022/09/22 垃圾回收器可自行优化并且适用于多种方案。 不过,你可以基于工作负载的特征设置垃圾回收的类型。 CLR 提供了以下类型的垃圾回收: 工作站垃圾回收 (GC) 是为客户端应用设计的。 它是独立应用的默认 GC 风格。 对于托管应用(例如由 ASP.NET 托 阅读全文
posted @ 2023-01-29 13:56 不及格的程序员-八神 阅读(109) 评论(0) 推荐(0)
深入理解IIS的多线程工作机制
摘要:深入理解IIS的多线程工作机制 首先让我们来看看IIS里面的这2个数字:最大并发连接数,队列长度。先说这2个数字在哪里看。 最大并发连接数:在IIS中选中一个网站,右键网站名称,在右键菜单中找到并点击【管理网站】->【高级设置】。打开对话框如下图: 队列长度:在IIS中选中【应用程序池】,在应用程序 阅读全文
posted @ 2023-01-29 13:44 不及格的程序员-八神 阅读(343) 评论(0) 推荐(0)
中国建设银行智能POS终端标准规范 第三方应用调用接口标准
该文被密码保护。
posted @ 2023-01-29 10:10 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
.NET 中 GC 的模式与风格
该文被密码保护。
posted @ 2023-01-11 21:26 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
Windbg Extension NetExt 使用指南
该文被密码保护。
posted @ 2023-01-11 21:23 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
Windbg 追踪Microsoft.Data.ConnectionUI.DataConnectionDialog 里面的数据库连接DBConnection变量
摘要:<add name="dbConn" connectionString="Data Source=yxudiservice.bosdsoft.com,9868;Initial Catalog=yxudiservice;Persist Security Info=True;User ID=UDISEV 阅读全文
posted @ 2022-12-29 11:16 不及格的程序员-八神 阅读(103) 评论(0) 推荐(0)
Windbg分析高内存占用问题
该文被密码保护。
posted @ 2022-12-27 13:35 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
时间戳
摘要:C++ COleDateTime time1 = COleDateTime::GetCurrentTime(); COleDateTime time2 = COleDateTime::GetCurrentTime(); COleDateTimeSpan span = time2 - time1;CS 阅读全文
posted @ 2022-12-24 14:29 不及格的程序员-八神 阅读(17) 评论(0) 推荐(0)
生成Dump文件方式汇总
摘要:.dump /ma /mfFhutipwdc f:\1.dump Using Dump Files This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documenta 阅读全文
posted @ 2022-12-22 19:18 不及格的程序员-八神 阅读(476) 评论(0) 推荐(0)
C# 托管线程中的取消 CancellationToken
该文被密码保护。
posted @ 2022-12-20 17:30 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
泛型约束, 判断类型与实例
该文被密码保护。
posted @ 2022-12-06 16:40 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
WinDbg分析dump CPU与内存占用
该文被密码保护。
posted @ 2022-12-04 21:58 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
使用windbg排查一个内存溢出的问题
该文被密码保护。
posted @ 2022-12-04 20:45 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
C#/C++混合编程,代码段0xcc填满。
该文被密码保护。
posted @ 2022-12-04 19:45 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)