```
import requests # GET请求
url = 'http://httpbin.org/get'
r = requests.get(url)
print(r.status_code,r.reason)
print(r.text)
# GET带参数请求
r = requests.g... ...
分类:
其他好文 时间:
2019-03-26 15:15:37
阅读次数:
155
kickstart简介 kickstartkickstart是RedHat公司开源的软件,所以对CentOS兼容性最好,是一种无人值守的安装方式就是将手动安装配置的步骤,记录到文件中,然后通过kickstart安装系统时,读取写好的配置文件即可。 cobbler时kickstart升级版,通过将ki ...
分类:
其他好文 时间:
2019-03-26 01:22:03
阅读次数:
169
U盘安装centos7启动过程中出现: [ok] Reached target Basic System 或者 [ok] starting dracut initqueue hook 到下一行就不动了,一直没有反应!然后网上搜问题找答案 解决办法参考: U盘安装CentOS时停在Reached ta ...
分类:
其他好文 时间:
2019-03-25 19:17:48
阅读次数:
652
vue webpack所用基础包: package.json: webpack.config.js basic config index.js. entry file: index.html app.vue component ...
分类:
Web程序 时间:
2019-03-24 20:08:32
阅读次数:
162
关于display相关的一些内容—MIPIpanel的调试MIPI接口中DSI-CommandandVideoModesDSI-compliantperipheralssupporteitheroftwobasicmodesofoperation:CommandModeSendingcommandandsend/receivedatato/fromperipheral.VideoModeTrans
分类:
其他好文 时间:
2019-03-24 00:10:40
阅读次数:
258
有时需要离线安装redis,所以需要redis离线安装包,不同的centos版本和redis版本,依赖包不同,本例中,centos: CentOS Linux release 7.0.1406 (Core),Basic Web Server版本,自动下载的redis版本为3.2.12 1、检查是否存 ...
分类:
其他好文 时间:
2019-03-23 13:12:56
阅读次数:
215
refs: SSL双向认证和SSL单向认证的区别https://www.jianshu.com/p/fb5fe0165ef2 图解 https 单向认证和双向认证!https://cloud.tencent.com/developer/news/233610 SSL/TLS 双向认证(一) -- S ...
分类:
其他好文 时间:
2019-03-21 16:01:05
阅读次数:
202
第1章 安装oracle客户端工具 1.1 从oracle官网下载两个rpm包放置任意路径下,使用rpm安装: rpm -ivh oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm rpm -ivh oracle-instantclient1 ...
分类:
数据库 时间:
2019-03-19 16:33:18
阅读次数:
221
一、 直接建立数据库连接 应用程序直接每次访问数据库时,都建立创建一个数据库的链接,这样每次建立这样的连接都需要耗费的资源,当同时有很多用户在使用时可能会导致应用程序崩溃。 图为直接建立数据库连接 二、使用数据库连接池连接 数据库连接池的基本思路是,平时建立适量的数据库的连接,放在一个集合中,当有用 ...
分类:
数据库 时间:
2019-03-16 12:56:46
阅读次数:
190
1: the basic operation 2: ...
分类:
其他好文 时间:
2019-03-14 13:12:46
阅读次数:
141