- 博客(3)
- 收藏
- 关注
原创 go 提取a标签内容正则表达式
精华所在:.?<a.?href=".?".?>(.+?).*?var re = regexp.MustCompile(`.*?<a.*?href=".*?".*?>(.+?)</a>.*?`)re.ReplaceAllString("<a href="http://test.com">aaaaaaa</a>", "$1")...
2019-07-19 17:31:18
2678
原创 小白都能看懂的go语言包管理工具"DEP"详解
简介众所周知GO语言包管理工具百花齐放,前有godep、glide、govendor,后有dep。今天我们来了解一下"dep",看看它是怎样实现包管理的。dep安装二进制文件安装:$ curl https://raw.githubusercontent.com/golang/dep/master/install.sh | shMAC安装$ brew install depGO...
2019-04-19 17:33:04
1300
原创 编译安装openresty,支持nginx upload模块
安装依赖$ yum install -y wget unzip pcre pcre-devel zlib-devel gcc automake autoconf libtool make下载模块源码$ cd tmp$ wget https://github.com/Austinb/nginx-upload-module/archive/2.2.zip // fork版本 官方编译...
2018-08-08 10:26:40
1119
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人