随笔分类 -  工作&生活随笔

记录生活
摘要:第三方包的安装 goquery goquery的github地址:github.com/PuerkitoBio/goquery package main import( "fmt" "net/http" "io/ioutil" "strings" "github.com/PuerkitoBio/go 阅读全文
posted @ 2019-06-03 14:20 YouthAug 阅读(686) 评论(0) 推荐(0)
摘要:微信小程序授权问题 刚开始接触微信小程序的时候我授权登入应该在个人中心登入授权,因为这是我开发web网站时的做法.但是微信小程序不同,因为用户在微信小程序上购买商品时,调用支付接口时需要用到openid,如果再让用户登入就显得特别麻烦.倒不如在用户进入小程序index页面前就授权保存到全局中在后面的 阅读全文
posted @ 2018-09-29 17:46 YouthAug 阅读(179) 评论(0) 推荐(0)
摘要:推荐一下在Linux上传文件可以使用Xftp 这是Xftp的截图 或者直接安装yum install lrzsz(不过这个适合上传小的文件) 阅读全文
posted @ 2018-09-29 17:35 YouthAug 阅读(147) 评论(0) 推荐(0)
摘要:php,python 阅读全文
posted @ 2018-06-04 15:32 YouthAug 阅读(104) 评论(0) 推荐(0)