logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

git fatal: could not read Username for ‘http://xxx.xxx.xxx‘: No such device or address

写了个 脚本自动pull 远程代码 跑的时候踩了个坑解决方案:修改url打开.git文件夹下面的config配置文件https://{username}:{password}@{git仓库地址}.git[remote "origin"]url = https://{username}:{password}@{git仓库地址}.git...

#git#github
Mac下为php7.3编译安装Redis扩展(phpredis)教程(使用brew安装的php)

此文章为在mac下为php7.*编译安装redis拓展的教程,本教程默认用户已经安装brew,并且php为brew 安装,没有安装可自行安装。1.先安装环境依赖。brew install autoconf wget若已经安装可以忽略。2.下载安装phpredis1). cd到php安装目录,使用brew安装的目录为:/usr/local/opt/php@7.3/bin/2).下载phpredis,

#php#macos#redis
Redis实现秒杀系统

Redis实现秒杀系统

#大数据
暂无文章信息