码迷,mamicode.com
首页 >  
搜索关键字:libpng error    ( 30230个结果
python3 在服务器上打印资产信息
python3在服务器上打印资产信息pip3installprettytableurl为资产信息接口地址,返回为json信息。####encoding=utf-8importgetoptimportsysimportprettytableasptimportrequestsimportjsondefmain(argv):try:options,args=getopt.getopt(argv,"n:
分类:编程语言   时间:2020-08-17 17:36:59    阅读次数:68
ODOO备份数据库
在登录页面,管理数据库中备份数据库 1. 设置数据库主密码 2. 配置环境变量 设置完数据库主密码后,必须在安装ODOO服务器上配置PostgreSQL数据库的环境变更 ,如果不设置,则会报错:Database backup error: Command `pg_dump` not found. 在 ...
分类:数据库   时间:2020-08-17 17:11:34    阅读次数:93
jupyter中的“SyntaxError:”报错
错误信息 data = pd.read_csv("C:\Users\王永飞\Desktop\code\012-2-数据分析与可视化\004-pandas\文档\movie_data.csv") # SyntaxError: (unicode error) 'unicodeescape' codec ...
分类:其他好文   时间:2020-08-17 16:55:31    阅读次数:63
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError:
Failed to compile. ./src/api/system/eduction.js Module build failed (from ./node_modules/eslint-loader/index.js): Error: ENOENT: no such file or direc ...
分类:Web程序   时间:2020-08-17 16:52:20    阅读次数:185
python简单爬虫
最近小组内部需要做一个简单小分享,不知道要分享什么,最后决定要做一次爬虫的小分享,哈哈,我也是一个初学者,于是就开始找资料,这里就把我一个简单小分享在这里描述一下 首先,我们要知道什么是爬虫,我的理解是:用代码模拟人的操作,去其他网站找到需要的东西,然后爬取下来 所以就需要先知道要爬取内容的网站地址 ...
分类:编程语言   时间:2020-08-15 22:21:50    阅读次数:71
Nginx配置文件(举例)
# vim /usr/local/nginx/conf/nginx.conf user dywww dywww; worker_processes auto; error_log /dydata/wwwlogs/error_nginx.log crit; pid /var/run/nginx.pid ...
分类:其他好文   时间:2020-08-13 22:17:03    阅读次数:61
ERROR 1064 (42000)
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use n ...
分类:其他好文   时间:2020-08-13 12:42:41    阅读次数:61
es6之promise简单理解及使用
promise1.promise是解决异步的一种方案,也就是让promise帮我们去处理异步,最终promise会返回异步处理的结果。2.有了promise之后,让异步处理更加灵活,还能够解决之前的回调地狱的问题。promise的使用我们需要用promise帮我们处理异步vara=newPromise(function(resolve.reject){//在这里来进行真正的异步处理setTimeo
分类:其他好文   时间:2020-08-13 12:01:29    阅读次数:53
flask 出现AssertionError: View function mapping is overwriting an existing endpoint function: inner
错误 解决 导入import functools 在你写的装饰器里面将函数通过 @functools.wraps(执行函数名)装饰一下 ...
分类:移动开发   时间:2020-08-13 11:49:17    阅读次数:73
Error running exam-web: Address localhost:1099 is already in use
Error running exam-web: Address localhost:1099 is already in use: 解决办法:在cmd中输入如下命令: netstat -aon | findstr 1099:找到被占用的pid taskkill -f -pid pid:终止 如图所示 ...
分类:Web程序   时间:2020-08-12 15:47:51    阅读次数:76
30230条   上一页 1 ... 71 72 73 74 75 ... 3023 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!