posted @ 2023-02-19 10:18
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
How to resolve "Cannot debug pid , NTSTATUS 0xC0000048" - "An attempt to set a process's DebugPort or ExceptionPort was made ..." 2011/10/21 Once I fo
阅读全文
posted @ 2023-02-19 09:41
不及格的程序员-八神
阅读(46)
推荐(0)
posted @ 2023-02-18 20:38
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
记一次使用windbg排查内存泄漏的过程 一、背景 近期有一个项目在运行当中出现一些问题,程序顺利启动,但是观察一阵子后发现内存使用总量在很缓慢地升高, 虽然偶尔还会往下降一些,但是总体还是不断上升;内存运行6个小时候从33M上升到80M; 程序存在内存泄漏是确定无疑的了,大概出问题的方向也知道,就
阅读全文
posted @ 2023-02-18 17:47
不及格的程序员-八神
阅读(1214)
推荐(0)
摘要:
虚拟列表控件 虚拟列表控件是具有 LVS_OWNERDATA 样式的列表视图控件。 此样式使控件能够支持最多为 DWORD 的项计数(默认项计数仅扩展到 int)。 但是,此样式具有的最大优势是,允许内存中任何时候都只有一部分数据项。 这样,虚拟列表视图控件就可以与大型信息数据库一起使用,而这些数据
阅读全文
posted @ 2023-02-17 16:23
不及格的程序员-八神
阅读(391)
推荐(0)
摘要:
Fill a List with Large Amount of Data 2013.02.06 by Ovidiu Cucu In my opinion, making database queries in separate threads in order to avoid UI blocki
阅读全文
posted @ 2023-02-17 16:19
不及格的程序员-八神
阅读(13)
推荐(0)
摘要:
https://codexpert.ro/blog/2013/11/04/fill-a-list-with-large-amount-of-data-part-2/ <a class="download-link" title="Version 1 " href="https://codexpert
阅读全文
posted @ 2023-02-17 14:59
不及格的程序员-八神
阅读(58)
推荐(0)
摘要:
.NET内存性能分析指南 知道什么时候该担心,以及在需要担心的时候该怎么做 本文档的目的 本文旨在帮助 .NET 开发者,如何思考内存性能分析,并在需要时找到正确的方法来进行这种分析。本文中的 .NET 包括 .NET Framework 和 .NET Core。为了在垃圾收集器和框架的其他部分获得
阅读全文
posted @ 2023-02-17 11:57
不及格的程序员-八神
阅读(214)
推荐(0)
摘要:
使用消息组件 2008年08月18日 本文内容 本节内容 相关章节 --> 更新:2007 年 11 月 使用 MessageQueue 组件,可以在应用程序中内置复杂的消息处理功能。使用 MessageQueue 组件的实例,可以在网络中轻松地向/从任何队列发送/接收消息。 XML Web ser
阅读全文
posted @ 2023-02-15 17:02
不及格的程序员-八神
阅读(118)
推荐(0)
posted @ 2023-02-14 19:38
不及格的程序员-八神
阅读(5)
推荐(0)
posted @ 2023-02-14 19:22
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2023-02-13 19:14
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2023-02-13 18:02
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2023-02-13 16:59
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2023-02-13 16:54
不及格的程序员-八神
阅读(2)
推荐(0)
posted @ 2023-02-13 16:52
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2023-02-13 16:51
不及格的程序员-八神
阅读(3)
推荐(0)
posted @ 2023-02-13 16:50
不及格的程序员-八神
阅读(3)
推荐(0)
摘要:
How does the GC work and what are the sizes of the different generations? April 17, 2008 16 minute read During our ASP.NET debugging chat there were m
阅读全文
posted @ 2023-02-13 15:45
不及格的程序员-八神
阅读(31)
推荐(0)
摘要:
.NET Memory: My object is not rooted, why wasn’t it garbage collected? February 2, 2006 4 minute read I got a comment on one of the posts asking this
阅读全文
posted @ 2023-02-13 15:37
不及格的程序员-八神
阅读(18)
推荐(0)
摘要:
Tess Ferrandez Principal Software Engineer at Microsoft. Solving the problems of the world with a debugger, a sprinkle of ML and a bag of chips Twitte
阅读全文
posted @ 2023-02-13 15:28
不及格的程序员-八神
阅读(19)
推荐(0)
摘要:
获取dump 1. 打开一个命令行窗口,并切换到debugger tools的安装目录。输入以下命令,但请注意,不要立即按enter。 Adplus –hang –pn w3wp.exe –quiet 2. 重新打开一个命令行窗口,同样切换到debugger tools目录,使用tinyget脚本来
阅读全文
posted @ 2023-02-13 11:49
不及格的程序员-八神
阅读(15)
推荐(0)
摘要:
CLR Inside Out Large Object Heap Uncovered Maoni Stephens Contents The Large Object Heap and the GCWhen a Large Object Gets CollectedLOH Performance I
阅读全文
posted @ 2023-02-12 17:13
不及格的程序员-八神
阅读(21)
推荐(0)
posted @ 2023-02-12 14:46
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
Why is address space allocation granularity 64KB? Raymond Chen October 8th, 20030 0 You may have wondered why VirtualAlloc allocates memory at 64KB bo
阅读全文
posted @ 2023-02-12 08:39
不及格的程序员-八神
阅读(31)
推荐(0)
摘要:
GFlags GFlags(全局标志编辑器)启用和禁用高级调试、诊断和故障排除功能。 它最常用于打开其他工具跟踪、计数和记录的指示器。 在何处获取 GFlags GFlags 包含在适用于 Windows 10 (WinDbg) 的调试工具中。 安装调试工具后,默认在以下目录中安装 64 位版本的
阅读全文
posted @ 2023-02-11 13:29
不及格的程序员-八神
阅读(1686)
推荐(0)
摘要:
Learn Windows “应用” Win32 桌面技术 系统服务 内存管理 关于内存管理 2022/09/22 32 位 Microsoft Windows上的每个进程都有其自己的虚拟地址空间,可实现高达 4 GB 内存的寻址。 64 位Windows的每个进程都有 8 TB 的虚拟地址空间。
阅读全文
posted @ 2023-02-11 12:00
不及格的程序员-八神
阅读(112)
推荐(0)
posted @ 2023-02-10 14:53
不及格的程序员-八神
阅读(1)
推荐(0)
摘要:
Dockerize ASP Classic on IIS Ask Question Asked 4 years, 1 month ago Active 9 months ago Viewed 9k times 22 16 Microsoft has been investing in running
阅读全文
posted @ 2023-02-10 14:27
不及格的程序员-八神
阅读(48)
推荐(0)
摘要:
你真的了解:IIS连接数、IIS并发连接数、IIS最大并发工作线程数、应用程序池的队列长度、应用程序池的... IIS连接数 一般购买过虚拟主机的朋友都熟悉购买时,会限制IIS连接数,这边先从普通不懂代码用户角度理解IIS连接数 顾名思义即为IIS服务器可以同时容纳客户请求的最高连接数,准确的说应该
阅读全文
posted @ 2023-02-10 10:37
不及格的程序员-八神
阅读(623)
推荐(0)
摘要:
Learn Blog Archive Mike Stall's .NET Debugging Blog How do Managed Breakpoints work? 项目 2004/12/28 8 分钟可看完 In this blog entry, I’ll explain how settin
阅读全文
posted @ 2023-02-10 09:57
不及格的程序员-八神
阅读(22)
推荐(0)
摘要:
资源池‘ default’ 没有足够的系统内存来运行此查询 There is insufficient system memory in resource pool 'default' to run this query. on sql Ask Question Asked 8 years, 6 m
阅读全文
posted @ 2023-02-09 23:15
不及格的程序员-八神
阅读(768)
推荐(0)
摘要:
Asp.net: sometimes OutOfMemoryException when many w3wp processes run Ask Question Asked 4 years, 11 months ago Modified 4 years, 11 months ago I have
阅读全文
posted @ 2023-02-09 22:59
不及格的程序员-八神
阅读(22)
推荐(0)
摘要:
Troubleshooting native memory leak in an IIS 7.x Application Pool Article 08/24/2022 8 minutes to read by Apurva Joshi Tools Used in this Troubleshoot
阅读全文
posted @ 2023-02-09 21:59
不及格的程序员-八神
阅读(68)
推荐(0)
摘要:
Learn Troubleshoot Web Apps ASP.NET Troubleshoot Out of Memory issues (System.OutOfMemoryException) in ASP.NET Article 01/25/2022 7 minutes to read Th
阅读全文
posted @ 2023-02-09 21:32
不及格的程序员-八神
阅读(17)
推荐(0)
摘要:
IIS7.5 App Pool recycles - .Net OutOfMemoryException Viewed 15k times strange situation with .Net OutOfMemoryExceptions in IIS / Windows 2008 R2 being
阅读全文
posted @ 2023-02-09 19:57
不及格的程序员-八神
阅读(41)
推荐(0)
摘要:
#if !defined(AFX_BASEWORKTHREAD_H__D104C15C_8BCD_475B_91C4_4960EBE866A4__INCLUDED_) #define AFX_BASEWORKTHREAD_H__D104C15C_8BCD_475B_91C4_4960EBE866A4
阅读全文
posted @ 2023-02-09 16:29
不及格的程序员-八神
阅读(16)
推荐(0)
posted @ 2023-02-09 12:39
不及格的程序员-八神
阅读(2)
推荐(0)
摘要:
- Windows性能查看器:系统的性能信息(I/O,IIS最大连接数,Sql) ,以及解决 asp.net IIS 一二百多用户并发 long gcMem = GC.GetTotalMemory(true); int pid = Process.GetCurrentProcess().Id; lo
阅读全文
posted @ 2023-02-09 12:38
不及格的程序员-八神
阅读(126)
推荐(0)
摘要:
根本原因: 在gdyj.dll中,估计是dllmain函数里执行的代码触发了某些异常,它是在程序启动之前就运行导至VS调试也启动不来了。 0:000> ba r 2 0x7795f0f6 0:000> bl 0 e Disable Clear 7795f0f6 r 2 0001 (0001) 0:*
阅读全文
posted @ 2023-02-09 11:47
不及格的程序员-八神
阅读(305)
推荐(0)