上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页
摘要: 感谢 https://blog.csdn.net/sjy8207380/article/details/79013827 解决的方法 · 利用取近似值的方法解决这个问题。 (1)利用fmt.Sprintf() func Round2(f float64, n int) float64 { float 阅读全文
posted @ 2018-11-30 15:56 西瓜霜 阅读(6225) 评论(0) 推荐(0) 编辑
摘要: package main import ( "crypto/hmac" "crypto/sha1" "encoding/base64" "encoding/json" "errors" "fmt" "net/http" "net/url" "strings" "time" "math/rand" "strconv" . "github.com/nn 阅读全文
posted @ 2018-11-29 15:27 西瓜霜 阅读(3058) 评论(0) 推荐(0) 编辑
摘要: func RandInt64(min, max int64) int64 { if min >= max || min == 0 || max == 0 { return max } rand.Seed(time.Now().UnixNano()) return rand.Int63n(max-mi 阅读全文
posted @ 2018-11-26 16:43 西瓜霜 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 感谢 http://blog.sina.com.cn/s/blog_1885d23df0102ydjc.html http://www.3322.cc/soft/38102.html 下载 </form> https://www.lanzous.com/b499535/ 下载之后,吧文件后面的.zi 阅读全文
posted @ 2018-11-25 16:51 西瓜霜 阅读(3567) 评论(0) 推荐(0) 编辑
摘要: document.addEventListener("WeixinJSBridgeReady",function(){ document.getElementById("videoID").play();},false); autoplay不能用的 感谢 https://blog.csdn.net/ 阅读全文
posted @ 2018-11-25 16:16 西瓜霜 阅读(5062) 评论(0) 推荐(0) 编辑
摘要: 加上如下属性 https://blog.csdn.net/weixin_40974504/article/details/79639478 可阻止自动全屏播放,感谢 https://blog.csdn.net/weixin_40974504/article/details/79639478 阅读全文
posted @ 2018-11-25 14:48 西瓜霜 阅读(3796) 评论(0) 推荐(0) 编辑
摘要: glide是go的一个包管理工具 参考了 https://studygolang.com/articles/10453?fr=email 遇到的问题是,用了 go get githubXXXXX去下载glide之后不知道下载哪里去了,然后发现在C:go\src下面又多了一个src,下载到这个里面了, 阅读全文
posted @ 2018-11-25 10:20 西瓜霜 阅读(852) 评论(0) 推荐(0) 编辑
摘要: go的安装很简单,下载go的msi文件 这里提供go1.9的msi下载链接 https://www.lanzous.com/i2gb54d 直接全部next就行,默认安装在了c盘的go 然后配置环境变量 参考了这个 https://blog.csdn.net/keepd/article/detail 阅读全文
posted @ 2018-11-25 10:17 西瓜霜 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 感谢 https://www.jb51.net/article/121521.htm https://blog.csdn.net/xiaoxuetu_/article/details/74783548 https://www.jb51.net/article/93978.htm 阅读全文
posted @ 2018-11-19 11:30 西瓜霜 阅读(0) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u011415782/article/details/78505422 感谢 阅读全文
posted @ 2018-11-14 22:25 西瓜霜 阅读(162) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页