- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 Error: Activity used to start app doesn’t exist or cannot ve launched!
appium报错:error: Failed to start an Appium session, err was: Error: Activity used to start app doesn't exist or cannot ve launched! Make usre it exists and is launchable activity解决办法:1.分析:包名错
2017-10-20 10:40:38
630
转载 CentOS 7 之 hostapd.conf 配置说明
转载自:老丁的Linux:http://laoding.blog.51cto.com/980622/1697015hostapd 的配置文件位于 /etc/hostapd/hostapd.conf 。hostapd 软件包已经提供了 hostapd.conf 的最全最详细的说明,该文件位于:/usr/share/doc/hostapd-版本号/hostapd.conf。可能不同
2017-08-09 18:12:07
5024
原创 wpa_cli中文问题处理
扫描示例:SSID: wifi 中文$ wpa_cli -i wlan0 -p /var/run/wpa_supplicant scan_result# bssid / frequency / signal level / flags / ssid# 02:1a:11:fc:d8:78 2462 -25 [WPA
2017-08-06 16:16:36
3695
原创 apt-get install 时lock问题
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?解决方法1:$ sudo
2017-08-06 15:24:12
325
原创 sync 的使用
FILE *fp; if ((fp = fopen(write_filename, "wb")) == NULL) { fprintf("can't open %s\n", write_filename); exit(1); } fflush(fp); int fd = fileno(fp); fdatasync(fd); fclose(f
2017-08-03 14:44:07
575
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人