【IDE】PhpStorm 設置 XAMPP 的 PHP Interpreter


第一次使用JetBrains的IDE,

點擊右上方的瀏覽器執行寫好的網站,


【C】【Compiler】Inline、Function、Macro 秒懂神解釋

曾經學過C語言,
矇矇懂懂只知道 function跟 macro是類似的東西,不清楚具體的差異為何。

將以 C語言 來舉例,
通常在C語言寫程式中,第一行都是
#include <stdio.h>

【macOS】在Vscode上設定Zsh


按 Command + Shift + P
搜尋user,點打開使用者設定



【macOS】現代終端機都這麼潮嗎?Iterm2、zshell、oh-my-zsh、powerlevel10k



你還是我所認識的終端機嗎... 

這可不是只有畫面變 Colorful 了, 
git 分支都能幫你顯示、甚至貓咪都出動了, 
按 tab 鍵的效果也有進一步的功能,擁有更棒的寫程式體驗。

【macOS】【Homebrew】Homebrew基本教學

Homebrew是以ruby寫的。
Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple's macOS operating system and Linux.
Written by Max Howell, the package manager has gained popularity in the Ruby on Rails community and earned praise for its extensibility.

安裝Homebrew

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
意思是用 bash、crul,執行 https://raw.githubusercontent.com/Homebrew/install/master/install.sh 的腳本

看更多文件說明
$ brew help
$ man brew