or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Mikucat
Why PowerShell
1. Cmdlet it go
Cmdlet
念作 command-let
PowerShell 裡的指令就是它
Cmdlet 特性
PowerShell 會解析好
2. 披著命令的皮
Cmdlet 本身 -> Object
變數、參數 -> Object
Cmdlet 回傳值 -> Object
管線傳遞 -> Object
哈哈 是我啦: 物件導向
C#:
PowerShell:
調用 C# 方法
3. 我微軟的夢想
就是征服全世界
PowerShell Core 7.0
4. 只是多了ls的命令提示字元?
PS 2.0 預設啟用的 Cmdlet 數量
範例: 全自動安裝MinGW + CLion
C# Invoke DLL over Powershell
Reference
PowerShell 文件 - PowerShell | Microsoft Docs