11 2018 档案

摘要:感谢 https://blog.csdn.net/u013485530/article/details/80906569 https://blog.csdn.net/shengzhu1/article/details/53489958 阅读全文
posted @ 2018-11-30 18:05 西瓜霜 阅读(3356) 评论(0) 推荐(0) 编辑
摘要:感谢 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 西瓜霜 阅读(6236) 评论(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 西瓜霜 阅读(3076) 评论(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 西瓜霜 阅读(571) 评论(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 西瓜霜 阅读(3576) 评论(0) 推荐(0) 编辑
摘要:document.addEventListener("WeixinJSBridgeReady",function(){ document.getElementById("videoID").play();},false); autoplay不能用的 感谢 https://blog.csdn.net/ 阅读全文
posted @ 2018-11-25 16:16 西瓜霜 阅读(5076) 评论(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 西瓜霜 阅读(3800) 评论(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 西瓜霜 阅读(857) 评论(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 西瓜霜 阅读(145) 评论(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 西瓜霜 阅读(164) 评论(0) 推荐(0) 编辑
摘要:今天遇到这个问题,发现时七牛云白名单的问题 在白名单里面加上 *.servicewechat.comservicewechat.com 这两个就能解决因为白名单问题导致小程序图片403的问题了 阅读全文
posted @ 2018-11-14 14:08 西瓜霜 阅读(1247) 评论(0) 推荐(0) 编辑
摘要:thinkphp5 隐藏index.php的时候需要用的.htaccess文件,但是mac默认不让创建这种文件 感谢 https://blog.csdn.net/gyz413977349/article/details/44258897 在mac终端里面运行下面的显示 隐藏文件,就可以创建.文件了 阅读全文
posted @ 2018-11-13 17:51 西瓜霜 阅读(1355) 评论(0) 推荐(0) 编辑
摘要:感谢https://blog.csdn.net/Deft_MKJing/article/details/82561564 阅读全文
posted @ 2018-11-13 09:59 西瓜霜 阅读(289) 评论(0) 推荐(0) 编辑
摘要:select * from (select * from information_schema.COLUMNS where table_schema = '数据库名') temp where column_name = '字段名' 阅读全文
posted @ 2018-11-09 18:23 西瓜霜 阅读(1854) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示