2022-12-23
laravel : Uncaught [XSErrorException] vendor/shaozeming/xunsearch/src/
:Uncaught[XSErrorException]vendor/shaozeming/xunsearch/src/vendor/lib/XS.
PHP 104
2022-12-09
mysql 查看命令错误
mysql查看历史命令错误
数据库 108
2022-11-23
ERROR: Could not find a version that satisfies the requirement cv2 (fr
ERROR:Couldnotfindaversionthatsatisfiestherequirementcv2(fromversions:none)
Python 112
2022-11-17
Lumen update 取消自动添加created_at 和 updated_at
lumen在做数据库操作时,会在sql中自动添加created_at和updated_at对应的时间<br>会提示表不存在created_at和updated_at字段。
PHP 107
2022-11-12
ssh ubuntu vim中文乱码解决方法 粘贴中文消失
在ubuantu系统中,用ssh远程链接ubuntu(centos)远程系统的时候,用vim中文乱码,或者粘贴时候中文消失的情况
Linux 122
2022-10-25
python except OSError, e:
pythonupdate,exceptOSError,e:,install,版本,python2.7
Python 96
2022-10-14
mysql 创建表指定开始自增ID
在分表的时候,第二个表,不能从1开始,需要指定自增ID建立表格的时候,就需要指定开始ID了
数据库 124
2022-10-11
json_encode 不转义 不转码 禁止转码,不要反斜杠
php在json_encode时,会讲中文转码unicode或者在写网址时添加反斜杠
PHP 112
2022-10-09
Api 接口返回标准参数
经常用到api,包括软件,硬件,或者是在app,网站小程序中,那么作为api相应标准返回内容有哪些呢
PHP 113
2022-10-01
Python 多线程处理
python实现稳定的多线程
Python 164
2022-09-30
shell 脚本加入系统自动启动
怎么将shell脚本随着linux系统自动启动。
Linux 157
2022-09-24
laravel 安装 xunsearch
网络搜索了一下,xunsearch已经有composer安装扩展laravel,可以直接通过composer进行安装。这里不说xunsearch软件的安装。
PHP 107
2022-09-24
网站搜索引擎-xunsearch 网站搜索
给自己的网站搜索扩展一个搜索,不用原来的mysqllike。推荐使用xunsearch
PHP 148
2022-09-24
pip is configured with locations that require TLS/SSL
使用pythonpip安装软件时,提示 pipisconfiguredwithlocationsthatrequireTLS/SSL, CouldnotfetchURLhttps://pypi.org
Python 136
2022-09-24
No module named ‘cryptography‘
Nomodulenamed‘cryptography‘
Python 89