上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 38 下一页
摘要: Glide.with(this) .load(url) .into(new SimpleTarget<Drawable>() { @Override public void onResourceReady(@NonNull Drawable resource, @Nullable Transitio 阅读全文
posted @ 2020-10-16 10:23 野生野鸡码农 阅读(1343) 评论(0) 推荐(0) 编辑
摘要: public class DensityUtil { public static int sp2px(Context context, int spValue) { float pxDimension = TypedValue.applyDimension(TypedValue.COMPLEX_UN 阅读全文
posted @ 2020-09-30 10:54 野生野鸡码农 阅读(174) 评论(0) 推荐(1) 编辑
摘要: package com.z.z.bean; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import st 阅读全文
posted @ 2020-09-28 13:57 野生野鸡码农 阅读(593) 评论(0) 推荐(0) 编辑
摘要: z转载:https://www.cnblogs.com/Jenaral/p/5938778.html https://www.jianshu.com/p/3faabf43991c 方式一:合并一个新的空代码分之 步骤 1、在需要回滚的commit上右键创建分支 2、输入新的分支名 3、左侧出现了新的 阅读全文
posted @ 2020-09-24 18:30 野生野鸡码农 阅读(746) 评论(0) 推荐(0) 编辑
摘要: package com.z.z.utils; /* * :Created by z on 2020-08-31 */ import android.content.Context; import android.graphics.Bitmap; import android.media.MediaM 阅读全文
posted @ 2020-09-24 18:24 野生野鸡码农 阅读(3026) 评论(0) 推荐(0) 编辑
摘要: /** * context 上下文 * uri 视频地址 * imageView 设置image * frameTimeMicros 获取某一时间帧 */ public void loadVideoScreenshot(final Context context, String uri, Image 阅读全文
posted @ 2020-09-24 18:00 野生野鸡码农 阅读(2684) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; self.title = @" 阅读全文
posted @ 2020-09-17 10:41 野生野鸡码农 阅读(392) 评论(0) 推荐(0) 编辑
摘要: https://www.pgyer.com/tools/udid 蒲公英一步快速获取 iOS 设备的 UDID 阅读全文
posted @ 2020-09-08 16:27 野生野鸡码农 阅读(889) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-07 14:28 野生野鸡码农 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-24 13:01 野生野鸡码农 阅读(137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 38 下一页