码迷,mamicode.com
首页 >  
搜索关键字:turn the corner    ( 27676个结果
merge sorted array | leetcode
Given two sorted integer arrays nums1 and nums2, merge nums2 intonums1 as one sorted array. Note: You may assume that nums1 has enough space (size tha ...
分类:其他好文   时间:2016-10-21 13:07:31    阅读次数:120
RxJava + Retrofit 的实际应用场景
关于 关于 RxJava Retrofit 很多篇文章都有详细的说明,在这里我想分享一个具体的使用案例,在我的开源项目 很多篇文章都有详细的说明,在这里我想分享一个具体的使用案例,在我的开源项目 就看天气 里的实际应用。也希望跟大家探讨如何优雅的使用。 里的实际应用。也希望跟大家探讨如何优雅的使用。 ...
分类:编程语言   时间:2016-10-21 13:06:16    阅读次数:229
Python的lambda表达式
使用lambda来创建匿名函数,而用def创建的方法是有名称的,除了从表面上的方法名不一样外,python lambda还有哪些和def不一样呢?1 python lambda会创建一个函数对象,但不会把这个函数对象赋给一个标识符,而def则会把函数对象赋值给一个变量。2 python lambda ...
分类:编程语言   时间:2016-10-21 13:04:44    阅读次数:142
创建Properties文件
...
分类:其他好文   时间:2016-10-21 11:14:23    阅读次数:166
ORA-38760: This database instance failed to turn on flashback database
昨晚学习ORACLE用HR用户执行:createtablereg_copyasselect*fromregions;居然一片空白没有任何反应,不想强行退出,于是用ORACLE用户来终止会话的方式来处理,先后用了三种方式:第一种:selectsid,serial#fromv$sessionwhereusername=‘HR‘;然后用:ALTERSYSTEMKILLSESSION‘sid..
分类:数据库   时间:2016-10-16 14:23:56    阅读次数:312
223. Rectangle Area
Find the total area covered by two rectilinear rectangles in a 2D plane. Each rectangle is defined by its bottom left corner and top right corner as s ...
分类:其他好文   时间:2016-10-16 13:58:40    阅读次数:151
CSS_网页图标制作
参考地址:http://www.flowerboys.cn/font/article/fontsArticle/how-to-turn-your-icons-into-a-web-font.html ...
分类:Web程序   时间:2016-10-14 20:23:01    阅读次数:146
登录数据库后,use db很慢的问题
mysql> use dbl Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A 登录时出现... ...
分类:数据库   时间:2016-10-10 13:51:39    阅读次数:166
最简英语语法
1、系动词分为三种,第一类是be,第二类是感官动词,如 listen look feel taste ,后面直接接形容词,当然这类词也可以转化为实意动词。第三类是变化动态,如 turn become grow get 强调的是一个过程。 2、持续性动词和非持续性动词。非持续性动词不能接一段时间。如果 ...
分类:其他好文   时间:2016-10-05 15:27:40    阅读次数:187
Chapter 1 First Sight——28
"Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him from the corner of my eye, and he was still staring at me, ...
分类:其他好文   时间:2016-10-01 00:25:04    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!