会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
清风吹云
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
下一页
2015年1月6日
Android在线程中发送GET和POST请求 在主线程更新UI
摘要: public class GetPostUtil { /** * 向指定URL发送GET方法的请求 * * @param url * 发送请求的URL * @param params * ...
阅读全文
posted @ 2015-01-06 13:47 清风吹云
阅读(984)
评论(0)
推荐(0)
2014年12月30日
Android中intent启动Activity中intent.setFlags()的作用
摘要: Intent.setFlags()函数用法:Intent的常用Flag参数:FLAG_ACTIVITY_CLEAR_TOP:例如现在的栈情况为:A B C D 。D此时通过intent跳转到B,如果这个intent添加FLAG_ACTIVITY_CLEAR_TOP标记,则栈情况变为:A B。如果没有...
阅读全文
posted @ 2014-12-30 13:12 清风吹云
阅读(3050)
评论(0)
推荐(0)
2014年12月25日
源码备份 listview
摘要: package com.wyj.tabmenu;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Map;import com.handmark.pulltorefre...
阅读全文
posted @ 2014-12-25 15:34 清风吹云
阅读(233)
评论(0)
推荐(0)
2014年12月19日
android数据库操作
摘要: 一、首先新建Adnroid项目 然后就是新建 数据库文件创建DBSQLiteOpenHelper类 并让它继承 SQLiteOpenHelperpublic class DBSQLiteOpenHelper extends SQLiteOpenHelper { // 数据库的名称 ...
阅读全文
posted @ 2014-12-19 11:57 清风吹云
阅读(154)
评论(0)
推荐(0)
android 验证二
摘要: package com.example.fourandroid; import android.annotation.SuppressLint; import android.ap...
阅读全文
posted @ 2014-12-19 09:20 清风吹云
阅读(133)
评论(0)
推荐(0)
android 验证一
摘要: public class RegularUtil { public static boolean checkName(Activity context, String name) { if (TextUtils.isEmpty(name) || name.length() 1...
阅读全文
posted @ 2014-12-19 09:18 清风吹云
阅读(191)
评论(0)
推荐(0)
Android TextUtils类 (字符串相关)
摘要: 对于字符串处理Android为我们提供了一个简单实用的TextUtils类,如果处理比较简单的内容不用去思考正则表达式不妨试试这个在android.text.TextUtils的类,主要的功能如下:是否为空字符 booleanandroid.text.TextUtils.isEmpty(CharSe...
阅读全文
posted @ 2014-12-19 09:14 清风吹云
阅读(326)
评论(0)
推荐(0)
2014年12月15日
RadioGroup 的 RadioButton 选择改变字体颜色和背景颜色
摘要: http://blog.csdn.net/zzf112/article/details/20467957
阅读全文
posted @ 2014-12-15 17:08 清风吹云
阅读(609)
评论(0)
推荐(0)
2014年12月9日
bootstrap 树形菜单
摘要: 参考地址http://jsfiddle.net/jhfrench/GpdgF/html部分 Parent Goes somewhere Child Goes somewhere Grand Child Goes somewh...
阅读全文
posted @ 2014-12-09 11:00 清风吹云
阅读(1708)
评论(0)
推荐(0)
2014年12月4日
谷歌hack css
摘要: @media screen and (-webkit-min-device-pixel-ratio:0) { .yanshif{ width:1004px; margin:0 auto; overflow:hidden; position:relative; left:1px; padding-bo...
阅读全文
posted @ 2014-12-04 11:49 清风吹云
阅读(155)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告