码迷,mamicode.com
首页 >  
搜索关键字:file not found    ( 56770个结果
阿里云Centos7 安装mysql5.7 报错:./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
在阿里云服务器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
asp.net core 5,0 项目中Add-Migration 执行报错 (可能不小心删掉了,安装后真的可以用了!!!)
错误提示: 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
saltstack3-状态管理-yum安装软件
状态管理-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
SpringBoot项目添加EurekaClient日志出问题
问题症状 日志里同时出现正常的日志目录和 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心得
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
php源代码安装常见错误与解决办法分享
错误: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
tomcat JAVA_OPTS
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删除快捷方式小箭头
测试版本:Windows10 1903 windows系统安装应用软件后,桌面生成的快捷方式图标,默认情况下左下角有个小箭头,作为一个追求完美主义的我(圆心),是不能容忍的,特别特别难看。在此,我提供一种方式解决图标箭头问题。 去除桌面快捷方式箭头: 1.在桌面新建一个txt文本文档,将以下代码复制 ...
分类:Windows程序   时间:2020-12-30 11:12:31    阅读次数:0
IDApro 快捷键
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
56770条   上一页 1 ... 74 75 76 77 78 ... 5677 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!