自定义View继承自View@OverrideonDraw方法引用方式1、layout.addView()2、LinearLayout.addView---------------添加组件LinearLayout包含的所有子元素都受LinearLayout.LayoutParams控制,因此Line...
分类:
其他好文 时间:
2014-05-01 09:48:12
阅读次数:
368
屏幕分辨率:1024x600density:1(160)文件夹:values-mdpi-1024x600屏幕分辨率:1024x600density:1.5(240)文件夹:values-hdpi-683x400由1024/1.5600/1.5得到,需要四舍五入。屏幕分辨率:800x480densit...
分类:
移动开发 时间:
2014-05-01 09:38:26
阅读次数:
472
转自OSChina,
原文:http://www.oschina.net/translate/ajax-cross-origin-http-request背景跨源HTTP请求(也称跨域AJAX请求)是大多数Web开发人员可能遇到的一个问题,根据同源策略,浏览器将限制客户端的JavaScript在一个...
分类:
其他好文 时间:
2014-05-01 09:26:14
阅读次数:
486
[1]The import com.baidu.mapapi.map.Geometry
conflicts with a type defined in the same
file解决:百度api包下的Geometry和某个类名相冲突,将类名换成另外的名字,不要和百度相关类里面的类名相同[2]jav...
分类:
移动开发 时间:
2014-05-01 08:56:27
阅读次数:
648
1、doubango官网:http://www.doubango.org/2、doubango是一个开源的VOIP基础平台,并能用于嵌入式和桌面系统的开源框架,该框架使用ANSCI-C编写,具有很好的可移植性。3、根据doubango的框架、特点与linphone的对比,显然doubango更适合做...
分类:
其他好文 时间:
2014-05-01 08:55:49
阅读次数:
720
Android常用工具类主要介绍总结的Android开发中常用的工具类,大部分同样适用于Java。目前包括HttpUtils、DownloadManagerPro、ShellUtils、PackageUtils、PreferencesUtils、JSONUtils、FileUtils、Resourc...
分类:
移动开发 时间:
2014-05-01 08:55:11
阅读次数:
570
InterceptorManager PluginManageropenfire
插件的中servlet 在web-custom.xml 中的配置 url 一定要小写,访问时不区别大写小 否则404如: Sample1Servlet
com.myyule.openfire.plugin.S...
分类:
其他好文 时间:
2014-05-01 08:42:11
阅读次数:
305
for Web Authors and WebmastersThis is an
informational document. Although technical in nature, it attempts to make the
concepts involved understandabl...
分类:
其他好文 时间:
2014-05-01 08:37:04
阅读次数:
438
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags ...
分类:
其他好文 时间:
2014-04-29 13:24:23
阅读次数:
443