/* rect(x,y,width,height); width, height正负代表了从原点的绘制方向,矩形的长宽都是取得绝对值 */ // Do any additional setup after loading the view, typically from a nib.#prag...
分类:
其他好文 时间:
2014-09-19 13:39:25
阅读次数:
286
今天在看OGG的日志时,发现如下OGG-01224 Bad file number错误,查阅资料才知道端口不可用,看了一下mgr的参数,发现是设置的DYNAMICPORTLIST 动态端口,为什么还不可用。看看MOS上面咋说的:
OGG GoldenGate Extract | Pump
Abends with: "TCP/IP Error 9 (Bad Fil...
分类:
其他好文 时间:
2014-09-19 12:02:30
阅读次数:
211
expr命令为Linux中的命令,一般用于整数值计算,但也可用于字符串操作。一:整数值计算expr argument operator argument 【注意有空格】expr 10 / 2二:字符串match String1 String2与 Expression1 : Expression2 相...
分类:
其他好文 时间:
2014-09-19 11:54:25
阅读次数:
185
"Microsoft.crm.setup.Srsdataconnector UnregisterServer Action操作失败:Requested value 'geo' was not found"1. Ran the follow FixIt tool to remove the progr...
分类:
其他好文 时间:
2014-09-19 11:44:45
阅读次数:
201
ios开发笔记----exc_bad_access(code=1, address=0x789870)野指针错误,假死debug状态2014-04-30 我来说两句 来源:ios开发笔记----exc_bad_access(code=1, address=0x789870)野指针错误,假死debug...
分类:
数据库 时间:
2014-09-19 11:34:55
阅读次数:
268
default argument given of parameter 的问题...
分类:
其他好文 时间:
2014-09-19 10:11:15
阅读次数:
139
# yum install -y pptp pptp-setup从http://ip.line668.com/ip.php看ip列表,找国外的ip。#pptpsetup --create 107_149_9_75 --server 107.149.9.75 --username USERNAME -...
分类:
系统相关 时间:
2014-09-19 10:02:15
阅读次数:
319
安装VC2008
1、双击所下载的安装包,选择setup.exe并双击
2
2、出来安装界面,点下一步
3、接受安装协议,点下一步
4、点击安装
5、等着安装完成及点退出完成安装
使用VC2008开发简单C/C++程序的过程
1、点击“开始”菜单,选择“所有程序”中的“Microsoft Visual C+...
A utility class is a class filled with static methods. It is usually used to isolate a "useful" algorithm. However, in an object-oriented world, utility classes are considered a very bad practice.
The use of utility classes to be an antipattern. More speci...
分类:
其他好文 时间:
2014-09-18 18:55:54
阅读次数:
237
。。#include #include #include #include #include #include #include using namespace std;#define rep(i, n) for(int i=0; i=(n);--i)#define for4(i,a,n) for(...
分类:
其他好文 时间:
2014-09-18 14:41:03
阅读次数:
239