在controller节点,shell窗口进行账户登录,需要配置用户环境脚本 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin(项目名称) export OS_USERNAME=admin(账户名) export OS_P ...
分类:
其他好文 时间:
2021-07-29 16:22:50
阅读次数:
0
debug:am trace-ipc源码分析 一、使用 官网介绍 链接:Slow rendering 如果您有 binder 事务,则可以使用以下 adb 命令捕获其调用堆栈: $ adb shell am trace-ipc start … use the app - scroll/animate ...
分类:
其他好文 时间:
2021-07-28 21:34:30
阅读次数:
0
1 获取当前脚本所处目录路径 #!/bin/bash work_dir=$(cd $(dirname $0);pwd) echo $work_dir ...
分类:
系统相关 时间:
2021-07-28 21:18:02
阅读次数:
0
Kafka最早是由LinkedIn公司开发的,作为其自身业务消息处理的基础,后LinkedIn公司将Kafka捐赠给Apache,现在已经成为Apache的一个顶级项目了,Kafka作为一个高吞吐的分布式的消息系统,目前已经被很多公司应用在实际的业务中了,并且与许多数据处理框架相结合,比如Hadoo ...
分类:
其他好文 时间:
2021-07-26 16:51:13
阅读次数:
0
Apache HBase 是一个开源的、分布式的、版本化的、非关系的数据库。Apache HBase 提供对数十亿个数据的低延迟随机访问在非专用硬件上有数百万列的行。 关于 HBase更多内容,请参阅 https://hbase.apache.org/。 HBase 最新版下载地址,Apache H ...
分类:
数据库 时间:
2021-07-26 16:44:29
阅读次数:
0
os模块: os.system os.system("cat/cmd等...") os.popen print os.popen("adb shell ls ../aa.png").read() >>> 输出:aa.png 爆出包含文件 {{%20config.__class__.__init__. ...
分类:
编程语言 时间:
2021-07-26 16:40:48
阅读次数:
0
##源码查看小结 使用方式: 1.Web界面,Dashboard(horizon) 2.命令行,cliff 3.API,RESTful API 服务部署:(python: wsgi → application) Apache + mod_wsgi (官方) Nginx + uWSGI API框架: ...
分类:
其他好文 时间:
2021-07-23 17:39:38
阅读次数:
0
###一.sshd简介 sshd(secure shell)服务使用ssh协议远程开启其他主机shell的服务。首先需要打开sshd 服务 ###二.sshd服务状态调整 systemctl status sshd 查看服务状态 systemctl start sshd 打开服务 systemctl ...
分类:
系统相关 时间:
2021-07-21 17:39:31
阅读次数:
0
<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>4.4.10</version> </dependency> <dependency> <grou ...
分类:
编程语言 时间:
2021-07-19 16:57:51
阅读次数:
0
https://blog.csdn.net/Richard_vi/article/details/78909939?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7Edefaul ...
分类:
Web程序 时间:
2021-07-19 16:54:29
阅读次数:
0