上一篇讲到了调用集锦,这篇关注一下性能问题吧。DECLARE CURSOR c_tool_list IS SELECT descr d1 FROM hardware; l_descr hardware.descr%type;BEGIN OPEN c_tool_list; LOOP ...
分类:
其他好文 时间:
2015-09-19 01:02:31
阅读次数:
340
事先申明,本文所有示例都皆源于《Expert PL SQL Practices》这本电子书的第六章。小陈觉得在学习PLSQL的过程中,将来或许会用到,在此笔记一番。正文如下: 首先准备基础数据吧 HARDWARE 表。 表结构如图所示: 然后插入1,000,000条数据吧。这里不得不说,PLSQL里...
分类:
数据库 时间:
2015-09-18 01:59:44
阅读次数:
410
今天升级Xcode7.0,发现网络访问失败。 输出错误信息:The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. ...
分类:
移动开发 时间:
2015-09-17 18:59:13
阅读次数:
179
今天升级Xcode 7.0 bata发现网络访问失败。 输出错误信息 The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. Google后查证,iOS9引入了新特...
分类:
移动开发 时间:
2015-09-17 17:52:43
阅读次数:
380
升级为iOS9后,默认请求类型为https,如何使用http进行请求会报错The resource could not be loaded because the App Transport Security policy requires the use of a secure connectio...
分类:
移动开发 时间:
2015-09-17 15:03:12
阅读次数:
214
今天下载Xcode7试了下,运行项目时报上面的错误,网上查了下原来iOS9引入了新特性App Transport Security (ATS)。详情:App Transport Security (ATS)新特性要求App内访问的网络必须使用HTTPS协议。但是现在公司的项目使用的是HTTP协议,使...
分类:
移动开发 时间:
2015-09-17 14:51:17
阅读次数:
191
今天升级Xcode 7.0发现网络访问失败。 输出错误信息 The?resource?could?not?be?loaded?because?the?App?Transport?Security?policy?requires?the?use?of?a?secure?connection. Google后查证,...
分类:
移动开发 时间:
2015-09-17 13:44:35
阅读次数:
141
今天更新了Xcode 7 正式版,App编译出现很多警告,在App运行的时候出现如下的提示.........the resource could not be loaded because the app transport security policy requires the use of a...
分类:
移动开发 时间:
2015-09-17 11:49:13
阅读次数:
218
1.HDFS是什么?Hadoop分布式文件系统(HDFS),被设计成适合运行在通用硬件(commodity hardware)上的分布式文件系统。它和现有的分布式文件系统有很多共同点。2.HDFS中的基本概念(1)块(block) " 块 " 是固定大小的存储单元,HDFS的文件被分成块进行存储,....
分类:
其他好文 时间:
2015-09-16 18:05:22
阅读次数:
151
提示:This Android SDK requires Android Developer Toolkit version 21.1.0 or above. Current version is 21.0.1.2012-12-6-2-58. Please update ADT to the lat...
分类:
移动开发 时间:
2015-09-16 15:38:04
阅读次数:
146