11 2018 档案

摘要:/etc/apt/sources.list 具体方法参考: http://blog.csdn.net/gmnet/article/details/14471835 http://blog.sina.com.cn/s/blog_6d0d6cff0101ddjb.html http://blog.csd 阅读全文
posted @ 2018-11-29 09:12 cicarius 阅读(262) 评论(0) 推荐(0)
摘要:Requests基于urllib,比urllib更加方便,可以节约我们大量的工作,完全满足HTTP测试需求。 实例引入 200 ] 各种请求方式 基本GET请求 { "args": {}, "headers": { "Accept": " / ", "Accept Encoding": "gzip, 阅读全文
posted @ 2018-11-28 03:14 cicarius 阅读(591) 评论(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 阅读(543) 评论(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 阅读(622) 评论(0) 推荐(0)
摘要:原装requests >>> import requests >>> response = requests.get('http://www.baidu.com') >>> response.text 打印源代码 >>> res 阅读全文
posted @ 2018-11-26 08:30 cicarius 阅读(214) 评论(0) 推荐(0)
摘要:下载代码 composer create project october/october myoctober 准备好数据库, create database october; 配置环境于安装 php artisan october:install `========================= 阅读全文
posted @ 2018-11-21 17:01 cicarius 阅读(527) 评论(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 阅读(1642) 评论(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 阅读(1400) 评论(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 阅读(198) 评论(0) 推荐(0)
摘要:以后可能用的到:https://blog.csdn.net/qq_35523593/article/details/78545530 阅读全文
posted @ 2018-11-05 11:46 cicarius 阅读(271) 评论(0) 推荐(0)
摘要:安装完双系统,我遇到好几次开机或关机有问题,导致我重装了3次系统,第三次我才知道是显卡驱动问题,Ubuntu预装的开源Nvidia驱动太烂了,需要换官方驱动。 把 nouveau 驱动加入黑名单 $sudo nano /etc/modprobe.d/blacklist nouveau.conf 在文 阅读全文
posted @ 2018-11-05 11:43 cicarius 阅读(7055) 评论(0) 推荐(1)
摘要:安装ntpdate: 执行命令: sudo apt get install ntpdate 设置校正服务器: sudo ntpdate time.windows.com 设置硬件时间为本地时间: 执行命令: sudo hwclock localtime systohc reboot 阅读全文
posted @ 2018-11-05 11:31 cicarius 阅读(963) 评论(0) 推荐(0)
摘要:Ubuntu 以及其他衍生版本,如 Linux Mint 等等都可以用官方的 PPA 来安装“触摸板指示”应用程序。打开一个终端,运行以下命令: sudo add apt repository ppa:atareao/atareao sudo apt update sudo apt install 阅读全文
posted @ 2018-11-05 11:28 cicarius 阅读(744) 评论(0) 推荐(0)