用pixel 2 XL刷官方镜像,结果不断提示getvar:all FAILED (remote: 'unknown command'),搜了半天没发现有什么解决方案,最后根据Google搜到的一些零星的结果硬把坑踩过去了。 重点主要就两点: 1.platform-tools版本不能高于26 2.A ...
分类:
移动开发 时间:
2020-07-12 19:15:48
阅读次数:
138
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=18 实例练习一(创建一个柱的族) using System; using System.Collections.Generic; using System.Linq; using System.T ...
分类:
其他好文 时间:
2020-07-12 16:24:00
阅读次数:
82
概述 一般SSH的项目都是使用三层架构即Controller、Services、DAO。 Spring 的事务一般都在Services定义,而Controller、DAO都不定义事务。 那么 Services 方法调用 Services 的方法,事务是怎么执行的? 有些人说不建议Service 调用 ...
分类:
编程语言 时间:
2020-07-12 15:08:04
阅读次数:
72
[root@kunpeng82 mininet]# ls /lib/systemd/system/zebra.service /lib/systemd/system/zebra.service [root@kunpeng82 mininet]# vi /lib/systemd/system/zebr ...
分类:
其他好文 时间:
2020-07-12 14:15:10
阅读次数:
68
@Test public void test1(){ File file1 = new File("/Users/truman/Desktop/Life"); System.out.println(file1); System.out.println(file1.isDirectory()); Fi ...
分类:
编程语言 时间:
2020-07-12 12:26:01
阅读次数:
67
Linux下查看版本 1.查看Linux系统内核信息,系统位数 uname -a Linux DESKTOP-BCSFH1R 4.4.0-19041-Microsoft #1-Microsoft Fri Dec 06 14:06:00 PST 2019 x86_64 x86_64 x86_64 GN ...
分类:
系统相关 时间:
2020-07-12 01:16:53
阅读次数:
246
开源地址: git地址:https://gitee.com/aprl/kmx-MP4 git clone https://gitee.com/aprl/kmx-MP4.git Cloning into 'kmx-MP4'... remote: Enumerating objects: 21, don ...
分类:
其他好文 时间:
2020-07-12 01:02:31
阅读次数:
76
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=13 TaskDialog任务对话框 任务对话框的控件 任务对话框 任务对话框执行结果 实例练习一 using System; using System.Collections.Generic; u ...
C:\Users\del>adb shell dumpsys batterystats | more > C:\Users\del\Desktop\a.txt ——整个电池信息 C:\Users\del>adb shell dumpsys batterystats com.wawj.app.t | ...
分类:
移动开发 时间:
2020-07-11 16:51:57
阅读次数:
208
管道:实用程序服务和数据结构 Pipes: utility services and data structures 管道公用设施 Nucleus RTOS有四个API调用,它们提供与管道相关的实用程序函数:重置管道、返回有关管道的信息、返回应用程序中管道的数量以及返回指向应用程序中所有管道的指针。 ...
分类:
其他好文 时间:
2020-07-11 10:01:53
阅读次数:
59