码迷,mamicode.com
首页 >  
搜索关键字:debugging informatio    ( 564个结果
在简历中使用STAR法则
一.什么是STAR法则? The STAR (Situation, Task, Action, Result) format is a job interview technique used by interviewers to gather all the relevant informatio ...
分类:其他好文   时间:2017-05-08 23:28:55    阅读次数:284
Linux Debugging (九) 一次生产环境下的“内存泄露”
一个偶然的机会,发现一个进程使用了超过14G的内存。这个进程是一个RPC server,仅仅是作为中转,绝对不应该使用这么多内存的。即使并发量太多。存在内存中的数据太多。那么在并发降低的情况下,这个内存使用肯定会降下来。可是其实。这个内存会一直涨。直到被OOM Killer杀掉。因为这个rpc se ...
分类:系统相关   时间:2017-04-25 19:18:08    阅读次数:556
在 XenServer上调试windows程序
WinDbgWinDbg is one of a number of tools available from Microsoft that can be used for debugging Windows guests in XenServer environments.You can get ...
分类:Windows程序   时间:2017-04-22 14:38:03    阅读次数:307
Visual Studio 2017 的 JavaScript 调试功能的关闭
关闭方法其实很简单,Options => Debugging => General => Enable JavaScript debugging for ASP.NET (Chrome and IE),取消勾选即可。 问题是为什么要关闭?其实我基本用不到JS调试功能,而且VS2017自动使用一个新的 ...
分类:编程语言   时间:2017-04-22 00:04:28    阅读次数:5847
使用GDB进行调试 -- 综述
本文是《debugging with GDB》 的学习笔记 1、综述(summary) 调试器(比如GDB)的作用是查看另外一个程序在执行时它的内部正在发生什么,或者一个程序崩溃时正在做什么。 具体的说,GDB可以做四类事,以帮助程序员查找程序的漏洞: a. 启动程序,设置各种可以影响程序运行的参数 ...
分类:数据库   时间:2017-04-17 00:39:59    阅读次数:218
读《GRAY HAT PYTHON》笔记
在这本书里作者主要讲了调试程序的工具以及一些思想. hook,fuzzy 和 script debugging 等等. 第一章是环境准备, The Hacker’s Best Friend: ctypes 并列出 python 和 c type 的一些 mapping 介绍了函数调用惯例: In t ...
分类:编程语言   时间:2017-04-17 00:23:10    阅读次数:215
setting up kernel debugging on a vmworkstation virtual machine
1. look up section Setting Up Kernel-Mode Debugging of a Virtual Machine Manually in windbg help mannual. 2. create COM port & named pipe on the virtu ...
分类:系统相关   时间:2017-04-15 14:52:10    阅读次数:238
SQL Server Debugging with WinDbg – an Introduction
Klaus Aschenbrenner Klaus Aschenbrenner provides independent SQL Server Consulting Services across Europe and the US. Klaus works with the .NET Framew ...
分类:数据库   时间:2017-04-15 09:33:50    阅读次数:258
Windbg调试Sql Server 进程
http://blog.csdn.net/bcbobo21cn/article/details/52261466 http://www.sqlservercentral.com/blogs/aschenbrenner/2014/05/05/sql-server-debugging-with-wind ...
分类:数据库   时间:2017-04-15 09:23:15    阅读次数:181
Debugging a SQL Server query with WinDbg
Debugging a SQL Server query with WinDbg May 13, 2014 · Klaus Aschenbrenner · 5 Comments (Be sure to checkout the FREE SQLpassion Performance Tuning T ...
分类:数据库   时间:2017-04-15 09:22:48    阅读次数:268
564条   上一页 1 ... 21 22 23 24 25 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!