有时候,我们在用vs2008调试的时候,会出现断点无效。如下图:第一反应,要看想一下是不是在debug下。如果在Release下,请参考我另篇文章 【怎么在Release下调试代码】如果是在debug下:1.检查工程配置是否设置正确。C++>General->Debug Information Fo...
分类:
其他好文 时间:
2014-06-25 21:45:20
阅读次数:
171
解决方案:visual studio 2010 选定web项目,右键选择“属性”—“生成”,将“生成序列化程序集”设成“关闭”。若你使用的是Visual Studio 2012,还需要在“标准”工具栏将“解决方案配置”设置为Release模式(Visual Studio 2012 默认使用Relea...
分类:
其他好文 时间:
2014-06-25 21:06:30
阅读次数:
860
矩形类定义【C++】Time Limit: 1 Sec Memory Limit:
128 MB
Submit: 472 Solved: 301
[Submit][Status][Web
Board]
Description
定义一个矩形类,数据成员包括左下角和右上角坐标,定义的成员函数包括必要的构造函数、输入坐标的函数,以及计算并输出矩形面积的函数。要求使用提示中给出的测试...
分类:
其他好文 时间:
2014-06-25 20:06:21
阅读次数:
213
// 安全释放
#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
游起来吧!超妹!Time Limit:1 SecMemory Limit:128 MBSubmit:15Solved:7[Submit][Status][Web Board]Description夏天到了,无聊的超妹跑到了落雪湖里抓鱼吃。结果,游到湖的正中 央时被湖边保安看到了,保安要抓住超妹。我们...
分类:
其他好文 时间:
2014-06-25 14:14:53
阅读次数:
172
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配置
环境:
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
安装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
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配置(一)之单向复制配置
环境:
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