Linux su命令 在我的fc6系统下用普通用户登录,然后用su命令切换到超级用户,再输入ifconfig命令,报错:command not find。而如果用su -命令切换到超级用户,再输入ifconfig命令则能成功执行。这其中涉及的就是su命令与su -命令的区别,man su得到的帮助文 ...
分类:
系统相关 时间:
2020-05-20 20:28:20
阅读次数:
119
尝试在pg库中创建订阅的时候,遇到了一下错误: ERROR: could not load library "/usr/pgsql-11/lib/libpqwalreceiver.so": /usr/pgsql-11/lib/libpq.so.5: symbol X509_get_signature ...
分类:
其他好文 时间:
2020-05-20 18:49:04
阅读次数:
121
参考链接:https://blog.csdn.net/weixin_39477597/article/details/82423677 在用Xshell 连接centos7的时候会遇到Could not connect to '192.168.119.129' (port 22): Connecti ...
分类:
系统相关 时间:
2020-05-20 14:11:01
阅读次数:
158
背景:运行代码提示找不到ADB An unknown server-side error occurred while processing the command. Original error: Could not find 'adb.exe' in PATH. Please set the A ...
分类:
移动开发 时间:
2020-05-20 12:43:19
阅读次数:
157
背景 运行时代码报错: selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error ...
分类:
移动开发 时间:
2020-05-20 12:36:57
阅读次数:
127
在工作中遇到了Excel导入功能的开发,在这总结梳理一下。如果导入Excel表格次数较少,我们可以选择直接导入SQLserver数据库,但是如果需要经常需要导入数据,就需要单独开发一个导入功能,也就是今天的说的功能开发。 原理 因为我们做的是一个物资管理系统,经常需要导入入库数据,所以就非常需要Ex ...
分类:
其他好文 时间:
2020-05-20 12:11:45
阅读次数:
60
当在编译打包文件时,有时候html文件需要编译进二进制 , 可以使用这个包 github.com/gobuffalo/packr 当使用了go.mod的话 , 直接在代码中引入使用就行 , 运行或者编译时会自动把依赖下载下来 box := packr.NewBox("../static") cont ...
分类:
Web程序 时间:
2020-05-19 22:52:42
阅读次数:
96
如果你还想从头学起Appium,可以看看这个系列的文章哦! https://www.cnblogs.com/poloyy/category/1693896.html 前言 上一篇文章介绍了另一块控件定位工具:UIAutomatorviewer 这一篇,我们来介绍另一款工具:Appium Deskto ...
分类:
移动开发 时间:
2020-05-19 21:01:34
阅读次数:
104
1 # coding=utf-8 2 from selenium import webdriver 3 from selenium.webdriver.common.action_chains import ActionChains 4 import time 5 6 driver = webdri ...
分类:
编程语言 时间:
2020-05-19 20:53:12
阅读次数:
101
chromeDriver所有版本下载路径:https://npm.taobao.org/mirrors/chromedriver 将下载的chromeDriver放置与固定目录,如“E:\\drivers” 设置Desired Capablity capabilities.SetCapability ...
分类:
移动开发 时间:
2020-05-19 20:50:22
阅读次数:
127