跳到主內容
進階搜尋
搜尋字串
內容類型

精確符合
標籤搜尋
日期選項
在此之後更新
在此之前更新
在此之後建立
在此之前建立

搜尋結果

找到了 559 個結果

【Mantis】相關連結

【Treeman】總覽 Mantis

api document

PHP_判斷json物件

【Treeman】總覽 PHP

  function isJson($string) { json_decode($string); return json_last_error() === JSON_ERR...

【shell】內建變數

【Treeman】Linux shell

$BASH_ENV  absolute path of startup file $CDPATH  directories searched by cd $FCEDIT  absolu...

【Shell】取得pubic ip

【Treeman】Linux shell

#curl ifconfig.me; echo 175.99.111.111

【jq】相關連結

【Treeman】Linux shell

jq play jq 常用操作 - mozillazg's Blog

相關資源

【Treeman】總覽 K8s

Kubernetes in Action https://fanatical-dentist-b1d.notion.site/Kubernetes-in-Action-8ac92f08a3fd...

smokeping install

【Treeman】總覽 網路相關

  timedatectl set-timezone Asia/Taipei install docker curl -fsSL https://get.docker.com | bash...

學習相關連結

【Treeman】總覽 網路相關

《网络工程师的Python之路》教学文章、视频汇总 - 知乎 (zhihu.com)

【Python】登入網路設備擷取資訊

【Treeman】總覽 Python

https://www.cnblogs.com/guxh/p/12375801.html https://www.cnblogs.com/guxh/p/9831226.html netmik...

【Cisco】Switch相關指令

【Treeman】總覽 網路相關

LAB 2-1:Switch基本環境設定 清除Switch的組態設定 Switch>enable Switch#erase startup-config Switch#delet...

資安相關連結

【Treeman】總覽 資安相關

Shodan Search Engine   https://1drv.ms/u/s!AjL3yZaMi0Bcgqs4uUcmVz3R78oRPQ?e=3d7QhG

【Python】psycopg2 防止SQL injection(轉)

【Treeman】總覽 Python

使用Python防止SQL注入攻击_似繁星跌入梦的博客-CSDN博客_python防止sql注入

資料庫型態比較

【Treeman】總覽 DB相關

DBMS DATA TYPE DATA TYPE SQL 92 Oracle MySQL POSTGRE M$ SQL Common BOOLEAN BOOLEAN    ...

【Python】程式練習-ZeroJudge網站

【Treeman】總覽 Python

ZeroJudge網站 http://zerojudge.tw/ 適合所有中學生及初學者的 Online Judge 系統 AC (Accept): 即表示通過NA (Not Accept...

【extension】Code Runner

【Treeman】總覽 VSCode

  【錯誤處理】列印中文會顯亂碼 【解決】將輸出至終端機打勾

【Python】Pyenv 版本管理工具

【Treeman】總覽 Python

來源:[Python 教學] 如何切換 Python 版本,讓 Pyenv 幫你輕鬆管理版本 | Max行銷誌 (maxlist.xyz)  安裝 # 安裝相關套件 $ brew upda...

【Python】安裝psycopg2錯誤

【Treeman】總覽 Python

  [root@proxy ~]# yum -y install gcc gcc-c++ make [root@proxy ~]# pip3 install psycopg2 Erro...

【zabbix】自定義通知(轉貼)

【Treeman】總覽 網路相關

   開啟 https://notify-bot.line.me/zh_TW/ 登入帳號後,下拉選項,選取「個人頁面」→「發行權杖」→「透過1對1聊天接收LINE Notify的通知」 之...

【Mac】透過console連接網路設備

【Treeman】總覽 網路相關

需求:一條usb - console 線 接上後,打開終端機,使用screen 登入設備 #找到 console 線 ll /dev/tty.* crw-rw-rw- 1 root...

【Shell】動態呼叫awk自訂函數

【Treeman】Linux shell

*test.sh #!/bin/bash awkshell="/tmp/newdf.$$" #awkshell="/tmp/newdf" trap "rm -f $awkshell" e...