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
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:a ...
分类:
其他好文 时间:
2021-05-24 09:58:36
阅读次数:
0
we're going to dive deep into a more complex example in which we combine mapped types, key remapping, template literal types, and indexed access types ...
分类:
移动开发 时间:
2021-05-24 09:32:51
阅读次数:
0
01. 主要配置属性 02.布局样式 输入数据的读取: ...
分类:
移动开发 时间:
2021-05-24 08:26:35
阅读次数:
0
01. 常规属性配置 02. 阴影效果的实现 03. 跑马灯效果 (卡的情况是由录屏工具按帆录取的现象,实际效果挺流畅的) 跑马灯效果的实现,除上述配置外,还需要配置对象聚集 对于跑马灯的效果,自带的效果是缓慢的移动,而且是必须要获得 焦点,不好用 实际应用中,可在网上搜搜看,有不有比较好用的,别人 ...
分类:
移动开发 时间:
2021-05-24 08:15:54
阅读次数:
0
01 36岁Android开发,为公司工作8年,昨天HR说公司不准备续约 前天晚上,有个读者给我留言,讲述了他自己比较气愤的一件事,感觉自己委屈又不值。 这位朋友不愿意透露姓名,就叫他H先生吧。 H先生是典型的学霸,大学也是211的牌子,又是计算机专业。 研究生毕业以后就进入了现在的公司当了一名An ...
分类:
移动开发 时间:
2021-05-24 08:13:06
阅读次数:
0
0、使用依赖注入原则背后的目的是: 有效地设计服务及其依赖关系 防止多线程问题 防止内存泄漏 防止潜在的错误 1、注入方式: 1.1、构造函数注入 构造函数注入用在服务的构造函数上声明和获取依赖服务.例如: 1 public class ProductService 2 { 3 private re ...
分类:
Web程序 时间:
2021-05-24 08:02:35
阅读次数:
0
import pandas as pd import pymysql def import_data_from_csv(): # 从csv文件导入数据 # engine="python"可以避免文件路径中有中文, encoding="utf_8_sig"可以使读取的内容中有中文 df = pd.re ...
分类:
其他好文 时间:
2021-05-24 07:01:05
阅读次数:
0
python正则表达式 1、re简介 正则表达式re,是Regular Expression的简称。正则表达式通常被用来检索、替换那些符合某个模式(规则)的文本。 2、在python中使用正则表达式 在python中许多场合(本人是在使用爬虫时)正则表达式都能起到很关键的作用,在使用前,先引用re包 ...
分类:
编程语言 时间:
2021-05-24 06:44:03
阅读次数:
0