摘要:
云计算 云计算将 IT 基础架构转变为一种实用程序: 您由此可通过互联网“插入”基础架构,并使用计算资源,而无需在内部安装和维护它们。 那么,究竟什么是“云”呢?简而言之,云就是一组可以通过因特网公开访问的计算机和服务器。这些硬件通常归第三方所有,放在一个或多个数据中心里联合运营。这些机器能够运行各
阅读全文
posted @ 2023-01-19 18:31
不及格的程序员-八神
阅读(140)
推荐(0)
posted @ 2023-01-19 16:31
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2023-01-19 16:30
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2023-01-19 16:27
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
JIT Debugger, Just In Time Debugger,JIT 调试器, Postmortem Debugger,事后调试器,指的是同一个概念 —— 事后调试器。如果把 Debugger 换成 Debugging,表示事后调试 原理探究 运行 process monitor,开启监视
阅读全文
posted @ 2023-01-18 16:56
不及格的程序员-八神
阅读(65)
推荐(0)
摘要:
“应用” Win32 桌面技术 诊断 调试和错误处理 错误处理 使用英语阅读 PE 格式 项目 2023/01/26 16 个参与者 此规范描述 Windows 系列操作系统下) 文件和对象文件的可执行 (映像的结构。 这些文件分别称为可移植可执行文件 (PE) 和通用对象文件格式 (COFF) 文
阅读全文
posted @ 2023-01-18 16:39
不及格的程序员-八神
阅读(162)
推荐(0)
posted @ 2023-01-18 14:23
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2023-01-18 14:03
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
硬件断点 JIT Debugging in Session 0 The native JIT debugger is started in the same user session as the process that’s about to crash. For the system and u
阅读全文
posted @ 2023-01-18 11:08
不及格的程序员-八神
阅读(152)
推荐(0)
posted @ 2023-01-17 19:20
不及格的程序员-八神
阅读(4)
推荐(0)
摘要:
poi qwo dwo wo by EBP,ESP Lock Convoys 加载器锁 loader lock
阅读全文
posted @ 2023-01-17 16:12
不及格的程序员-八神
阅读(94)
推荐(0)
摘要:
尽管可以使用相对于栈顶(ESP寄存器)的偏移量来引用局部变量’ 但是因为ESP寄存器经常变化’所以用这种方法引用同—个局部变量的偏移量是不固定的。这种不确定性对于CPU来说不成什么问题但在调试时’如果要跟踪这样的代码’那么很容易就被转得头晕眼花’因为现实的函数大多有多个局部变量’可能还有层层嵌套的循
阅读全文
posted @ 2023-01-16 14:41
不及格的程序员-八神
阅读(415)
推荐(0)
摘要:
Windbg 打开CPP文件 中文乱码 Windbg在调试的时候如果源代码里面有中文会乱码本质上不是Windbg的问题 而是代码源文件的编码问题,默认情况下VS生成的代码文件的编码都是ANSI格式 这种格式会导致如果使用Windbg会乱码,必须改成UTF-8格式的才可以 VC++6.0时代,就是靠#
阅读全文
posted @ 2023-01-12 14:58
不及格的程序员-八神
阅读(1101)
推荐(0)
posted @ 2023-01-11 21:26
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2023-01-11 21:23
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2023-01-11 10:48
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
<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
不及格的程序员-八神
阅读(104)
推荐(0)
posted @ 2022-12-27 13:35
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-27 13:20
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-26 10:51
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-25 19:33
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
C++ COleDateTime time1 = COleDateTime::GetCurrentTime(); COleDateTime time2 = COleDateTime::GetCurrentTime(); COleDateTimeSpan span = time2 - time1;CS
阅读全文
posted @ 2022-12-24 14:29
不及格的程序员-八神
阅读(19)
推荐(0)
posted @ 2022-12-24 11:04
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-24 10:11
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
阿里云ECS经典网络和专有网络有什么区别? 2019-10-17 9402 简介: 阿里云面向客户提供的网络类型服务有经典网络和专有网络两种,但这两者有什么区别呢?阿里官网给的解释是: 经典网络:IP地址由阿里云统一分配,配置简便,使用方便,适合对操作易用性要求比较高、需要快速使用 ECS 的用户。
阅读全文
posted @ 2022-12-23 13:48
不及格的程序员-八神
阅读(213)
推荐(0)
posted @ 2022-12-23 10:26
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-23 10:20
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-22 23:32
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
.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
不及格的程序员-八神
阅读(479)
推荐(0)
posted @ 2022-12-22 09:47
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-20 22:13
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-20 22:13
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-20 21:32
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-20 17:56
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-20 17:50
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-20 17:30
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-19 11:22
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-15 14:48
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-14 11:24
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2022-12-13 15:04
不及格的程序员-八神
阅读(0)
推荐(0)