原创 測試工具開發(1)

ser2net 串口轉網口 修改配置文件 vim /etc/ser2net.conf # telnet # <TCP port>:<state>:<timeout>:<device>:<options>

原创 linux系統測試 - IO測試工具之fio詳解

目前主流的第三方IO測試工具有fio、iometer和Orion,這三種工具各有千秋。 fio在Linux系統下使用比較方便,iometer在window系統下使用比較方便,Orion是oracle的IO測試軟件,可在沒有安裝oracle

原创 linux系統測試 - iozone 測試磁盤性能

iozone介紹:   iozone(www.iozone.org)是一個文件系統的benchmark工具,可以測試不同的操作系統中文件系統的讀寫性能。   可以測試 Read, write, re-read,re-write, read

原创 測試工具開發(2)pexpect.spawn

pexpect.spawn 重點: The logfile member turns on or off logging. All input and output will be copied to the given file obj

原创 基於httprunner的接口測試

環境:Ubuntu 安裝 sudo pip3 install httprunner==2.5.7 在 HttpRunner 安裝成功後,系統中會新增如下 5 個命令:     httprunner: 核心命令     ate: 曾經用過的

原创 樹莓派搭建私有云(owncloud+蒲公英異地組網)

1.私有云owncloud簡介 首先私有云是什麼東西呢?類似於百度雲網盤,360雲盤等可以把數據上傳到服務器的一個平臺,這樣在家裏就可以搭建一個私有云,上傳自己喜歡的電影或者音樂,方便與家人、好友分享。 首先,我們需要了解私有云的運行條件

原创 Ubuntu 安裝Charles,證書設置,代理設置

charles在windows安裝就可以抓包。 Ubuntu下操作半天沒有實現。解決辦法找了很久。 解決辦法鏈接:https://www.golue.com/news/v251289.html 安裝:(官方文檔的步驟) First

原创 Python3爬蟲實戰一之爬取網易雲音樂熱評

文中涉及的一些python3模塊需要安裝: from pyecharts import Bar from wordcloud import WordCloud import matplotlib.pyplot as plt sudo

原创 linux系統測試 - Coremark v1.01

下載源碼 alan@FSLChengdu:/data/alan/lsdk$ git clone https://github.com/eembc/coremark.git 預備編譯環境 alan@FSLChengdu:/data/al

原创 linux命令 gzip(備份壓縮)

Linux gzip命令 Linux gzip命令用於壓縮文件。 gzip是個使用廣泛的壓縮程序,文件經它壓縮過後,其名稱後面會多出".gz"的擴展名。 語法 gzip [-acdfhlLnNqrtvV][-S &lt;壓縮字尾字符串&

原创 linux 命令 sed 行操作

在test文件的第四行後添加一行,並將結果輸出到標準輸出,在命令行提示符下輸入如下命令: wuzhiguo@OptiPlex-790:~/learn/linux_cmd$ cat test1.txt hello world! he

原创 linux 命令 awk

分割輸出 wuzhiguo@OptiPlex-790:~/learn/linux_cmd$ cat test2.txt a baidu www.baidu.com b google www.google.com c linux

原创 linux 命令 sed 數據操作

搜索、顯示 wuzhiguo@OptiPlex-790:~/learn/linux_cmd$ nl test1.txt | sed '/hello/p' 1 hello world! 1 hello wor

原创 linux 命令 chmod/chgrp/chown

直接操作 wuzhiguo@OptiPlex-790:~/learn/linux_cmd$ ls -l total 8 -rw-rw-r-- 1 wuzhiguo wuzhiguo 0 May 19 16:57 aaa.txt -

原创 Python3 爬蟲--- 問卷星內容爬取

今天面試有個問卷星的筆試題,但是無法複製題目內容。 所以爬取一下。   import time from requests_html import HTMLSession wenjuanxing_ID = id wenjuanxing