码迷,mamicode.com
首页 >  
搜索关键字:flat    ( 730个结果
[Time Limit Exceeded]Quoit Design
Problem Description Have you ever played quoit in a playground? Quoit is a game in which flat rings are pitched at some toys, with all the toys encirc ...
分类:其他好文   时间:2017-12-14 04:24:46    阅读次数:180
Python中如何将二维列表转换成一维列表
已知:a = [(4,2,3), (5, 9, 1), (7,8,9)]希望将二维列表转换成一维列表:["4,2,3", "5, 9, 1", "7,8,9"] 具体实现方法如下: ...
分类:编程语言   时间:2017-12-12 01:04:13    阅读次数:384
我的长大app开发教程第二弹:完成ContentFragment底部按钮
在开始之前,先上一张效果图 突然发现有点知乎的味道。。。的确。。知乎灰#989898,知乎蓝15,136,235(逃。。。。 1、学P图 想我大一的时候也用过不少Adobe的软件,昨天重新打开我的Photoshop,电脑提示缺少什么.dll文件,最后弄了一上午,是因为vc2012的运行库出了问题,最 ...
分类:移动开发   时间:2017-12-10 18:56:04    阅读次数:195
侧滑菜单DrawerLayout
侧滑菜单。。。。。。。。。。。。。。 布局:<android.support.v4.widget.DrawerLayout android:id="@+id/drawer" android:layout_width="match_parent" android:layout_height="matc ...
分类:其他好文   时间:2017-12-08 16:32:43    阅读次数:163
安卓适配器代码
package com.example.administrator.ls.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.Layou... ...
分类:移动开发   时间:2017-12-05 21:19:56    阅读次数:212
Fragment1
package com.example.week;import android.os.Bundle;import android.os.Handler;import android.os.Message;import android.support.annotation.Nullable;impor ...
分类:其他好文   时间:2017-12-03 21:01:14    阅读次数:118
POJ 2485 Highways (prim)
The island nation of Flatopia is perfectly flat. Unfortunately, Flatopia has no public highways. So the traffic is difficult in Flatopia. The Flatopia ...
分类:其他好文   时间:2017-11-30 20:13:30    阅读次数:221
ListView之checkbox错位问题解决
本节引言: 作为ListView经典问题之一,如果你尝试过自定义ListView的item,在上面带有一个checkbox的话,那么 当你的item数超过了一页的话,就会出现这个问题,下面我们来分析下出现这种问题的原因,以及如何来 解决这个问题! 1.问题发生的原因: 这是网上找来的一幅关于List ...
分类:其他好文   时间:2017-11-30 15:14:48    阅读次数:218
JAVA API HashMap 分析
AbstractMap: 数据结构: Entry<K,V> 是 Map接口内部的一个接口,在具体的实现类中会被实现成不同静态内部类,他们有不同的的键值对结构.Set<K> keySet();Collection<V> values(); transient volatile Set<K> keySe ...
分类:编程语言   时间:2017-11-27 20:06:50    阅读次数:213
The Zen of Python
Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better tha... ...
分类:编程语言   时间:2017-11-26 11:06:10    阅读次数:174
730条   上一页 1 ... 34 35 36 37 38 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!