logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

0llama AI Chatbot

https://ollama.com/download/windows

文章图片
#人工智能#mysql#数据库
thinkphp3 把入口文件放到自定义目录 防止 App\Runtime目录被用户通过浏览器访问到

1. 新建目录www 把index.php文件放进去修改www/index.php文件<?php// 应用入口文件//exit("内测结束");// 检测PHP环境if(version_compare(PHP_VERSION,'5.3.0','<'))die('require PHP > 5.3.0 !');// 开启调试模式 建议开发阶段开启 部署阶...

#php
利用ffmpeg 把.mp4转换为.flv

1. 下载安装 ffmpeghttp://ffmpeg.org/download.html#build-windowswindows下载编译之后的exe文件,放到path环境变量中.Linux 下tar xvf xxx.tar.bz2./configure --prefix=/usr/local/ffmpegmake -j2sudo make installsudo l...

文章图片
https client in C

【代码】https client in C。

文章图片
#https#c语言#网络协议
phpstudy windows 502 netstat findstr taskkill

phpstudy 502netstat -ano | findstr 9000taskkill /F /PID 29848# 9000端口开启,但是不是php-cgi因为打开电脑先开启的phpstorm,占用了9000端口。php-cgi起不来可以改一下php debug的端口

文章图片
#phpstorm
腾讯云 短信 安装phpsdk 报错cURL erro 60:(See http://curl.haxx.se/libcurl/c/libcurl-errors.html)

:cURL error 60: SSL certificate problem: unable to get local issuer certificate2. 编辑php配置文件php.ini。删除curl.cainfo配置前分号;3. 重启php-fpm, nginx。

#ssl#https#网络协议
Failed to start docker.service: Unit docker.service not found.

【代码】Failed to start docker.service: Unit docker.service not found.

文章图片
#docker#eureka#spring cloud
nginx open_basedir restriction in effect is not within the allowed path(s) 解决办法

2020/05/03 13:42:17 [error] 26592#0: *102733 FastCGI sent in stderr: "PHP message: PHP Warning: require(): open_basedir restriction in effect\. File(/workspace/yoshop/bestshop-php/source/thinkphp/st..

#nginx
node.js请求接口

【代码】node.js请求接口。

文章图片
#node.js
node.js项目热更新

npm install -g nodemon运行方式node改为nodemonnode index.js改为 nodemon index.js

文章图片
    共 33 条
  • 1
  • 2
  • 3
  • 4
  • 请选择