Build tree: $(O)I output/I Global output directoryI Can be customized for out-of-tree build by passing O=I Variable: O (as passed on the command line)...
分类:
其他好文 时间:
2015-07-06 17:21:58
阅读次数:
365
/***************************************************格式过程************************************************/PROC FORMAT ;EXCLUDE entry(s); INVALUE name v...
分类:
其他好文 时间:
2015-07-06 15:41:10
阅读次数:
268
Oracle变量定义的三种方式(define,variable,declare)...
分类:
数据库 时间:
2015-07-06 14:21:12
阅读次数:
1266
原文地址:http://www.cnblogs.com/gb2013/archive/2013/03/05/SecurityEnhancementsInTheCRT.html在VS 2012 中编译 C 语言项目,如果使用了 scanf 函数,编译时便会提示如下错误:error C4996: 'sc...
分类:
其他好文 时间:
2015-07-05 16:28:48
阅读次数:
101
Capturing versus non-capturing lambdas
Lambdas are said to be "capturing" if they access a non-static variable or object that was defined outside of the lambda body. For example, this lambda captu...
分类:
其他好文 时间:
2015-07-03 09:13:15
阅读次数:
128
今天,登陆数据库服务器的时候,出现了下面的错误:1 [root@localhost app]# mysql -uroot -p2 mysql: unknown variable 'character-set-client=utf8'查了下my.cnf的配置文件,是在client段下面配置了这么一个选...
分类:
数据库 时间:
2015-07-01 20:02:32
阅读次数:
412
今天重新安装oracle11g,突然在检测时报了以下错误:Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does not exceed the...
分类:
数据库 时间:
2015-07-01 13:53:13
阅读次数:
176
介绍先介绍一下广告质量是什么的,贴一下Wiki的介绍:Quality Score is a variable used by Google, Yahoo! (called Quality Index), and Bing that can influence both the rank and co...
分类:
其他好文 时间:
2015-07-01 11:31:13
阅读次数:
150
参考effective objective 2.0 item 19 use clear and consistent naming 中的建议1. method name : 适用驼峰命名法,方法名称应尽能表明方法是干什么的,不必担心名称过程,因为在使用时,xcode 会自动补全- 如果method返...
分类:
移动开发 时间:
2015-06-30 23:28:46
阅读次数:
231
this是个什么鬼? this是JavaScript中的一个关键字,代表当前对象。this在那些情况下会指向谁?如下文。一、调用全局变量(Global Variable)var x="我是全局变量呦";function obj(){ alert(this.x);}obj(); //我是全局...
分类:
编程语言 时间:
2015-06-30 21:43:43
阅读次数:
100