摘要: 第三方包的安装 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 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 1.更新Python的版本 根据你项目所用的Python版本更新Python ,如果你的项目运行在Python2.x那就不用更新,因为Centos7自带Python2.7.因为我的项目运行在Python3.6所以我更新了Centos自带的Python. wget https://www.python 阅读全文
posted @ 2018-10-01 23:06 YouthAug 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 微信小程序授权问题 刚开始接触微信小程序的时候我授权登入应该在个人中心登入授权,因为这是我开发web网站时的做法.但是微信小程序不同,因为用户在微信小程序上购买商品时,调用支付接口时需要用到openid,如果再让用户登入就显得特别麻烦.倒不如在用户进入小程序index页面前就授权保存到全局中在后面的 阅读全文
posted @ 2018-09-29 17:46 YouthAug 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 推荐一下在Linux上传文件可以使用Xftp 这是Xftp的截图 或者直接安装yum install lrzsz(不过这个适合上传小的文件) 阅读全文
posted @ 2018-09-29 17:35 YouthAug 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 环境:Python3 工具:Pycharm 第三方库: 1.BeautifuSoup 2.lxml 3.requests 阅读全文
posted @ 2018-06-06 15:37 YouthAug 阅读(101) 评论(0) 推荐(0) 编辑
摘要: public function del_cache( $dirName=RUNTIME_PATH ){ //$dirName =RUNTIME_PATH ;//runtime目录 if($handle = opendir($dirName)){ while ($item = readdir( $ha 阅读全文
posted @ 2018-06-05 10:59 YouthAug 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 打开cmd 输入telnet www.baidu.com 80 GET /index.html HTTP/1.1Host: www.baidu.com 阅读全文
posted @ 2018-06-04 17:49 YouthAug 阅读(1936) 评论(0) 推荐(0) 编辑
摘要: php,python 阅读全文
posted @ 2018-06-04 15:32 YouthAug 阅读(99) 评论(0) 推荐(0) 编辑