自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (2)
  • 收藏
  • 关注

原创 EditText两个数字自动加空格

public class MyTextWatcher implements TextWatcher { int label; EditText editText; public MyTextWatcher(int label,EditText editText) { this.label = label; this.editText = ed

2017-07-31 08:47:09 583

原创 解决弹出输入法ScrollView重新刷新卡顿的问题

清单配置文件加属性:android:configChanges="keyboardHidden|screenSize|orientation"

2017-07-31 08:42:39 569

原创 ToolBar回退键的调用和设置颜色

<android.support.design.widget.AppBarLayout android:id="@+id/about_appbar" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="3" android:theme="

2017-07-26 10:19:36 364

原创 EditText软键盘设置下一步调到指定edittext

android:imeOptions="actionNext"android:nextFocusForward="@+id/back_up_val"

2017-07-24 14:22:53 3462

转载 Android之Build类.(Android获取手机配置信息 )

一、类结构:java.lang.Object   ↳android.os.Build二、类概述:从系统属性中提取设备硬件和版本信息。三、内部类:1、Build.VERSION    各种版本字符串2、Build.VERSION_CODES    目前已知的版本代码的枚举类四、常量:UNKNOWN   当

2017-07-17 13:47:23 958

原创 angads25:文件选择器

private void importTxtFile() { DialogProperties properties = new DialogProperties(); properties.selection_mode = DialogConfigs.SINGLE_MODE;// 多选 、 单选 properties.selection_type = DialogCon...

2017-07-14 09:07:50 629

原创 JAVA_16进制字符串转10进制

String str = new BigInteger("f468f994", 16).toString(10);

2017-07-10 16:08:39 7092 2

Vue开发调试工具插件chrome.zip

前端开发调试插件,Vue调试插件,Vue.js devtools Chrome插件下载,直接加压按步骤添加即可使用

2020-06-04

QrCode.Net35.zip

c#二维码类库

2019-11-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除