E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ProgramLife
职业软件测试工程师的修炼之道!
2017-09-04LP_
ProgramLife
领测软件测试网最近因为想转行做测试,最近看了不少关于测试的文章、博客、这篇文章是前不久看的,和大家分享一下,不知道作者和出处,这里就不标明,希望原作者原谅哈
GDQ19
·
2022-12-18 13:39
使用Windbg寻找高CPU占用线程
原文地址:http://www.
programlife
.net/windbg-high-cpu-debug.html在一个任务中使用多线程编程,程序运行一段时间后就占满了CPU,严重拖慢了系统的运行速度
xingpacer
·
2020-09-15 02:20
windbg与异常分析
重要文章记录
jar包和war包的部署
(tomcat-user.xml配置的修改:点击打开链接https://blog.csdn.net/CGD_
ProgramLife
/article/details/80315992
CGD_ProgramLife
·
2018-05-14 22:04
包部署
GDB命令小积累
打印当前堆栈的追踪当前所在的函数f1//打印由bt显示的#1函数ilo//打印local参数ireg//打印寄存器p$11//打印之前打印过的第11个gdb信息p/x//按照16进制打印p/xw详细可查阅http://www.
programlife
.net
Noxi_lumors
·
2017-02-25 19:35
工具
驱动读写方式(缓冲区读写与直接读写)
本文转载自: http://www.
programlife
.net/device-flags.html 应用程序和驱动程序交互数据需要指定数据的交互方式,通过设置DEVICE_OBJECT的Flags成员来标志
太尼玛菜了
·
2016-02-16 10:00
MFC调用CFileDialog之后目录居然会改变,调试了好久终于发现是这个问题
他的博客如下: http://www.
programlife
.net/current-directory-changed-after-using-cfiledialog.html MFC
·
2015-11-08 14:39
dialog
MSVC CRT运行库启动代码分析
原文链接:http://www.
programlife
.net/msvc-crt-startup.html 在程序进入main/WinMain函数之前,需要先进行C运行库的初始化操作,通过在Visual
·
2015-11-07 12:26
代码
IO_REMOVE_LOCK使用方法小结(加改正)
原文链接:http://www.
programlife
.net/io_remove_lock.html IO_REMOVE_LOCK(删除锁)的具体结构没有公开,WDK的文档中中查不到IO_REMOVE_LOCK
·
2015-11-02 09:04
remove
PE 分析
http://www.
programlife
.net/category/windev/pe-coff-format http://blog.sina.com.cn/s/blog_7eb50b180100zu1h.html
·
2015-10-31 11:35
分析
为程序启动UAC权限窗口
解决方案: http://www.
programlife
.net/windows-vista-7-program-need-uac.html &nb
·
2015-10-21 10:42
权限
GDB调试手册
fromhttp://www.
programlife
.net/gdb-manual.htmlLinux包含了一个叫gdb的GNU调试程序。gdb是一个用来调试C和C++程序的强力调试器。
aalbertini
·
2014-12-17 19:00
SYSTEM权限引发的系列问题
http://www.
programlife
.net/windows-system-privilege.html最近被这个问题给折腾了一把,不得不转一下这篇文章~
tianmuxia
·
2014-08-12 21:00
C语言之函数的参数传入顺序
见:http://www.
programlife
.net/function-call-convention-styles.html c/c++语言默认使用cdecl调用约定。
canlynet
·
2013-07-17 17:00
C语言
GDB 命令行参数 & makefile的学习
http://www.
programlife
.net/gdb-manual.html http://blog.csdn.net/liuhongxiangm/article/details/7868711
·
2013-06-02 20:00
makefile
GDB调试手册
转载:http://www.
programlife
.net/gdb-manual.htmlLinux包含了一个叫gdb的GNU调试程序。gdb是一个用来调试C和C++程序的强力调试器。
LBO4031
·
2013-05-14 16:00
DDK下的Sleep函数KeDelayExecutionThread
originalurlfrom:http://www.
programlife
.net/ddk-kedelayexecutionthread-like-win32-sleep-api.html许多读者一定使用过
·
2013-05-08 17:00
GDB调试手册
转自程序人生:http://www.
programlife
.net/gdb-manual.htmlLinux包含了一个叫gdb的GNU调试程序。gdb是一个用来调试C和C++程序的强力调试器。
fjb2080
·
2012-12-21 12:00
VC中出现“烫”和“屯”的原因
文章内容请参见:http://www.
programlife
.net/why-output-tang-at-debug-in-vc.html
analogous_love
·
2012-10-26 13:00
GDB 命令行参数
http://www.
programlife
.net/gdb-manual.htmlGDB 命令行参数启动 GDB:l gdbexecutablel gdb-eexecutable-ccore-filel
DotNetFirst
·
2012-08-15 13:00
shell
汇编
File
command
emacs
编译器
DDK下的Sleep函数KeDelayExecutionThread
转载自:http://www.
programlife
.net/ddk-kedelayexecutionthread-like-win32-sleep-api.html许多读者一定使用过Sleep函数。
Jackchenyj
·
2012-08-03 14:39
平时总结
window
xp
DDK下的Sleep函数KeDelayExecutionThread
转载自:http://www.
programlife
.net/ddk-kedelayexecutionthread-like-win32-sleep-api.html 许多读者一定使用过Sleep函数。
chenyujing1234
·
2012-08-03 14:00
编程
Integer
任务
delay
DDK
Windows下Debug模式的检测和OutputDebugString
扩展:调试与反调试 http://www.
programlife
.net/d
HorkyChen
·
2012-05-22 12:00
windows
api
webkit
扩展
type/value mismatch at argument 1
转自:http://www.
programlife
.net/type-value-mismatch-at-argument-1.html最近又开始出没于CSDN,看到网友问到STL的提问,而正好自己也在看
onlyonename
·
2012-02-14 09:00
[转]c++空类什么时候大小为0
转自http://www.
programlife
.net/cpp-empty-class-object-sizeof-problem.html之前在博客也写过一些空类相关的文章,记得当时候还有一个问题没有想明白
I smell magic in the air
·
2011-10-18 22:00
转一篇关于程序员的文章
来源:http://www.nowamagic.net/
programlife
/pl_OpenYourView.php
hsujouchen
·
2011-04-23 00:00
编程
.net
PHP
asp.net
语言
silverlight
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他