优雅食用WSL 效果展示 前置条件 windows10且版本支持WSL 相关软件安装 WSL 在“启用或关闭Windows功能”中 勾选“适用于Linux的Windows子系统”选项,并确认(该操作需要重新启动Windows系统) Ubuntu termius 在Windows Microsoft ...
分类:
其他好文 时间:
2021-05-24 15:11:12
阅读次数:
0
图: 懒得写解释了直接上代码: 代码: package chenlong.chenlong.viewstudy.myview; import android.content.Context; import android.graphics.Canvas; import android.graphic ...
分类:
移动开发 时间:
2021-05-24 14:36:13
阅读次数:
0
从Android小白到架构师的职业规划到底是怎样的? 我们初入这行是可能出于兴趣,可能出于前景。 入行这个职业就代表着你需要不断的学习、学习,进阶、进阶。 在我们入行之初,为了就业,我们不得不让自己的知识体系更具有“广度” 入职后,你发现并不是之前所学的知识都需要用到,你开始需要进阶某一知识模块的“ ...
分类:
移动开发 时间:
2021-05-24 14:32:15
阅读次数:
0
思路 1 先调用模块 2 定义一个函数 2.1 获取网址(点击评论 找到JSON的文件(分析评论preview)获取Request URL后面的地址) 2.2 添加用户的请求头 2.3 使用get方法发送请求 2.4 转化格式 并返回(return)格式(.text) 3. 应为要以键值对的格式保存 ...
分类:
Web程序 时间:
2021-05-24 14:26:51
阅读次数:
0
恢复内容开始 webkit 代表浏览器 Safari chrome android手机默认的浏览器 塞班手机浏览器 Trident 代表浏览器 IE 搜狗浏览器 Gecko 代表浏览器 mozilla firefox Presto 代表浏览器Opera浏览器 例外 搜狗、遨游、QQ浏览器内核:Tri ...
分类:
其他好文 时间:
2021-05-24 13:25:52
阅读次数:
0
Android 黑马学习视频 目录 01、安卓基础+JNI (14天) 02、Android应用开 发-代码版本管理和实战(1天) 03、android案 例与项目_手机安全卫士(12天) 04、自定义控件与视图(2天) 05、android项目实战_ 智慧北京(6天) 06、android项目实战 ...
分类:
移动开发 时间:
2021-05-24 11:09:42
阅读次数:
0
/system/core/libutils/include/utils/Condition.h 1 // 2 3 // DO NOT USE: please use std::condition_variable instead. 4 5 /* 6 * Condition variable clas ...
分类:
移动开发 时间:
2021-05-24 10:49:00
阅读次数:
0
frameworks/base/core/java/android/os/ConditionVariable.java 1 /* 2 * Copyright (C) 2006 The Android Open Source Project 3 * 4 * Licensed under the Apa ...
分类:
移动开发 时间:
2021-05-24 10:45:44
阅读次数:
0
1、指定包 adb logcat | findstr <packagename> >F:\test.log 2、指定时间 adb logcat -v threadtime -t '08-08 08:08:08.000' >F:\test.log 3、打印到cmd adb logcat 4、打印 信息 ...
分类:
移动开发 时间:
2021-05-24 10:00:37
阅读次数:
0
finish()官方解析:Call this when your activity is done and should be closed. The ActivityResult is propagated back to whoever launched you via onActivityRe ...
分类:
移动开发 时间:
2021-05-24 09:59:42
阅读次数:
0