Intent inten = new Intent(
Intent.ACTION_PICK,MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
startActivityForResult(inte...
分类:
移动开发 时间:
2014-05-26 22:50:19
阅读次数:
369
使用ViewPager作为一个页面进行切换,里面可以存放很多View,但有时在操作View时不小心滑动一下就有可能跳到下一页,这并不是我们想要的,这里就需要重写ViewPager修改它的滑动条件
效果图
程序目录结构
BTViewPager.java
package com.example.viewpagerdemo;
import android.content.Con...
分类:
移动开发 时间:
2014-05-23 02:24:13
阅读次数:
297
今天在项目中遇到异常android.content.res.Resources$NotFoundException: String resource ID #0x42...
分类:
移动开发 时间:
2014-05-23 00:46:27
阅读次数:
282
package com.example.openstart;
import android.app.KeyguardManager;
import android.app.KeyguardManager.KeyguardLock;
import android.content.BroadcastReceiver;
import android.content.Context;
import and...
分类:
移动开发 时间:
2014-05-23 00:05:56
阅读次数:
281
注意两点
1.通过android:checkedButton="@+id/lunch"而不是item中的 android:checked="true"设置的某人被选中状态
<RadioGroup
android:layout_width="match_parent"
android:layout_height="wrap_content"
a...
分类:
其他好文 时间:
2014-05-23 00:04:35
阅读次数:
344
easyUI tab href,content区别 。easyUI tab href 使用需注意问题。easyUI js方法重名无法调用 。...
分类:
其他好文 时间:
2014-05-22 23:27:34
阅读次数:
8271
无序表的应用嵌套
<meta http-equiv="Content-Type" content="text/html; charset=...
分类:
Web程序 时间:
2014-05-22 17:07:28
阅读次数:
384
@{ ViewBag.Title = "主页";}
这里就是渲染Body啦.~~不需要写神马<asp:Content
/>,其实因为RenderBody()不在有歧义.@ViewBag.Message 若要了解有关 ASP.NET MVC 的更多信息,请访问
http:...
分类:
Web程序 时间:
2014-05-22 14:42:21
阅读次数:
278
package com.ting.textcover;import
java.io.File;import android.app.Activity;import android.content.Intent;import
android.graphics.Bitmap;import android...
分类:
其他好文 时间:
2014-05-22 14:30:14
阅读次数:
321
承接 Mule ESB-Content-Based Routing Tutorial(1)
五、运行应用程序
完成创建,配置,并保存你的新的应用程序,您就可以在嵌入Mule的服务器上运行(包括在Mule Studio中,作为捆绑下载的一部分)。
1、在Package Explorer窗格中,右键单击Basic Tutorial.mflow文件,然后选择Run A...
分类:
其他好文 时间:
2014-05-21 12:35:09
阅读次数:
353