转载.Book DescriptionPublication Date:August 12, 2013Core Animation is the technology underlying Apple’s iOS user interface. By unleashing the full powe...
分类:
移动开发 时间:
2014-10-09 01:53:07
阅读次数:
386
[objc]view plaincopyprint?转载学习-(void)drawLayer:(CALayer*)layerinContext:(CGContextRef)ctx{CGFloatwidth=10.0f;//drawathickredcircleCGContextSetLineWidt...
分类:
移动开发 时间:
2014-10-09 01:36:07
阅读次数:
325
归并排序 与插入排序不同的是二个有序数组彼此的插入,而插入排序是一个数向有序里插入。
思想是吧一个数组分成若干个最小的有序数组,然后把这些小的有序数组,进行合并。
下面是代码:
public class MergeSort {
public int[] sort(int[] nums, int low, int high){
int mid = (low + high) /...
分类:
其他好文 时间:
2014-10-08 10:47:25
阅读次数:
199
准备: create table T4(X int ,Y int);方法 1、 insert [low_priority][high_priority][delayed] into table_name values(...),(...).....; insert into T4(X...
分类:
数据库 时间:
2014-10-08 03:07:24
阅读次数:
306
问题概述Oracle Advanced Supply Chain Planning最初的设置职责的时候有点问题,不知是不是要打什么补丁或其它配置什么东东,,这个提示,,但我查到的分区是还有可用分区的,里面的逻辑关系有点搞乱解决方法原因:因为ORA-02149:指定的分区不存在ORA-06512:在"...
分类:
其他好文 时间:
2014-10-08 00:27:44
阅读次数:
243
优化项 1、 low_priority 当没有连接文章表时才进行删除操作。 delete low_priority from T;优化项 2、 quick 当删除行时并不删除行的索引、如果再次插入这一行,或是也它相近的行时、就可以重用索引。 delete qui...
分类:
数据库 时间:
2014-10-07 20:24:33
阅读次数:
327
Bentley.Microstran.Advanced.09.20.01.21 1CDBentley.Limcon.03.63.01.14 1CDBentley.Microstran.Advanced.09.20.01.21 1CDBentley.MSTower.06.20.01.09 1CDGeo...
分类:
其他好文 时间:
2014-10-07 17:24:33
阅读次数:
175
JavaScript is all about objects. Objects are the foundation of everything, so if you’reunfamiliar with objects, you’re going to learn quickly. The goa...
分类:
Web程序 时间:
2014-10-06 05:33:49
阅读次数:
318
You’re excited; your client is excited. All is well. You’ve just launched the client’slatest website, and it’s fantastic. You’ve put in hours of sweat...
分类:
Web程序 时间:
2014-10-05 14:33:28
阅读次数:
290
http://acm.hdu.edu.cn/showproblem.php?pid=5007
纯属联系String的substr
当substr截取的长度小于写的话
string te;
int n;
te="Hellow";
cout
我试了下 打印出来的是low....
写的时候没去限制边界还是AC了
//#pragma comment(linker, "...
分类:
其他好文 时间:
2014-10-04 20:19:27
阅读次数:
170