logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

LNMP环境搭建

LNMP环境搭建linux centos7.9腾讯云FTP配置yum install vsftpduseradd-d /usr/share/nginx/html/wordpresswordpressvim /etc/vsftpd/vsftpd.confchroot_local_user=YES #所有用户限制在自己home目录allow_writeable_chroot=YES重启生效system

#nginx#运维#php
Opencv——动态二值化阈值

算了不写太多解释了,毕竟免费的文章,我这代码看得懂的人自然也写得出来。/*** @brief ImageProcess::peakValley* @param img* @param n* @param p peak* @param v valley* @return*/int ImageProcess::peakValley(Mat img,int n,in...

python2.7.18编译脚本

2.7.18 源码官网下载第三方依赖编译安装在BASE_PATH下 如zlib readline 等等#!/bin/bashset -eif [ ! -f "hostpython" ];then./configuremake python Parser/pgenmv python hostpythonmv Parser/pgen Parser/hostpgenmake distcleanfiBAS

STM32MP157A-DK1 初探-buildroot构建最小Linux系统

STM32MP157A-DK1 buildroot最小linux系统构建

#stm32#linux
到底了