iT邦幫忙

一級屠豬士 的所有回答 639

Python 存取串列中元素

#!/usr/bin/env python3 s0 = input("請輸入英文字串:") s1 = str.strip(str.stri...

2020-03-27 ‧ 由 1212313 提問

Suse Linux SP3 弱點(SSH 弱式演算法受到支援)有修補方式嗎?謝謝!

這個就很簡單的 google ssh disable weak ciphers就會出現一些問答 https://unix.stackexchange.com/q...

2020-03-26 ‧ 由 tienliu 提問

Python 字串處理

先做第一個 #!/usr/bin/env python3 # 假設輸入的字串是 inStr inStr = "half sugar easy ice...

2020-03-26 ‧ 由 1212313 提問

apache2+mysql架設ha及load balance

為何 HA 是用兩台 Server? 不是三台? 四台?....光兩台夠嗎? 預計在azure增加

2020-03-21 ‧ 由 Franky Chen 提問

Python

#!/usr/bin/env python3 base10 = 2 ** 10 nbytes = 1 binlst = ['KB', 'MB', 'GB',...

2020-03-20 ‧ 由 1212313 提問

使用銀行分行代碼查詢銀行分行名稱方法.......

https://data.gov.tw/dataset/6041 點檢視資料,會彈出一個對話窗,然後有多種格式(CSV, JSON等).可以選擇下載. 資料清洗...

2020-03-19 ‧ 由 hijapan1234 提問

非本科超級新手自學程式詢問 !

http://openbookproject.net/thinkcs/python/english3e/ https://runestone.academy/r...

2020-03-18 ‧ 由 Pondudu 提問

刪除陣列中的物件(javascript)

這類的錯誤,是很容易犯的.所以一些編輯器會提供輔助.這個叫做 Brace matchinghttps://en.wikipedia.org/wiki/Brace...

2020-03-14 ‧ 由 ofcourse448 提問

Apache Jmeter的測試結果Label消失問題

簡單的教訓是:不要手賤把這兩個元件設一樣的名字。不過還是很好奇,這樣可以算是issue嗎? 神串留名.

2020-03-12 ‧ 由 fillano 提問

makefile呼叫python執行檔時print無輸出

# 增加這個 import sys #print 增加參數 print('testmsg', file=sys.stderr, flush=True) #...

2020-03-12 ‧ 由 阿薩姆 提問