码迷,mamicode.com
首页 >  
搜索关键字:compress advanced low    ( 4944个结果
IOS Core Animation Advanced Techniques的学习笔记(一)
转载.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
IOS Core Animation Advanced Techniques的学习笔记(二)
[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
MYSQL insert
准备: 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
There is an error while getting planid. No Free partitions available
问题概述Oracle Advanced Supply Chain Planning最初的设置职责的时候有点问题,不知是不是要打什么补丁或其它配置什么东东,,这个提示,,但我查到的分区是还有可用分区的,里面的逻辑关系有点搞乱解决方法原因:因为ORA-02149:指定的分区不存在ORA-06512:在"...
分类:其他好文   时间:2014-10-08 00:27:44    阅读次数:243
MYSQL delete性能优化!
优化项 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 1CD
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
advanced dom scripting dynamic web design techniques Chapter 2 CREATING YOUR OWN REUSABLE OBJECTS
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
advanced dom scripting dynamic web design techniques Part One DOM SCRIPTING IN DETAIL CHAPTER 1 DO IT RIGHT WITH BEST PRACTICES
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
hdu 5007 水 字符串
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!