自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 pip install zstandard python setup.py egg_info“ failed with error

更新3:python -m pip install --user --upgrade --force pip。更新2:python -m pip install --upgrade --force pip。更新1:pip install --upgrade pip。解决当前问题时遇到的各种异常报错及解决方法记录。

2024-02-28 17:02:25 627

原创 Android Targeting R+ requires the resources.arsc of installed APKs to be stored uncompressed and al)

v1-signing-enabled:是否开启v1签名,值为<true | false>,该工具会使用 --min-sdk-version 和 --max-sdk-version 的值来决定何时采用此签名方案。–v2-signing-enabled:是否开启v2签名,值为<true | false>该工具会使用 --min-sdk-version 和 --max-sdk-version 的值来决定何时采用此签名方案。(–key --cert 签名方式使用该种方式签名才需要,pass:123456)

2024-01-10 16:17:31 1644

原创 Android通过Mapping.txt还原混淆过后的代码

如何恢复混淆过后的代码文件,这个时候需要用到Mapping.txt文件。Mapping文件:用来查看混淆前和混淆后的对比文件。一般用来查看线上的bug的log日志。mapping文件目录: \app\build\outputs\mapping\release。既然是要还原混淆过后的代码,首先要想到一点,混淆-ProGuard,Android自带的混淆工具,既然可以混淆我们的源文件那相反肯定也可...

2018-04-23 18:18:19 6336 5

原创 WebView之软键盘弹起时遮住输入框解决方法

解决方法一: 在所在的Activity中加入getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE|WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);解决方法二:1.调整AndroidManifest.xml找到对应的Activity,加入

2017-03-20 14:18:43 1074

原创 选取相册是解决部分手机返回路径为空

android 相册选取照片获取正确路径

2017-03-06 18:58:05 699

原创 关于AS版本控制总结的小知识-待补充

AS版本控制: 配置: SVN https://www.zhihu.com/question/32298079/answer/56010423 File-Settings-Version Control-Subversion Use command line client: D:\SVN\bin\svn.exe 配置路径svn.exeGit File-Settings-Vers

2017-01-04 10:54:29 1174

原创 ScreenUtils

public class ScreenUtils {/** * 获得屏幕高度 * * @param context * @return */public static int getScreenWidth(Context context) { WindowManager wm = (WindowManager) context .getSystemServ

2016-12-22 14:09:41 437

原创 DistanceUtils

根据服务器返回经纬度计算与当前手机距离public class DistanceUtils {private static double longitude;private static double latitude;//传入显示位置的TextViewpublic static void getDistance(){ Context mContext = LeFenMallA

2016-12-22 14:07:07 761

空空如也

空空如也

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

TA关注的人

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