码迷,mamicode.com
首页 >  
搜索关键字:failing to respond to capability release    ( 10955个结果
vs2008【断点无效】解决方法
有时候,我们在用vs2008调试的时候,会出现断点无效。如下图:第一反应,要看想一下是不是在debug下。如果在Release下,请参考我另篇文章 【怎么在Release下调试代码】如果是在debug下:1.检查工程配置是否设置正确。C++>General->Debug Information Fo...
分类:其他好文   时间:2014-06-25 21:45:20    阅读次数:171
“ sgen.exe ”已退出,代码为 1
解决方案:visual studio 2010 选定web项目,右键选择“属性”—“生成”,将“生成序列化程序集”设成“关闭”。若你使用的是Visual Studio 2012,还需要在“标准”工具栏将“解决方案配置”设置为Release模式(Visual Studio 2012 默认使用Relea...
分类:其他好文   时间:2014-06-25 21:06:30    阅读次数:860
一些常用的宏定义(很有用,很有效噢)
// 安全释放 #define RELEASE_SAFELY(__Pointer) do{[__Pointer release],__Pointer = nil;} while(0) // 屏幕的物理高度 #define ScreenHeight [UIScreen mainScreen].bounds.size.height // 屏幕的物理宽度 #define ScreenWidth...
分类:其他好文   时间:2014-06-25 19:58:31    阅读次数:197
x$bh视图
首先,这篇文章是基于如下ORACLE版本。BANNER------------------------------------------------Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64biPL/SQL Rele...
分类:其他好文   时间:2014-06-25 14:08:03    阅读次数:295
Oracle Performance Tuning Overview 翻译(Oracle性能优化概述 自己的中英文比对翻译)
Oracle® Database Performance Tuning Guide 10g Release 2 (10.2) B14211-03 Home Book List Contents Index Master Index Contact Us ...
分类:数据库   时间:2014-06-24 18:14:03    阅读次数:665
GoldenGate配置(四)之veridata配置
GoldenGate配置(四)之veridata配置 环境: Item Source System Target System Platform Red Hat Enterprise Linux Server release 5.4 Red Hat Enterprise Linux Serve...
分类:其他好文   时间:2014-06-24 15:28:41    阅读次数:270
Cacti 工具
安装RD toolsCentOS6.5rpm -ivh http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.i686.rpmyum install rrdtool -y安装配置net-sn...
分类:其他好文   时间:2014-06-24 14:56:56    阅读次数:274
VC中TRACE ASSERT VERIFY之用法
一、TRACE宏当选择了Debug目标,并且afxTraceEnabled变量被置为TRUE时,TRACE宏也就随之被激活了。但在程序的Release版本中,它们是被完全禁止的。下面是一个典型的TRACE语句:… int nCount =9;CString strDesc("total"); TRA...
分类:其他好文   时间:2014-06-22 13:23:36    阅读次数:296
GoldenGate配置(二)之双向复制配置
GoldenGate配置(二)之双向复制配置 环境: Item Source System Target System Platform Red Hat Enterprise Linux Server release 5.4 Red Hat Enterprise Linux Server rele...
分类:其他好文   时间:2014-06-22 11:46:51    阅读次数:362
GoldenGate配置(一)之单向复制配置
GoldenGate配置(一)之单向复制配置 环境: Item Source System Target System Platform Red Hat Enterprise Linux Server release 5.4 Red Hat Enterprise Linux Server re...
分类:其他好文   时间:2014-06-22 07:16:57    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!