修改指定位置 sudo nvim /usr/share/themes/主题名/gnome-shell/gnome-shell.css 主题名可以根据neofetch或screenfetch查看对应的Theme 进入文件后选择搜索 .candidate-popup-content 在该类下添加font ...
分类:
其他好文 时间:
2020-06-26 20:33:28
阅读次数:
119
一、AndroidDriver下的方法 1、启动其他app /使用命令获取adb shell dumpsys window windows | findstr "mCurrentFocus" Activity activity=new Activity("appPackage", "appActiv ...
分类:
移动开发 时间:
2020-06-26 20:27:19
阅读次数:
109
转自http://www.zsythink.net/archives/2252 场景一:判断变量是否为空 我们可以直接判断变量是否为空,方法如下 如上图所示,变量值非空时返回真(即返回值为0),使用上述方法判断变量值是否为空时,[ ] 与 [[ ]] 没有区别,上例中,变量值非空,返回真,我们可以使 ...
分类:
系统相关 时间:
2020-06-26 18:23:20
阅读次数:
64
# 计算器: C:\Users\del>adb shell dumpsys window w |findstr \/ |findstr name= # mSurface=Surface(name=com.youba.calculate/com.youba.calculate.MainActivity ...
分类:
移动开发 时间:
2020-06-26 14:58:06
阅读次数:
105
目录 Hive 简介 什么是Hive 为什么使用 Hive Hive 特点 Hive 和 RDBMS 的对比 Hive的架构 1、用户接口: shell/CLI, jdbc/odbc, webui Command Line Interface 2、跨语言服务 : thrift server 提供了一 ...
分类:
其他好文 时间:
2020-06-26 14:53:40
阅读次数:
70
# 计算器: C:\Users\del>adb shell dumpsys window w |findstr \/ |findstr name= # mSurface=Surface(name=com.youba.calculate/com.youba.calculate.MainActivity ...
分类:
移动开发 时间:
2020-06-26 14:37:50
阅读次数:
104
一、循环 1.for循环 1)格式 基本格式 for var in list do 循环体 done 其中 list是可迭代的对象,常见的包括: 数组 $(seq n m) 表示从n到m的正整数序列 {n..m} 表示从n到m的正整数 value1 value2 value3 ... 一系列值,可以 ...
分类:
系统相关 时间:
2020-06-26 14:23:48
阅读次数:
76
增加shell脚本 #!/bin/bash n=`curl -I -s http://127.0.0.1:8088/projectName/index.jsp | grep "HTTP/1.1 200" | wc -l` if [ $n -ne 1 ] then title='projectName ...
分类:
编程语言 时间:
2020-06-26 12:54:41
阅读次数:
100
set 用来显示shell变量(包括环境变量、用户变量和函数名及其定义),同时可以设置shell选项来开启调试、变量扩展、路径扩展等开关env 用来显示和设置环境变量export 用来显示和设置导出到子shell的环境变量 每个shell有自己特有的变量(set)显示的变量,这个和用户变量是不同的, ...
分类:
系统相关 时间:
2020-06-26 10:35:27
阅读次数:
66
开机就进入命令窗口,窗口提示信息如下: generating “/run/initramfs/rdsosreport.txt”entering emergencymode. exit the shell to continuetype “journalctl” to view system logs ...
分类:
其他好文 时间:
2020-06-26 10:23:19
阅读次数:
143