浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 275 276 277 278 279 280 281 282 283 ··· 630 下一页

2012年12月2日

摘要: android手势操作滑动效果触摸屏事件处理 - 四把刷子 - 博客园android手势操作滑动效果触摸屏事件处理我们先来明确一些概念,首先,Android的事件处理机制是基于Listener(监听器)来实现的,比我们今天所说的触摸屏相关的事件,就是通 过onTouchListener。其次,所有View的子类都可以通过setOnTouchListener()、 setOnKeyListener(... 阅读全文
posted @ 2012-12-02 16:03 lexus 阅读(336) 评论(0) 推荐(0)

摘要: Basic4android (Basic for Android) - Rapid Application DevelopmentBasic4android is the simplest and most powerful Rapid Application Development (RAD) tool available for the Android platformBasic4androi... 阅读全文
posted @ 2012-12-02 15:42 lexus 阅读(245) 评论(0) 推荐(0)

摘要: Android: WebView tips & tricks | Mr.Stablex blogAndroid: WebView tips & tricks WebView is one of the most useful view component in Android SDK. In fact, if you want to display complex HTML content (fo... 阅读全文
posted @ 2012-12-02 15:40 lexus 阅读(481) 评论(0) 推荐(0)

摘要: RIA Mobile SolutionsAndroid WebView Scrolling PerformancePosted on April 23rd, 2012Our team is currently developing a web based application that needs to be consumed in Android WebView. One of the big... 阅读全文
posted @ 2012-12-02 15:36 lexus 阅读(464) 评论(0) 推荐(0)

摘要: Hardware Acceleration | Android DevelopersHardware AccelerationIn this documentControlling Hardware AccelerationDetermining if a View is Hardware AcceleratedAndroid Drawing Models Software-based drawi... 阅读全文
posted @ 2012-12-02 15:28 lexus 阅读(420) 评论(0) 推荐(0)

摘要: yxl/DownloadProviderThis project ports the DownloadProvider of Android 2.3.7. It supports Android 2.2 and above. It is standard Eclipse project, which could be open by Eclipse with the Andoird Devel... 阅读全文
posted @ 2012-12-02 09:34 lexus 阅读(281) 评论(0) 推荐(0)

摘要: afinal - afinal 是一个android的 orm 和 ioc 框架。通过afinal的finalAcitivity,finalBitmap,finalDB,finalHttp,开发android应用将更加简单。 - Google Project Hostingafinal 是一个android的 orm 和 ioc 框架。而且封装了android中的httpClient,使其更加简单... 阅读全文
posted @ 2012-12-02 09:13 lexus 阅读(319) 评论(0) 推荐(0)

2012年12月1日

摘要: InputStream.read、OutputStream.write、二进制文件读写及文件流末尾判断_liuhongbin2007_新浪博客InputStream.read、OutputStream.write、二进制文件读写及文件流末尾判断(2011-01-03 20:38:46)转载▼标签:杂谈 分类: 技术原文地址:InputStream.read、OutputStream.write、二... 阅读全文
posted @ 2012-12-01 19:50 lexus 阅读(1621) 评论(0) 推荐(0)

摘要: Android中的DownloadManager - cppguy - 博客园 2009-07-09 17:19 by cppguy, 7120 阅读, 3 评论, 收藏, 编辑 DownloadManager是Android为开发者提供的一个后台应用组件,它通过Http层进行文件的下载任务. 1:使用 首先要在AndroidManifest.xml中申请访问DownloadManager的权限 ... 阅读全文
posted @ 2012-12-01 19:00 lexus 阅读(278) 评论(0) 推荐(0)

摘要: List<String> matchList = new ArrayList<String>();try { Pattern regex = Pattern.compile("<img[\\s\\S]*?src=\"([\\s\\S]*?)\"[\\s\\S]*?>", Pattern.CASE_INSENSITIVE | Pattern.UNICODE_CASE); Matcher regexM... 阅读全文
posted @ 2012-12-01 18:16 lexus 阅读(205) 评论(0) 推荐(0)

摘要: Android InputStreamReader 解析gbk、gb2312编码的xml文件 编码问题. - bat800(竹林) 的专栏 - 博客频道 - CSDN.NETAndroid InputStreamReader 解析gbk、gb2312编码的xml文件 编码问题. 分类: Android 2011-08-14 10:36 1180人阅读 评论(0) 收藏... 阅读全文
posted @ 2012-12-01 16:45 lexus 阅读(887) 评论(0) 推荐(0)

摘要: InputStreamReader的编码 - simmone - BlogJavasimmoneInputStreamReader的编码问题: 从Zip文件中读数据,中间使用了InputStreamReader,读入的内容写入数据库中,结果发现数据库中显示为乱码。解决: 一开始陷入误区,以为是数据库的编码问题,搞了一天(相当痛苦,疲惫,怀疑,失去自信,不想干了...)。最后终于排查到读文件的Inp... 阅读全文
posted @ 2012-12-01 16:44 lexus 阅读(568) 评论(0) 推荐(0)

摘要: HTTPCLIENT 解决乱码方案 - linfeng_0212的日志 - 网易博客HTTPCLIENT 解决乱码方案 2008-12-17 12:28:55|分类: 技术 |标签: |字号大中小订阅使用 httpclient 通信时分两种乱码。1.向服务器post/get中文乱码解决方法:查看源代码publicStringgetContentCharset(){ Stringcharset=(... 阅读全文
posted @ 2012-12-01 16:25 lexus 阅读(555) 评论(0) 推荐(0)

摘要: HttpClient乱码问题 - wangtao20090608的专栏 - 博客频道 - CSDN.NETHttpClient乱码问题 2010-09-07 23:00 109人阅读 评论(0) 收藏 举报服务端Servlet代码:[c-sharp] view plaincopyprint?packagecom.httpclient.test;importjava.io.IOException;i... 阅读全文
posted @ 2012-12-01 16:19 lexus 阅读(415) 评论(0) 推荐(0)

摘要: android-scripting - Scripting Layer for Android brings scripting languages to Android. - Google Project Hosting Scripting Layer for Android (SL4A) brings scripting languages to Android by allowing you... 阅读全文
posted @ 2012-12-01 15:30 lexus 阅读(364) 评论(0) 推荐(0)

摘要: OrmLite - Lightweight Java ORM Supports Android and SQLiteOrmLite - Lightweight Java ORM Supports Android and SQLiteObject Relational Mapping Lite (ORM Lite) provides some lightweight functionality fo... 阅读全文
posted @ 2012-12-01 15:05 lexus 阅读(374) 评论(0) 推荐(0)

摘要: 这篇『雅虎3年内50%工程师研发移动产品』不错,值得一看。>> http://zhiyue.cutt.com/s/7IAXol(分享自@简网指阅) 阅读全文
posted @ 2012-12-01 07:20 lexus 阅读(702) 评论(0) 推荐(0)

2012年11月30日

摘要: #!/usr/bin/env python#encoding=utf-8def unicode2str(input_str): """ 将unicode类型转换为str类型 """ if type(input_str)==type(u""): return input_str.encode("utf-8","ignore") return input_strdef str2unicode(str... 阅读全文
posted @ 2012-11-30 13:23 lexus 阅读(242) 评论(0) 推荐(0)

摘要: 【转】Ubuntu server 9.10更改网卡配置设置IP地址_wapvictory的空间_百度空间【转】Ubuntu server 9.10更改网卡配置设置IP地址(转自百度贴吧) Ubuntu系统装完了后,在图形界面设置网卡的IP,可不是一件简单的事情!接下来,就介绍一下通过其它方式设置网卡的IP地址。以eth0为例1. 以DHCP方式配置网卡 编辑文档/etc/network/inter... 阅读全文
posted @ 2012-11-30 13:18 lexus 阅读(389) 评论(0) 推荐(0)

摘要: network manager - Have to run sudo dhclient eth0 automatically every boot - Ask UbuntuHave to run sudo dhclient eth0 automatically every boot up vote 0 down votefavoriteI just installed ubuntu 12.04.1... 阅读全文
posted @ 2012-11-30 13:17 lexus 阅读(501) 评论(0) 推荐(0)

上一页 1 ··· 275 276 277 278 279 280 281 282 283 ··· 630 下一页