错误,代码错误,运行错误,错误查询,错误改正
2023-09-14
configure: error: Please reinstall the libcurl distribution -easy.h sh
mac通过phpize安装phpsolr扩展时出现了下面的错误:configure:error:Pleasereinstallthelibcurldistribution-easy.hshouldbe
PHP 145
2023-09-13
Data Config problem: 应该有伪属性名
在做solr配置文件使,出现了DataConfigproblem:应该有伪属性名错误提示
经验与学习 117
2023-09-04
No package 'libjpeg' found
linux安装php时,提示Nopackage'libjpeg'found,实际时缺少libjpeg
Linux 87
2023-09-04
No package 'freetype2' found
安装php时,提示Nopackage'freetype2'found,实际时缺少freetype:
Linux 105
2023-09-01
nginx No input file specified
配置nginxphp访问出现Noinputfilespecified的错误,一般是路径不对或者权限不对。权限不对也有出现Accessdenied。下面说一下出现Noinputfilespecified
Linux 118
2023-08-31
make: *** [ext/fileinfo/libmagic/apprentice.lo] Error
安装php8时中途出现了make:***[ext/fileinfo/libmagic/apprentice.lo]Error错误。
Linux 126
2023-08-29
thaiphoon burner has not detected any SPD EEPROM
thaiphoonburner,Windows11,win11,不能用,SPDEEPROM,error
经验与学习 4950
2023-08-16
mysql导入数据后台执行
mysql导入数据库,经常是个比较大的sql,有的时候ssh连接会断掉,怎么能导入sql后台执行不受登录影响呢。<br>直接看后台执行shell代码:
数据库 115
2023-08-15
date: illegal option -- d
在shell获取前N天时,macos系统出现了date:illegaloption--d的提示,显示参数错误。查询后知道了,macos和linux是有差异的。
Linux 230
2023-07-31
mac ida64 你不能打开应用程序“ida64”,因为它可能已损坏或不完整
mac安装了ida64反编译软件,安装后64位的操作无法打开,提示:你不能打开应用程序“ida64”,因为它可能已损坏或不完整
经验与学习 199
2023-07-19
nginx * SSL_do_handshake() failed
nginx在做proxy代理https时,nginx日志出现下面错误
经验与学习 225
2023-07-08
ssl_client_socket_impl.cc(992) handshake failed;returned -1,SSL error
在使用pythonselenium调用Chromedrivers使用浏览器操作,出现了ssl_client_socket_impl.cc(992)handshakefailed;returned-1,
经验与学习 135
2023-07-07
Message: session not created: This version of ChromeDriver only suppor
在用pythonselenium调用chromedrivers时,出现了Message:sessionnotcreated:ThisversionofChromeDriveronlysupportsC
经验与学习 125
2023-06-19
redis 配置
常规安装redis完毕后怎么设置redis
经验与学习 129
2023-06-19
git导出纯净代码
在使用git管理代码时,git会对所有的本地分支,提交日志做记录,当产生错误时进行回滚等。
经验与学习 147