• All
  • Angular
  • CSS
  • database
  • GraphQL
  • HTML
  • JavaScript
  • Next.js
  • Node.js
  • Python
  • Ruby
  • TypeScript
  • WordPress
  • WordPress主機
  • WordPress外掛
  • WordPress架設網站
  • 前端筆記
  • 後端筆記
  • 演算法
  • 網站原理
  • 網站知識
  • 資工
  • 資料結構
  • 開發工具
  • 開箱
  • 閒聊
All
  • All
  • Angular
  • CSS
  • database
  • GraphQL
  • HTML
  • JavaScript
  • Next.js
  • Node.js
  • Python
  • Ruby
  • TypeScript
  • WordPress
  • WordPress主機
  • WordPress外掛
  • WordPress架設網站
  • 前端筆記
  • 後端筆記
  • 演算法
  • 網站原理
  • 網站知識
  • 資工
  • 資料結構
  • 開發工具
  • 開箱
  • 閒聊
Python docstrings
Python

Python 教學 4 – function, object 基本 methods, DocStrings

1. function 1.1 定義 function Python 中用 def 來定義 function,不像 …

Read More →
close function
Python

Python 教學 3 – File Handling -Read File, Write File

筆記一下在 Python 中讀寫檔案的方式 1. open Function – 針對檔案做操作 Python 提供了 …

Read More →
Python Loop
Python

Python 教學 2 – 基本語法:Output, Loop, Control Flow

1. Output 1.1 print print 可以用來 output 字串 print function …

Read More →
pyenv
Python

Python 教學 1 – 環境架設 ( pyenv ) 與 Python 簡介

1. 使用 pyenv 安裝 Python 雖然可以直接在 Python 官網安裝特定版本,但通常 local 上如果有不只一個 …

Read More →
X-Powered-By
後端筆記

所以我說 X-Powered-By 這個 header 到底是什麼?為什麼大家都想把它 disabled 掉呢?

今天在看 Next.js 的官方文件時,發現有 X-Powered-By 這個 header,但文件裡也只有說明把這個 header disabled 掉的方法,並沒有說明為什麼

Read More →
Next.js compiler
Next.js

Next.js Compiler 介紹

Next.js compiler 是讓 Next.js 效能強大的重要原因之一。在了解 Next.js compiler 之前,先來談談從開發環境到部署的四個重要流程,了解這些流程才能夠知道 Next.js compiler …

Read More →
localeCompare
JavaScript

為什麼 Node.js 和瀏覽器中使用 localeCompare 時,排序會不同呢?

最近在工作上需要處理一些字元排序的功能,想要整理成筆記,但意外發現在瀏覽器中和 Node.js 使用 localeCompare 時排序卻不一樣,於是稍微探究了一下箇中原因

Read More →
JavaScript Set
JavaScript

【 JavaScript 】Set 筆記

延續上一篇:【 JavaScript 】Map 筆記,這篇就來筆記一下 Set 的用法吧! JavaScript Set 1. 特性 …

Read More →
JavaScript Map
JavaScript

【 JavaScript 】Map 筆記

JavaScript Map 和 JavaScript Set 相較 Array 和 Object 算是比較沒那麼常用的資料結構,導致每次要用的時候都要去查 …

Read More →
Scroll to Top