子查询是指在查询语句中嵌套另一个查询语句。 子查询外面的查询部分被称为外部查询。 子查询必须包含括号。 any、in、some any关键字必须与一个比较操作符一起使用,它的意思是“与子查询中返回列的数值进行逐一对比,只要其中一个数值比较为true,则返回true”,我们来看一个查询实例, sele ...
分类:
数据库 时间:
2017-03-23 01:07:33
阅读次数:
388
Nginx 500错误总结 500(服务器内部错误) 服务器遇到错误,无法完成请求。 501(尚未实施) 服务器不具备完成请求的功能。例如,当服务器无法识别请求方法时,服务器可能会返回此代码。 502(错误网关) 服务器作为网关或代理,从上游服务器收到了无效的响应。 503(服务不可用) 目前无法使 ...
分类:
其他好文 时间:
2017-03-22 17:54:40
阅读次数:
215
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. /* UIViewAutoresizingNone = 0, 什么都... ...
分类:
移动开发 时间:
2017-03-22 15:04:13
阅读次数:
210
本文来自《http://bbs.tianya.cn/post-16-988875-1.shtml》 以方便自己阅读 马王堆汉墓帛书?老子甲本 道经 ·道,可道也,非恒道也。名,可名也,非恒名也。无名,万物之始也。有名,万物之母也。【故】恒无欲也,以观其眇(妙);恒有欲也,以观其所噭。两者同出,异名同 ...
分类:
其他好文 时间:
2017-03-19 23:40:34
阅读次数:
308
Although it rains, throw not away your watering pot. 纵然天下雨,休把水壶丢。 Don't throw away your watering pot while it is raining, but collect and keep as much ...
分类:
其他好文 时间:
2017-03-18 23:07:57
阅读次数:
151
Postman-CI集成Jenkins(3) Postman-简单使用 Postman-进阶使用 Postman-CI集成Jenkins Newman 官方说明:Postman's command-line companion lets you do amazing things! With New ...
分类:
其他好文 时间:
2017-03-18 01:13:21
阅读次数:
227
Link to the artical. Zone detects any async opreations. Once an async oprations happens in Angular, Zone will notify change detection to kick in. Imag ...
分类:
其他好文 时间:
2017-03-17 23:50:08
阅读次数:
394
先给出官方介绍 isKindOfClass:Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inher ...
分类:
其他好文 时间:
2017-03-17 18:44:01
阅读次数:
214
一、python自有模块正则 二、python第三方模块操作MySQL 连接数据库: 插入数据: 删除数据: 修改数据: 查询数据: 三、python第三方模块操作Excel 课下作业: 1、Python里面match()和search()的区别? 2、以<div><span>test</span> ...
分类:
数据库 时间:
2017-03-17 14:45:22
阅读次数:
302
目前国内各大门户网站已经部署了Nginx,如新浪、网易、腾讯等;国内几个重要的视频分享网站也部署了Nginx,如六房间、酷6等。新近发现Nginx 技术在国内日趋火热,越来越多的网站开始部署Nginx。 相比apeach、iis,nginx以轻量级、高性能、稳定、配置简单、资源占用少等优势广受欢迎。 ...