摘要:
go get github.com/oschwald/geoip2-golang 下载GeoIP2-City.mmdb https://dev.maxmind.com/geoip/geolite2-free-geolocation-data main.go package main import ( 阅读全文
摘要:
之前用yii2的时候框架封装的几个数组函数很好用,中间换了框架,把函数封装成了util <?php namespace app\utils; interface Arrayable { /** * Returns the list of fields that should be returned 阅读全文