加载中
docker port 2376

I have had this issue as well. I believe it's because of a recent update to either boot2docker or Virtualbox. In any case, the solution is to just to temporarily route until it ...

2014/11/25 18:29
1.1K
北美华人第一大折扣信息网站。北美省钱快报是北美最有人气的微博,北美省钱快报是新浪折扣频道独家合作伙伴

北美华人第一大折扣信息网站。北美省钱快报是北美最有人气的微博,北美省钱快报是新浪折扣频道独家合作伙伴。

2014/06/27 00:14
487
gulp run coffee 出错,不能解析coffeescript 脚本

要使用 gulp='gulp --require coffee-script/register' 先安装 npm install coffee-script 自己依赖的关系解析有错,自己使用npm重新安装。...

2014/06/16 19:26
324
CheckBox as Image use button

<CheckBox android:id="@+id/notificationPhoneIcon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_al...

2014/03/31 17:54
98
Android ListView ItemClick和Button冲突的解决

Android ListView ItemClick和Button冲突的解决 2013年01月22日 ⁄ 手机编程, 编程开发 ⁄ 共 334字 ⁄ 暂无评论 这两天修改领导通的ListView widget,在ListView中加入Button这类的有 “点击...

2014/03/30 18:45
375
android monkey

$ adb shell monkey -p your.package.name -v 500 一些常用的参数信息: -v 命令行的每一个-v将增加反馈信息的级别。Level 0(缺省值)除启动提示、测试完成和最终结果之外,提供较少信息。Lev...

2014/03/28 16:04
148
为ListView增加Header (可动态修改其中的内容)

为ListView增加Header (可动态修改其中的内容) 博客分类: Android入门教程 Listview增加Header 为ListView增加Header (可动态修改其中的内容) 1.新建一个Layout: demo_list_item_header_vie...

2014/02/21 20:31
589
Balsamiq Mockups注册码(有效中)

Balsamiq Mockups注册码(有效中) Name: personal Key: eJzzzU/OLi0odswsqilILSrOz0vMqbFEAjXONYY1fu6ufgA/CA4X Name: helloWorld Key: eJzzzU/OLi0odswsqslIzcnJD88vykmpsUQCNc41hjV+7q5+A...

key
2014/02/19 22:38
2.7W
gson error

com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected a string the wrong type String[] reals : to Object[] reals ok...

2014/01/22 15:54
98
Android layout in code

RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(RelativeLayout.LayoutParams.WRAP_CONTENT, RelativeLayout.LayoutParams.WRAP_CONTENT); params.addRule(Relative...

2014/01/12 13:28
101
package com.android.guide.compatnotificationbuilde

package com.android.guide.compatnotificationbuilder; import java.util.Calendar; import android.net.Uri; import android.os.Bundle; import android.app.Activity; import android....

2013/12/24 16:37
58
apk tool + dex2jar 用法

apk tool + dex2jar 用法

2013/12/24 09:51
1.8K
change theme ? or just background

You need to apply one of available themes to your application. You can do it AndroidManifest.xml, just use android:theme attribute: android:theme="@android :style/Theme.Holo" if...

2013/12/11 19:02
80
progressBarStyleSmallTitle 标题栏进度条

四 progressBarStyleSmallTitle 标题栏进度条 main.xml: <ProgressBar android:id="@+id/processBar" android:layout_width="wrap_content" android:layout_height="wrap_content" style="?a...

2013/12/11 14:14
2.2K

没有更多内容

加载失败,请刷新页面

返回顶部
顶部