1. No const constructorUnlike other member functions, constructors may not be declared as const . When we create a const object of a class type, the o...
分类:
其他好文 时间:
2014-10-14 17:43:39
阅读次数:
214
一、库里有多少个表,表名等select * from INFORMATION_SCHEMA.TABLES二、查询表、字段、类型、是否主键、长度、小数位、是否允许空、默认值等详细查询效果:SELECT (case when a.colorder=1 then d.name else '' end...
分类:
数据库 时间:
2014-10-13 14:09:19
阅读次数:
270
本文是码农网原创翻译,转载请看清文末的转载要求,谢谢合作!正如老牌Faces乐队的经典老歌《Ooh La La》中的歌词一样“I wish that I knew what I know now when I was younger”,我常常想,要是我早点知道这些建议就好了。回首往事,刚开始的时候我...
分类:
其他好文 时间:
2014-10-13 12:34:39
阅读次数:
185
使用情形1:写数据字典(Word文档)时,需要获取表结构,以加快书写速度,当然,前提是没有文档导出工具。使用情形2:生成实体时,前提也是没有代码生成工具。脚本SELECT A.COLUMN_NAME,CASE WHEN A.CHARACTER_MAXIMUM_LENGTH IS NULL THEN ...
分类:
其他好文 时间:
2014-10-13 01:02:08
阅读次数:
344
1、If not now, when? If not me, who? ---马云
2、一个成功的创业者,三个因素:眼光、胸怀和实力。---马云
3、有时候死扛下去总是会有机会的。---马云
4、今天很残酷,明天更残酷,后天会很美好。但绝大多数人都死在明天晚上,却见不到后天的太阳。所以,我们干什么都要坚持。---马云
5、别人可以拷贝我的模式,不能拷贝我的苦...
分类:
其他好文 时间:
2014-10-12 14:17:38
阅读次数:
160
Just a few weeks ago, I had a discussion with one of my colleagues about how to manage the transaction in our innovation project, and I found it a big bang knowledge when dig into details. So I want to go through these details and give an internal knowledg...
分类:
编程语言 时间:
2014-10-12 03:04:07
阅读次数:
182
Preface Though I have used Java programme language for almost a year, I'm not familiar with a notion 'hash'. I have gotten a little knowledge about h....
分类:
其他好文 时间:
2014-10-11 23:15:57
阅读次数:
364
这里定义的是C的类型数据。直接在文件中加入#import解决I had the same issue on my project when I was trying to mix C code (.h and .c) with Objective-C code. Found the reason o...
分类:
移动开发 时间:
2014-10-11 12:38:05
阅读次数:
520
转自:http://stackoverflow.com/questions/25817562/black-bars-appear-in-app-when-targeting-ios7-1-or-7-0-in-xcode6I was able to resolve the issue manually...
分类:
移动开发 时间:
2014-10-10 22:29:34
阅读次数:
210
http://www.techques.com/question/1-3627743/Delphi-thread-exception-mechanismi have a dilema on how threads work in delphi, and why at a moment when a ...