跳到主內容

最近更新的頁面

資料庫型態比較

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

smokeping install

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

【Tailwind Css】相關

vscode extension   取消 validate 驗證 初始化專案 npm install -D tailwindcss npx tailwindcss ini...

Docker 部署IIS

[Docker] 容器初體驗 - 搞個 IIS Container 來部署網站 | 搞搞就懂 - 點部落 (dotblogs.com.tw) 將 ASP.NET MVC 應用程式遷移到 Win...

【shell】deny_hack_ip.sh

簡單阻擋 try 帳號 ip #! /bin/bash #cat /var/log/secure|awk '/Failed/{print $(NF-3)}'|sort|uniq -c|awk...

【Linux】禁止密碼登入(使用金鑰)

修改 /etc/ssh/sshd_config vim /etc/ssh/sshd_config ## 修改 PubkeyAuthentication PubkeyAuthenti...

【Webmin】相關

   查詢被Deny 需要從Zone default -> Allow queries form ... -> 【 Listed..】-> 加入 any -> 右上角 【 Apply 】

【React】資料綁定

單向綁定 使用大括弧綁定變數,標籤內屬性不用加雙引號 const data = { imgUrl : "https://images.unsplash.com/photo-165019...

【React】建立React 環境

引入js <script crossorigin src="https://unpkg.com/react@18/umd/react.development.js"></script> <s...

【React】JSX 如何轉譯

  // JSX 寫法 function App() { return <h1>React 我來了 <small className="text-danger">{new Date(...

【Git】windows系統 warning: LF will be replaced by CRLF in

windows系統下使用git出現:warning: LF will be replaced by CRLF in $ git add readme.txt readme.txt warni...

【Mantis】相關連結

api document

【Python】selenium自動播放flash

python selenium firefox 控制devtools 一些线索_wujiuqier的博客-CSDN博客 軟體載點 https://ftp.mozilla.org/pub/mo...

PHP_檔案相關

判斷資料夾是否存在,建立資料夾 if ( !file_exists( $dir ) || !is_dir( $dir) ) { mkdir($dir); } 遞回查詢資料夾內...

【jq】 linux json 查詢工具(查詢篇)

data { "firstName": "John", "lastName": "Smith", "age": 25, "address": { "stree...

【jq】 linux json 查詢工具(修改篇)

修改前節點資料 [root@jylee-stres-stest250 tmp]# echo '{"a":{"b":0, "c":1}}' | jq . { "a": { "b...

【jq】相關連結

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

【Python】psycopg2 防止SQL injection(轉)

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

【Html】自動重新整理方法

  header 加入 meta <meta http-equiv="refresh" content="10">

安裝Proxmox VE

1. 選擇第一個「Install Proxmox VE」進入安裝。 2. 按下右下角的「I agree」。 3. 選擇要將Proxmox系統安裝在哪個磁碟步驟,先按下「Options...