2013年8月14日
摘要: 转载至:http://www.cnblogs.com/linjiqin/archive/2011/02/11/1951632.htmlpackage com.ljq.test;/** * 枚举用法详解 * * @author jiqinlin * */public class TestEnum { /** * 普通枚举 * * @author jiqinlin * */ public enum ColorEnum { red, green, yellow, blue; } /** * 枚举像普通... 阅读全文
posted @ 2013-08-14 16:45 飘杨...... 阅读(255) 评论(0) 推荐(0) 编辑
摘要: //移动APP调起Android百度地图方式举例 Intent intent = null; try {// intent = Intent.getIntent("intent://map/direction?origin=latlng:34.264642646862,108.95108518068|name:我家&destination=大雁塔&mode=driving&region=西安&src=yourCompanyName|yourAppName#Intent;scheme=bdapp;package=com.b... 阅读全文
posted @ 2013-08-14 14:57 飘杨...... 阅读(3311) 评论(0) 推荐(0) 编辑