摘要: Requests基于urllib,比urllib更加方便,可以节约我们大量的工作,完全满足HTTP测试需求。 实例引入 200 ] 各种请求方式 基本GET请求 { "args": {}, "headers": { "Accept": " / ", "Accept Encoding": "gzip, 阅读全文
posted @ 2018-11-28 03:14 cicarius 阅读(569) 评论(0) 推荐(0) 编辑
摘要: Urllib库详解 Python内置的Http请求库: urllib.request 请求模块 urllib.error 异常处理模块 urllib.parse url解析模块 urllib.robotparser robots.txt解析模块 相比在python2基础上的变化 Python2 Py 阅读全文
posted @ 2018-11-26 18:12 cicarius 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 名称 关键字 调用的js 说明 AppleScript applescript shBrushAppleScript.js ActionScript 3.0 actionscript3 , as3 shBrushAS3.js Shell bash , shell shBrushBash.js Col 阅读全文
posted @ 2018-11-26 17:50 cicarius 阅读(608) 评论(0) 推荐(0) 编辑
摘要: 原装requests >>> import requests >>> response = requests.get('http://www.baidu.com') >>> response.text 打印源代码 >>> res 阅读全文
posted @ 2018-11-26 08:30 cicarius 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 下载代码 composer create project october/october myoctober 准备好数据库, create database october; 配置环境于安装 php artisan october:install `========================= 阅读全文
posted @ 2018-11-21 17:01 cicarius 阅读(519) 评论(1) 推荐(0) 编辑
摘要: Ubuntu下删除mysql数据库 sudo apt get autoremove purge mysql server 5.7 sudo apt get remove mysql server sudo apt get autoremove mysql server sudo apt get re 阅读全文
posted @ 2018-11-21 08:43 cicarius 阅读(1612) 评论(0) 推荐(0) 编辑
摘要: 使用代理服务器安装laravel http_proxy=http://localhost:1080 composer create project prefer dist laravel/laravel blog 复制.env文件 php key:generate 将storage文件夹设置为可写 阅读全文
posted @ 2018-11-14 20:41 cicarius 阅读(1208) 评论(0) 推荐(0) 编辑
摘要: Introduction PhantomJS is a scripted, headless browser that can be used for automating web page interaction. PhantomJS is a free, open source and dist 阅读全文
posted @ 2018-11-11 16:30 cicarius 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 以后可能用的到:https://blog.csdn.net/qq_35523593/article/details/78545530 阅读全文
posted @ 2018-11-05 11:46 cicarius 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 安装完双系统,我遇到好几次开机或关机有问题,导致我重装了3次系统,第三次我才知道是显卡驱动问题,Ubuntu预装的开源Nvidia驱动太烂了,需要换官方驱动。 把 nouveau 驱动加入黑名单 $sudo nano /etc/modprobe.d/blacklist nouveau.conf 在文 阅读全文
posted @ 2018-11-05 11:43 cicarius 阅读(7022) 评论(0) 推荐(1) 编辑