在阿里云服务器Centos7中安装mysql5.7,解压数据库初始化后,报错 ./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or di ...
分类:
数据库 时间:
2020-12-31 11:58:26
阅读次数:
0
解决办法 在terminal中重启下server D:\Android_projects>adb kill-server D:\Android_projects>adb start-server ...
分类:
移动开发 时间:
2020-12-31 11:51:22
阅读次数:
0
import tkinter as tkfrom tkinter import ttkdef getSave(): f=open("a.txt","a") f.write(str(v1.get())) f.write("\n") f.write(v2.get()) f.write("\n") f.w ...
分类:
编程语言 时间:
2020-12-30 10:56:30
阅读次数:
0
处理线程中打开文件,每次读取一行并记录当前读取位置,没有下一行让出一秒logfile = './logs/%s_%s.log' % (appName, time.strftime('%Y_%m_%d')) file = open(logfile, 'r', encoding='utf-8') whi ...
分类:
编程语言 时间:
2020-12-30 10:45:44
阅读次数:
0
TCP数据包分析 https://github.com/han-guang-xue/flutter/blob/master/Network/wireshark%E6%95%B0%E6%8D%AE%E5%8C%85%E5%88%86%E6%9E%90/README.md ...
分类:
其他好文 时间:
2020-12-30 10:45:26
阅读次数:
0
1 #region 正序 2 /// <summary> 3 /// 正序 4 /// </summary> 5 /// <typeparam name="T"></typeparam> 6 /// <param name="source"></param> 7 /// <param name="o ...
分类:
其他好文 时间:
2020-12-29 11:32:07
阅读次数:
0
ftp相关的包不需要安装,python自带 # -*- coding:utf-8 -*- from ftplib import FTP def upload(f, remote_path, local_path): fp = open(local_path, "rb") buf_size = 102 ...
分类:
编程语言 时间:
2020-12-29 11:28:50
阅读次数:
0
在resource里引入Library selenium2library Library String (正则对于数据处理) 操作 关键字 打开浏览器 Open Browser 地址 浏览器(谷歌:gc 火狐:ff) 控制浏览器最大化 Maximize Browser Window 隐式等待元素显示 ...
分类:
其他好文 时间:
2020-12-29 11:28:06
阅读次数:
0
1.先重新启动kali试试,发现无法解决问题。 2.VMware左上角-虚拟机-可移动设备-网络设备-设备中切换网络连接方式 改为NAT或者桥接 3.编辑/etc/network/interfaces文件 使用vim命令修改这个文件 eth0为dhcp模式 重启网卡 /etc/init.d/netw ...
分类:
其他好文 时间:
2020-12-29 11:27:11
阅读次数:
0
curl is a a command line tool that allows to transfer data across the network. It supports lots of protocols out of the box, including HTTP, HTTPS, FT ...
分类:
Web程序 时间:
2020-12-29 11:24:49
阅读次数:
0