上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 41 下一页
摘要: package test; import java.util.HashMap;import java.util.Map; public class Pinyin9 { private static Map numMap = new HashMap(); private stat... 阅读全文
posted @ 2015-08-30 10:48 狂奔的小狮子 阅读(2792) 评论(0) 推荐(0) 编辑
摘要: public static T converter(Map map, Class clz) { T obj = null; try { obj = clz.newInstance(); BeanInfo beanInfo = Introspector.get... 阅读全文
posted @ 2015-08-30 10:46 狂奔的小狮子 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 可以通过输入身份证的前17位,然后算出18位,与输入的第18位进行校验,判断输入的是否是合法的身份证“package com.edaixi.testjava;import java.math.MathContext;import java.util.regex.Matcher;import java... 阅读全文
posted @ 2015-08-30 10:37 狂奔的小狮子 阅读(370) 评论(0) 推荐(0) 编辑
摘要: # Built application files*.apk*.ap_# Files for the Dalvik VM*.dex# Java class files*.class# Generated filesbin/gen/# Gradle files.gradle/build/# Local... 阅读全文
posted @ 2015-08-28 23:40 狂奔的小狮子 阅读(532) 评论(0) 推荐(0) 编辑
摘要: //类似数组[行, 列]//表示起始位置为0,占据2行GridLayout.Spec rowSpec=GridLayout.spec(0, 2, GridLayout.UNDEFINED);//表示起始位置为1,占据1列GridLayout.Spec columnSpec=GridLayout.sp... 阅读全文
posted @ 2015-08-24 20:17 狂奔的小狮子 阅读(5641) 评论(0) 推荐(0) 编辑
摘要: 在使用百度地图定位的时候,BDLocation 不为空,但是,城市,地址各个字段都为空,需要设置option.setAddrType("all");全部代码为:mLocClient = new LocationClient(this); mLocClient.registerLocat... 阅读全文
posted @ 2015-08-20 16:47 狂奔的小狮子 阅读(795) 评论(0) 推荐(0) 编辑
摘要: package baidumapsdk.demo;import android.app.Activity;import android.content.BroadcastReceiver;import android.content.Context;import android.content.In... 阅读全文
posted @ 2015-08-20 14:33 狂奔的小狮子 阅读(655) 评论(0) 推荐(0) 编辑
摘要: style 阅读全文
posted @ 2015-08-20 10:18 狂奔的小狮子 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 在实际应用中,需要将一个字符串已不同的颜色,字体显示出来。当然完全可以通过不同textview拼接出来。也可以通过一个textview来展示。步骤如下: 1.定义不同style .不妨如下定义2个style 2 . 通过SpannableString 设置字符串格式。代码如... 阅读全文
posted @ 2015-08-15 13:52 狂奔的小狮子 阅读(3550) 评论(0) 推荐(0) 编辑
摘要: Mac下快捷键的符号所对应的按键⌥—>option|alt⇧—>shift⌃—>control⌘—>command⎋—>esc注:与F6/F7/F12等F功能键开头的组合的快捷键需要按住fn开启功能键如:快捷键⌘F12的按键组合为:fn + command + F12Android Studio 常... 阅读全文
posted @ 2015-08-11 14:00 狂奔的小狮子 阅读(15531) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 41 下一页