進階搜尋
搜尋結果
找到了 482 個結果
【zabbix】自定義通知(轉貼)
開啟 https://notify-bot.line.me/zh_TW/ 登入帳號後,下拉選項,選取「個人頁面」→「發行權杖」→「透過1對1聊天接收LINE Notify的通知」 之...
smokeping install
timedatectl set-timezone Asia/Taipei install docker curl -fsSL https://get.docker.com | bash...
【Python】selenium性能優化
selenium性能優化 chrome_options = Options() chrome_options.add_argument("--window-size=1920,1080") ...
【vim】快速鍵
1. vi 編輯器中跳到檔案的第一行: a 輸入 :0 或者 :1 回車 b 鍵盤按下 小寫 gg 2.vi 編輯器跳到檔案最後一行: a 輸入 :$ 回車...
【Shell】動態呼叫awk自訂函數
*test.sh #!/bin/bash awkshell="/tmp/newdf.$$" #awkshell="/tmp/newdf" trap "rm -f $awkshell" e...
【shell】內建變數
$BASH_ENV absolute path of startup file $CDPATH directories searched by cd $FCEDIT absolu...
【Shell】取得pubic ip
#curl ifconfig.me; echo 175.99.111.111
【jq】相關連結
jq play jq 常用操作 - mozillazg's Blog
相關資源
Kubernetes in Action https://fanatical-dentist-b1d.notion.site/Kubernetes-in-Action-8ac92f08a3fd...
學習相關連結
《网络工程师的Python之路》教学文章、视频汇总 - 知乎 (zhihu.com)
【Python】安裝psycopg2錯誤
[root@proxy ~]# yum -y install gcc gcc-c++ make [root@proxy ~]# pip3 install psycopg2 Erro...
【Python】登入網路設備擷取資訊
https://www.cnblogs.com/guxh/p/12375801.html https://www.cnblogs.com/guxh/p/9831226.html netmik...
PHP_判斷json物件
function isJson($string) { json_decode($string); return json_last_error() === JSON_ERR...
【Cisco】Switch相關指令
LAB 2-1:Switch基本環境設定 清除Switch的組態設定 Switch>enable Switch#erase startup-config Switch#delet...
【Python】psycopg2 防止SQL injection(轉)
使用Python防止SQL注入攻击_似繁星跌入梦的博客-CSDN博客_python防止sql注入
資料庫型態比較
DBMS DATA TYPE DATA TYPE SQL 92 Oracle MySQL POSTGRE M$ SQL Common BOOLEAN BOOLEAN ...
【Python】程式練習-ZeroJudge網站
ZeroJudge網站 http://zerojudge.tw/ 適合所有中學生及初學者的 Online Judge 系統 AC (Accept): 即表示通過NA (Not Accept...
【extension】Code Runner
【錯誤處理】列印中文會顯亂碼 【解決】將輸出至終端機打勾
【Python】Pyenv 版本管理工具
來源:[Python 教學] 如何切換 Python 版本,讓 Pyenv 幫你輕鬆管理版本 | Max行銷誌 (maxlist.xyz) 安裝 # 安裝相關套件 $ brew upda...
【MySQL】 mysqldump參數大全
IT 研究室 ( 前IT DBA's 資訊站): [轉載] MySQL mysqldump參數大全 (jaychu649.blogspot.com) 要注意的是--master-data...