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
debugging
Windows
Debugging
之五
线程调度 =============== Windows实现了一个优先级驱动,抢占式的调度系统--最高优先级的可运行的线程会一直运行下去, 线程只能运行在允许它运行的某些处理器上, 这种现象叫做processor affinity. 默认的, 线程可以运行在任意一个available的处理器上, 但是你可以通过Windows scheduling function来设置存在于image hea
·
2015-10-28 08:59
windows
Windows
Debugging
之七
地址转换 ============== 内存管理器创建了一种叫做页表的数据结构(page tables), CPU通过这个数据结构来完成从虚拟地址向物理地址的转换. 每一个虚拟地址都跟一个系统空间结构叫做PTE(page table entry)的相关. PTE结构包含了虚拟地址相对应的物理地址. 比如说, 下图就显示出了如何将连续的虚拟页面映射到三个不连续的物理页面上的(x86) 默
·
2015-10-28 08:59
windows
Windows
Debugging
之八
I/O系统组件 ================== Windows I/O系统的设计目标就是为以下一些特性的应用程序提供设备的抽象, 设备包括硬件设备和软件设备(虚拟设备和逻辑设备). 对跨设备的共享资源进行统一的安全和命名 对于可度量的应用程序, 提供基于IO包的,高性能的异步支持. 允许用高级语言写驱动程序, 和更容易的在不同机器架构之间迁移. 拥有分层能力和扩展能力
·
2015-10-28 08:59
windows
Windows
Debugging
之六
内存管理 =============== 内存管理器(memory manager)提供了一系列的系统服务来分配(allocate)和释放(free)虚拟内存, 在进程间共享内存, 将文件映射到内存, 冲洗(flush)虚拟页面到磁盘上, 重新获取关于一系列虚拟页面的信息, 修改虚拟页面的保护设置, 锁定虚拟页面到内存中. 内存管理器的两个主要任务 转换, 映射进程的
·
2015-10-28 08:58
windows
如何在 VS 2005 里调试 Javascript
看到了 Ziemowit 介绍如何在 VS 2005 里调试 Javascript 的这篇文章,推荐一下:
Debugging
client JavaScript in VS 2005 http:/
·
2015-10-28 08:10
JavaScript
Debug with jdb
原文地址: http://www.javaworld.com/article/2077445/testing-
debugging
/debug-with-jdb.html Q: How
·
2015-10-28 08:47
debug
Silverlight无法启动调试,错误“Unable to start
debugging
. The Silverlight Developer Runtime is not installed.
今天调试Silverlight出现了以下错误: 意思是“无法启动调试,因为Silverlight Developer Runtime没有安装,请安装一个匹配的版本”。但是按Ctrl + F5可以调试运行,不对啊,前几天还好好的,今天怎么就不行了呢? 突然想起来,前几天Silverlight升级了,于是卸载Silverlight SDK重装,还是有这个错误。下面给出解决办法: 卸载Mi
·
2015-10-28 08:39
silverlight
Android 性能分析工具 TraceView
官方地址 http://developer.android.com/tools/
debugging
/
debugging
-tracing.html 推荐:http://blog.csdn.net/innost
·
2015-10-28 07:47
android
(adhoc) process launch failed: timed out waiting for app to launch
Check which provisioning you're using, it seems ad-hoc provisioning cannot be used for
debugging
.
·
2015-10-27 16:33
process
debugging
the linux kernel under ubuntu 11.04
以前有一段时间,因为某些原因,一直在使用windows xp,在上面用vmware装了一个CentOS5.5,后来升级到5.6,就一直在上面做一些内核的开发,在上面编译内核,在上面debug 内核。这样做有一个麻烦的事情,就是有时候时间比较紧的话,就会不方便,比如说早上起来时间不多,7点起来,8点要去上班,一个小时的时候,起来看看别人回的邮件,要改一个patch,然后resend,因为去公司就不能
·
2015-10-27 16:15
ubuntu
Ogre 的相关工具和库
Debuggers
Debugging
Tools for Windows6mg平坦软件园 http://www.microsoft.com/whdc/devtools/
debugging
/default.mspx
·
2015-10-27 16:48
工具
Python 3 小知识 assert用法
下面的是来自python help document的说明: Assert statements are a convenient way to insert
debugging
assertions
·
2015-10-27 15:37
python
Debugging
Failed Because Integrated windows authentication is not enabled
For this reason, authentication of the user requesting
debugging
could not be done.
·
2015-10-27 15:24
Authentication
Cheatsheet: 2010 07.22 ~ 07.31
peek at the performance of your ASP.NET app C# SocketAsyncEventArgs High Performance Socket Code
Debugging
·
2015-10-27 15:19
sh
即时调试(Just-in-time
Debugging
) Visual Studio调试 断点中断程序的执行(断点指令)
Just-in-time调试自动加载Visual C++ Debugger .要打开Just-in-time调试只需要修改Tools->Options->Just-in-time
debugging
·
2015-10-27 15:52
debug
.NET应用程序调试总结系列视频(二):VS Debugger Basics
这次课程的内容如下: DebugView Tracepoints Using JIT
Debugging
Breakpoints Watch Window Immed
·
2015-10-27 15:41
debugger
继续Get News List
拿到news list 所需要的技能 json数组反序列化 iOS中有哪些集合对象 数组的遍历
Debugging
with GDB json数组反序列化 id jsonObject
·
2015-10-27 15:00
list
Debug IE中的JavaScript
默认的script
debugging
是被关闭的, 要开启需要: Tools->Internet Options…->Advanced->Disable Script
Debugging
·
2015-10-27 15:50
JavaScript
Log message Request and Response in ASP.NET WebAPI
By logging both incoming and outgoing messages for services can be useful in many scenarios, such as
debugging
·
2015-10-27 14:56
response
xcode - iPhone
Debugging
: How to resolve 'failed to get the task for process'? - Stack Overflow
The program being debugged is not being run. Everyone sees this once in a while during Xcode development for iPhone apps. And there are a million reasons and hacks that make it go away. Here is the
·
2015-10-27 14:10
overflow
Windbg and resources leaks in .NET applications 资源汇总
Windows Forms Leaks 1.http://blogs.msdn.com/b/tess/archive/2008/02/04/net-
debugging
-demos-information-and-setup-instructions.aspx
·
2015-10-27 14:10
application
Options for
Debugging
Your Program or GCC
【Options for
Debugging
Your Program or GCC】 -g Produce
debugging
information in the operating system's
·
2015-10-27 13:58
option
Debugging
Information in Separate Files
[
Debugging
Information in Separate Files] gdb allows you to put a program's
debugging
information
·
2015-10-27 13:57
format
在VS 2015中边调试边分析性能
Charles Willis和Dan Taylor在MSDN上发表了的一篇文章《Analyze Performance While
Debugging
in Visual Studio 2015》,
·
2015-10-27 13:09
性能
kermit的安装和配置
转载: http://blog.chinaunix.net/uid-23028407-id-115407.html 嵌入式开发中,经常要使用串口来进行
debugging
,在
·
2015-10-27 13:22
rmi
[转发]将Delphi的对象方法设为回调函数
命名似乎应该是MethodToCallback才合适,可惜调试时总是报错,
debugging
。
·
2015-10-27 12:11
Delphi
如何在Root的手机上开启ViewServer,使得HierachyViewer能够连接
前期准备: 关于什么是Hierarchy Viewer,请查看官方文档: http://developer.android.com/tools/
debugging
/
debugging
-ui.html
·
2015-10-27 12:25
server
高级Javascript调试——console.table()
原文:http://www.mariusschulz.com/2013/11/13/advanced-javascript-
debugging
-with-consoletable
·
2015-10-27 11:14
JavaScript
专题 - Web应用->调试Web应用
本篇文章翻译自
Debugging
WebApps当继续支持老版本的Android系统时,如果你在一个Android4.4或更高版本的设备上测试你的web应用,你可以使用Chrome开发者工具来远程调试在WebView
pcsxk
·
2015-10-26 16:00
android
调试
Web应用
Xcode 的正确打开方式——
Debugging
Xcode的正确打开方式——
Debugging
给断点添加条件SymbolicBreakpoint监控断点日志信息断点
ldu1101
·
2015-10-25 14:00
Debug mexFunction of matlab using gdb
originalurl:http://www.mathworks.com/help/matlab/matlab_external/
debugging
-on-linux-platforms.html
Debugging
onLinuxPlatformsTheGNU
junmuzi
·
2015-10-24 17:00
面向切面编程AOP作用
mianxiang-qiemian-biancheng-aop-zuoyongAuthentication权限Caching缓存Contextpassing内容传递Errorhandling错误处理Lazyloading懒加载
Debugging
wang725
·
2015-10-24 12:00
AOP
corelibc.lib(armsecgs.obj) : fatal error LNK1103:
debugging
information corrupt; recompile module
VS 2008/2010的工程,编译的时候出现以下的错误: 1>Linking...1>corelibc.lib(armsecgs.obj) : fatal error LNK1103:
debugging
·
2015-10-23 08:36
compile
xxx.lib(xxx.obj)fatal error LNK1103:
debugging
information corrupt; recompile module 的解决方案
症状:xxx.lib(xxx.obj) fatal error LNK1103:
debugging
information corrupt; recompile module  
·
2015-10-23 08:45
compile
Cheatsheet: 2011 06.08 ~ 06.13
XMLHttpRequest2 Building your first node.js app – Part 3: View-Controller pattern w/ Mustache Modern
Debugging
·
2015-10-23 08:34
sh
Cheatsheet: 2011 09.26 ~ 09.30
Other Survival guide for Unix newbies Understanding Memory Making COM
Debugging
less painful
·
2015-10-23 08:16
sh
用WinDbg分析Debug Diagnostic Tool生成的Userdump文件
1、下载WinDbg(
Debugging
Tools for Windows):http://www.microsoft.com/whdc/devtools/
debugging
/default.mspx
·
2015-10-23 08:19
debug
WSS引发
Debugging
is not supported under current trust level settings错误完全解决
原因见连接最终解决办法如下:打开SharePoint Central Administration,在Virtual Server Configuration节中单击Configure virtual server settings,选择Default Web Site,然后单击Virtual Server Management节中的Define managed paths,进入定制管理路径页面。
·
2015-10-23 08:04
current
WinDBG脚本入门
最近开始看一些针对非托管进程的WinDBG的使用了, Tess推荐去看
Debugging
Toolbox. 其第一篇就把我难住了, 脚本看不懂.
·
2015-10-23 08:01
脚本
无法Debug SQL: Unable to start T-SQL
Debugging
. Could not attach to SQL Server process on
今天SSMS debug SQL当脚本,突然错误: Unable to start T-SQL
Debugging
.
·
2015-10-23 08:35
SQL Server
vs2005 如何调试wince dll
1 在dll project的property设置,deployment中的remote directory设置为目标文件夹,即编译好的dll需要copy to的地方 2 在property中设置,
Debugging
·
2015-10-23 08:07
WinCE
符号(pdb)
C:\Program Files\
Debugging
Tools for Windows (x86)>symchk /r c:\windows\system32\kernel32.dll /s SRV
·
2015-10-23 08:53
DB
微软职位内部推荐-Senior SDE for Big Data
Big Data Tooling team looking for a talented and passionate developer to work on the development and
debugging
·
2015-10-23 08:17
Data
6步确保 windbg 成功调试 .net
原文地址:http://blogs.msdn.com/b/dougste/archive/2011/10/31/tips-for-successful-net-
debugging
-with-windbg.aspx
·
2015-10-23 08:27
.net
用SOS.dll来调试程序
此方法需要使用SOS.dll的一些方法,我们可以通过安装微软的
Debugging
Tools for windows来得到此dll。
·
2015-10-22 21:46
dll
5 个JavaScript调试技巧
我之前使用过用printf
debugging
,自此之后我用这种方法似乎总能更快地解决bug。
qilixiang012
·
2015-10-21 20:00
JavaScript
调试
Basic
Debugging
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679276%28v=vs.85%29.aspx 本文链接:http://blog.csdn.net/wlsgzl/article/details/18570183 A debugger is an application that enables a deve
·
2015-10-21 13:59
debug
Debugging
and Error Handling
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ee663265%28v=vs.85%29.aspx 本文链接:http://blog.csdn.net/wlsgzl/article/details/18569373 In this section Application Recovery and Resta
·
2015-10-21 13:59
debug
Using Basic
Debugging
aspx 本文链接:http://blog.csdn.net/wlsgzl/article/details/18570699 The following topics describe basic
debugging
·
2015-10-21 13:58
debug
Creating a Basic Debugger
windows/desktop/ms679288%28v=vs.85%29.aspx 本文链接:http://blog.csdn.net/wlsgzl/article/details/18570985
Debugging
·
2015-10-21 13:57
debugger
上一页
46
47
48
49
50
51
52
53
下一页
按字母分类:
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
其他