使用 for 迴圈畫出㇐個金字塔
num=5for i in range(1,num): for j in range(1,num-i): print(" ",end="") for j in range(1,2*i): print("*",en
Python零基礎
https://drive.google.com/drive/folders/15_WVxyGmK_VViZCuXf0-vCn1kOGjXwSF?usp=sharing
Wireshark 網路封包分析工具
一般常見的網路封包分析工具(Network Packet Analyzer)有Tcpdump、Sniffer、NetXRay、Wireshark(Ethereal)等,其中Wireshark雖然屬於Open Source軟體,但是其完善的功能足可與許多商業軟體相提並論。Wireshark採用GNU General Public License(GPL)授權,在GNU GPL通用授權的保障之下,使用
[Python] Big5 與 UTF-8 檔案編碼轉換解決方式(encoding)
Big5 轉 UTF-8# 開啟 Big5 輸入檔案 inF = open("big5_input.txt", "r", encoding = "Big5") # 開啟 UTF-8 輸出檔案 outF =&nb
CentOS 7 安裝 Nginx、MySQL/MariaDB、PHP5.6,架設 LEMP 網頁伺服器
架設 LEMP 網頁伺服器安裝紀錄1)時區設定查看本機時區date 設定時區為亞洲的台北:sudo timedatectl set-timezone Asia/Taipei[root@localhost /]# date Mon Jun 1 18:30:14 EDT 2020 [root@localhost
查詢 Linux 發行版與版本
方法一通常在 /etc 目錄中會有一些檔名為 *-release 的系統版本資訊檔,可以從檔案的內容就看出 Linux 的發行版名稱與版本號碼。ls -l /etc/*-release[root@localhost etc]# ls -l *-release -rw-r--r--. 1 root root&n
如何取得中央氣象局OPEN DATA的API KEY
1)https://opendata.cwb.gov.tw/index2)至[登入/註冊],請申請一個帳號 或是 https://pweb.cwb.gov.tw/CWBMEMBER3/註冊-->email驗證-->成為正式會員3)登入取得API Key4)取得JSONhttps://opendata.cwb.gov.tw/dist/opendata-swagger.html點
Google Meet 可透過 Gmail 使用
透過 Gmail 發起視訊會議開啟 Gmail 。按一下側欄中的 [發起會議]。在 Meet 視窗中,選擇一個選項以加入會議:如要加入會議,並將電腦的攝影機和麥克風設為會議的視訊和音訊裝置,請按一下 [立即加入]。(適用於 G Suite 使用者) 如要將手機設為會議的音訊裝置,請按一下 [加入會議並使用電話收發音訊],然後按照畫面上的提示操作。如果你是透過電話加入會議,還是可
疑!怎麼連不上了 map.ipviking.com
這網址是改變嗎?還存在嗎?http://map.ipviking.com/Every second, Norse collects and analyzes live threat intelligence from darknets in hundreds of locations in over 40 countries. The attacks shown are based on a sm
Java JDK 和 Android Studio 下載、安裝及環技設定
Java JDK 下載https://www.oracle.com/java/technologies/javase-downloads.html官方下載https://developer.android.com/studio