go 校验身份证号格式
func VerifyCert(identityCard string) bool { switch… 继续阅读 go 校验身份证号格式
func VerifyCert(identityCard string) bool { switch… 继续阅读 go 校验身份证号格式
func (a *ShortUrlController) QueryUrlLong(c *gin.C… 继续阅读 gin Redirect 301 重定向
func VerifyUrl(url string) bool { reg_url := regex… 继续阅读 go 校验网址格式是否合法
SELECT @@VERSION SELECT cast(SERVERPROPERTY(‘produ… 继续阅读 sql server查看版本号
Error 3154 在 选项中勾上覆盖现有数据库“”
更改/etc/snmp/snmpd.conf com2sec notConfigUser defau… 继续阅读 linux snmp更改团体名
location = /favicon.ico { log_not_found off; # log… 继续阅读 nginx忽略/favicon.ico日志
docker run -it -p 8012:8012 keking/kkfileview:4.1.… 继续阅读 docker run kkfileview文档在线预览服务
bigint转字符串 bigint := big.NewInt(123) bigstr := big… 继续阅读 golang bigint 字符串 互转