自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 问答 (1)
  • 收藏
  • 关注

翻译 EditText可以显示密码强度的控件的实现

首先写一个布局<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" and

2016-03-04 16:58:46 863

原创 Android studio导入eclipse的项目时,l解决libpng warning: iCCP: Not recognizing known sRGB profile that has be

在导入eclipse的项目时出现了     libpng warning: iCCP: Not recognizing known sRGB profile that has been edited Error:Execution failed for task ':app:mergeDebugResources'.Crunching Cruncher

2016-03-04 09:18:14 668

转载 Android】ListView监听上下滑动(判断是否显示返回顶部按钮)

package com.zihao.activity; import java.util.ArrayList;import java.util.List; import com.zihao.adapter.MyAdapter;import com.zihao.utils.ScreenUtil; import android.os.Bundle;import android.vie

2016-03-01 15:44:35 502

原创 获取视频的缩略图,已经调用系统的播放器播放视频

/** * 获取视频缩略图 * @param videoPath * @return */@TargetApi(Build.VERSION_CODES.FROYO)@SuppressLint("NewApi")public Bitmap getVideoThumbnail(String videoPath) { Bitmap bitmap = null; //获取视频

2016-03-01 09:55:04 425

go语言本地文件http浏览器

将.exe文件放到你要浏览的目录下,双击, 浏览器输入地址:8080端口就可以访问了。

2019-03-20

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

TA关注的人

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