在阿里云服务器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
import os import time import shutil def del_file(filepath): """ 删除某一目录下的所有文件或文件夹 """ del_list = os.listdir(filepath) for f in del_list: file_path = os ...
分类:
其他好文 时间:
2020-12-31 11:42:16
阅读次数:
0
错误提示: Add-Migration : The term 'Add-Migration' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelli ...
分类:
Web程序 时间:
2020-12-30 11:32:15
阅读次数:
0
状态管理-salt安装apache 编辑主配置文件,定义几个环境。 vim /etc/salt/master file_roots: base: - /srv/salt/base dev: - /srv/salt/dev test: - /srv/salt/test prod: - /srv/sal ...
分类:
其他好文 时间:
2020-12-30 11:27:09
阅读次数:
0
问题症状 日志里同时出现正常的日志目录和 IS_UNDEFINED application.properties如下 logging.file.path=logs spring.application.name=mes logback-spring.xml配置 <?xml version="1.0" ...
分类:
编程语言 时间:
2020-12-30 11:23:04
阅读次数:
0
Python用pandas读取excel文件后其实是以字典方式保存。 如定义file是打开的文件,则: file = { '1列名':[0值,1值,2值,3值。。。], '2列名':[0值,1值,2值,3值。。。], '3列名':[0值,1值,2值,3值。。。], '4列名':[0值,1值,2值,3 ...
分类:
编程语言 时间:
2020-12-30 11:22:37
阅读次数:
0
错误:configure: error: libevent >= 1.4.11 could not be found解决:yum -y install libevent libevent-devel错误:configure: error: Please reinstall the mysql dis ...
分类:
Web程序 时间:
2020-12-30 11:22:18
阅读次数:
0
1.JAVA_OPTS=" $JAVA_OPTS -server -Xms4096m -Xmx4096m -Xss512k -XX:PermSize=256M -XX:MaxPermSize=512M -Dfile.encoding=UTF-8" 2.JAVA_OPTS="$JAVA_OPTS -s ...
分类:
编程语言 时间:
2020-12-30 11:15:47
阅读次数:
0
测试版本:Windows10 1903 windows系统安装应用软件后,桌面生成的快捷方式图标,默认情况下左下角有个小箭头,作为一个追求完美主义的我(圆心),是不能容忍的,特别特别难看。在此,我提供一种方式解决图标箭头问题。 去除桌面快捷方式箭头: 1.在桌面新建一个txt文本文档,将以下代码复制 ...
https://www.hex-rays.com/wp-content/static/products/ida/idapro_cheatsheet.html File Operations Parse C header file... Ctrl+F9 Create ASM file... Alt+F ...
分类:
其他好文 时间:
2020-12-30 11:11:25
阅读次数:
0