2022-09-30
shell 脚本加入系统自动启动
怎么将shell脚本随着linux系统自动启动。
Linux 2
2022-09-24
laravel 安装 xunsearch
网络搜索了一下,xunsearch已经有composer安装扩展laravel,可以直接通过composer进行安装。这里不说xunsearch软件的安装。
PHP 2
2022-09-24
网站搜索引擎-xunsearch 网站搜索
给自己的网站搜索扩展一个搜索,不用原来的mysqllike。推荐使用xunsearch
PHP 2
2022-09-24
pip is configured with locations that require TLS/SSL
使用pythonpip安装软件时,提示 pipisconfiguredwithlocationsthatrequireTLS/SSL, CouldnotfetchURLhttps://pypi.org
Python 2
2022-09-24
No module named ‘cryptography‘
Nomodulenamed‘cryptography‘
Python 2
2022-09-24
win11 添加/新增软件自动开机启动
有绿色软件不用安装,直接使用,想再window11系统中将对应的软件加入开机启动
经验与学习 2
2022-09-19
laravel 跨域
在用laravel做为App后端api数据接口服务时,遇到了跨域请求,必须设置跨域才能使用api接口。在查找接口方案中,找到官方的论坛中有composer模块很容易实现,测试成功。
PHP 2
2022-09-06
sphinx no enabled local indexes to search
在做php调用搜索引擎sphinx时,sphinx返回False,无法知道什么原因。后台通过sphinx对象打印debug信息输出noenabledlocalindexestosearch
PHP 2
2022-09-06
sphinx3.4 支持中文
在最新下载的sphinx3.4.1中,要支持中中文搜索,设置很简单
经验与学习 2