run_wind

导航

2012年11月15日 #

豌豆夹导致ADB服务无法开启

摘要: 注:本文转载至:http://yqwang.info/Eclipse中启动Android程序失败,报The connection to adb is down, and a severe error has occured.You must restart adb and Eclipse.Pleas... 阅读全文

posted @ 2012-11-15 12:16 run_wind 阅读(163) 评论(0) 推荐(0)

Android版:验证手机号码的正则表达式

摘要: /** * 验证手机格式 */ public static boolean isMobileNO(String mobiles) { /* 移动:134、135、136、137、138、139、150、151、157(TD)、158、159、187、188 联通:130、131、132、... 阅读全文

posted @ 2012-11-15 12:00 run_wind 阅读(178) 评论(0) 推荐(0)