本文介绍了linux下cron定时任务计划的一些知识点。
分类:
系统相关 时间:
2018-10-27 13:27:10
阅读次数:
240
前两天从Android 7.0升级到Android 8.0,今天在用 adb shell dumpsys activity | findstr "mFocusedActivity"来获取当前活跃的activity时,发现什么也没得到 后来百度得知,命令换了,应该用 adb shell dumpsys ...
分类:
移动开发 时间:
2018-10-26 13:16:06
阅读次数:
369
from matplotlib import pyplot as plt from matplotlib import animation import os,re # import numpy as np def getTotalPss(): lines=os.popen("adb shell d... ...
分类:
移动开发 时间:
2018-10-26 13:10:33
阅读次数:
367
欢迎大家前往 "腾讯云+社区" ,获取更多腾讯海量技术实践干货哦~ 本文由 "鹅厂优文" 发表于 "云+社区专栏" 作者:郑小辉 | 腾讯 游戏客户端开发高级工程师 写在前面:本文所有的文字都是我手工一个一个敲的,以及本文后面分享的Demo代码都是我一行一行码的,在我之前已经有非常多的前辈研究过Lu ...
分类:
其他好文 时间:
2018-10-24 20:04:06
阅读次数:
183
1、启动测试工具 "E:\android-sdk_r24.4.1-windows\android-sdk-windows\tools"中的uiautomatorviewer 2、在 UI Automator Viewer界面点击第二个按钮 Device Screenshot 3、此时出现 Unabl ...
分类:
数据库 时间:
2018-10-24 19:56:24
阅读次数:
691
昨天使用adb命令成功安装了应用,但是在卸载时却报错,卸载失败,如下图: 然后我找了找原因,觉得可能是包名以及路径的原因, 于是就先把手机上的应用都打印出来看下, 列出手机装的所有app的包名: adb shell pm list packages 这个有点多了,还包括系统的应用,于是再使用另外一个 ...
分类:
数据库 时间:
2018-10-24 12:09:31
阅读次数:
832
一、安装MySQL 1、下载安装包 mysql-5.6.40-linux-glibc2.12-x86_64.tar.gz 2、卸载系统自带的Mariadb rpm -qa|grep mariadb //查询已安装的mariadb rpm -e --nodeps 文件名 //卸载,文件名为使用rpm ...
分类:
数据库 时间:
2018-10-23 20:41:09
阅读次数:
318
目录介绍 1.1 OnErrorNotImplementedException【 Can't create handler inside thread that has not called Looper.prepare()】 1.2 adb.exe,start-server' failed -- ...
分类:
其他好文 时间:
2018-10-23 16:25:35
阅读次数:
272
https://downloads.mariadb.org/mariadb/repositories/#mirror=neusoft&distro=Ubuntu&distro_release=bionic--ubuntu_bionic&version=10.3 以下是从Ubuntu系统上的Ubunt ...
分类:
数据库 时间:
2018-10-23 15:44:24
阅读次数:
299