Skip to content

Commit ee271dd

Browse files
committed
Initial commit
0 parents  commit ee271dd

File tree

65 files changed

+21081
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+21081
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*

.prettierrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"overrides": [
3+
{
4+
"files": "*.mdx",
5+
"options": {
6+
"parser": "mdx"
7+
}
8+
}
9+
]
10+
}

LICENSE

+661
Large diffs are not rendered by default.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# NKUST iOS Club Documentation
2+
3+
這裡是 NKUST iOS Club 的原始碼儲存庫

babel.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
3+
};
+163
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
---
2+
title: Sandboxie 上 TREMV 多開
3+
authors: [timyaya8732]
4+
tags: [timyaya8732, sandboxie, tremv]
5+
---
6+
7+
:::tip
8+
9+
本教學使用「Sandboxie-Classic-x64-v5.68.7」、「TREMV-6.1.112」示範 。
10+
11+
:::
12+
13+
## Sandboxie 前的準備
14+
15+
### 下載
16+
17+
#### 第 1 步
18+
19+
先到官網下載頁面 [Sandboxie](https://sandboxie-plus.com/downloads/)
20+
21+
![sandboxie_downloads](../../static/img/2024-06-15-timyaya8732/sandboxie_downloads.jpg)
22+
23+
#### 第 2 步
24+
25+
看到「Sandboxie-Classic Downloads」選擇對應自己電腦的系統版本。
26+
27+
![Download_place](../../static/img/2024-06-15-timyaya8732/Download_place.jpg)
28+
29+
### 安裝
30+
31+
#### 第 3 步
32+
33+
把安裝程式打開,進行安裝。
34+
35+
點選 我接受 。
36+
37+
:::caution
38+
39+
如果不同意協議條款請停止安裝!
40+
41+
:::
42+
43+
![Sandboxie-Classic_Installation_1](../../static/img/2024-06-15-timyaya8732/Sandboxie-Classic_Installation_1.jpg)
44+
45+
#### 第 4 步
46+
47+
點選 安裝 。
48+
49+
:::tip
50+
51+
選擇預設安裝路徑即可,如果有需要再變更其他安裝路徑位置。
52+
53+
:::
54+
55+
![Sandboxie-Classic_Installation_2](../../static/img/2024-06-15-timyaya8732/Sandboxie-Classic_Installation_2.jpg)
56+
57+
#### 第 5 步
58+
59+
安裝完成後點選 `下一步`
60+
61+
![Sandboxie-Classic_Installation_3](../../static/img/2024-06-15-timyaya8732/Sandboxie-Classic_Installation_3.jpg)
62+
63+
#### 第 6 步
64+
65+
接著安裝驅動程式核心,點選 下一步 。
66+
67+
![Sandboxie-Classic_Installation_driver_1](../../static/img/2024-06-15-timyaya8732/Sandboxie-Classic_Installation_driver_1.jpg)
68+
69+
#### 第 7 步
70+
71+
點選 完成 。
72+
73+
![Sandboxie-Classic_Installation_driver_2](../../static/img/2024-06-15-timyaya8732/Sandboxie-Classic_Installation_driver_2.jpg)
74+
75+
## 開始使用 Sandboxie
76+
77+
#### 第 8 步
78+
79+
開啟 Sandboxie 應用程式。
80+
81+
![Sandboxie_main_interface](../../static/img/2024-06-15-timyaya8732/Sandboxie_main_interface.jpg)
82+
83+
:::tip
84+
85+
在部分電腦可能會出現「軟體相容性」視窗,直接點選確定即可。
86+
87+
![Sandboxie_software_compatibility](../../static/img/2024-06-15-timyaya8732/Sandboxie_software_compatibility.jpg)
88+
89+
:::
90+
91+
### 新增沙箱。
92+
93+
#### 第 9 步
94+
95+
方式: 沙箱 -> 建立新沙箱
96+
97+
![Sandboxie_new](../../static/img/2024-06-15-timyaya8732/Sandboxie_new.jpg)
98+
99+
#### 第 10 步
100+
101+
輸入沙箱名稱,輸入完成後點選 確定 。
102+
103+
![Sandboxie_name](../../static/img/2024-06-15-timyaya8732/Sandboxie_name.jpg)
104+
105+
### 下載 TREMV
106+
107+
#### 第 11 步
108+
109+
進入 TREMV 的 [GitHub Releases](https://github.com/yayacat/TREM/releases) 網頁。
110+
111+
下載 TREMV-6.1.112.exe 項目。
112+
113+
:::tip
114+
115+
下載「軟體執行檔」,並非軟體安裝檔。
116+
117+
:::
118+
119+
![Download_TREMV](../../static/img/2024-06-15-timyaya8732/Download_TREMV.jpg)
120+
121+
### 設定沙箱
122+
123+
#### 第 12 步
124+
125+
回到 Sandboxie ,左鍵點選剛剛新增的沙箱後,右鍵選擇「沙箱設定」。
126+
127+
![Sandbox_settings_1](../../static/img/2024-06-15-timyaya8732/Sandbox_settings_1.jpg)
128+
129+
#### 第 13 步
130+
131+
進入左側「檔案遷移」項目後,在右側輸入「1024000」,再點選確定。
132+
133+
![Sandbox_settings_2](../../static/img/2024-06-15-timyaya8732/Sandbox_settings_2.jpg)
134+
135+
### 完成設定
136+
137+
#### 第 14 步
138+
139+
左鍵點選剛剛新增的沙箱後,右鍵選擇「從沙箱中開啟->開啟檔案總管」。
140+
141+
![Sandboxie_explorer](../../static/img/2024-06-15-timyaya8732/Sandboxie_explorer.jpg)
142+
143+
檔案總管開啟後再關閉檔案總管。
144+
145+
#### 第 15 步
146+
147+
左鍵點選剛剛新增的沙箱後,右鍵選擇「瀏覽沙箱內容」。
148+
149+
![Sandboxie_content_1](../../static/img/2024-06-15-timyaya8732/Sandboxie_content_1.jpg)
150+
151+
#### 第 16 步
152+
153+
把剛剛下載的 TREMV 軟體執行檔放到 user 資料夾裡面,並快點 2 下執行軟體。
154+
155+
![Sandboxie_content_2](../../static/img/2024-06-15-timyaya8732/Sandboxie_content_2.jpg)
156+
157+
## 結果
158+
159+
#### 第 17 步
160+
161+
這樣就完成了!
162+
163+
![Sandboxie_content_2](../../static/img/2024-06-15-timyaya8732/TREMV.jpg)

blog/YoYo0901/2024-06-15-yoyo0910.mdx

+147
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
---
2+
title: macOS 安裝 Flutter SDK
3+
authors: [yoyo0901, yuyu1015]
4+
tags: [yoyo0901, yuyu1015, flutter]
5+
---
6+
7+
## Homebrew
8+
9+
- 套件管理工具
10+
- 官網 [點我前往](https://brew.sh/zh-tw/)
11+
12+
### 安裝
13+
14+
```bash
15+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
16+
```
17+
18+
### 環境變數
19+
20+
```bash
21+
export PATH="/opt/homebrew/bin:$PATH"
22+
source ~/.zshrc
23+
```
24+
25+
## rvm
26+
27+
- Ruby Version Manager
28+
- 官網 [點我前往](https://rvm.io/)
29+
30+
### 安裝
31+
32+
```bash
33+
\curl -sSL https://get.rvm.io/ | bash -s stable
34+
```
35+
36+
### 環境變數
37+
38+
```bash
39+
source ~/.rvm/scripts/rvm
40+
```
41+
42+
## Ruby
43+
44+
- Ruby 是一種物件導向、指令式、函數式、動態的通用程式語言
45+
- 官網 [點我前往](https://www.ruby-lang.org/zh_tw/downloads/)
46+
47+
### 安裝
48+
49+
```bash
50+
rvm install ruby-2.7.2
51+
```
52+
53+
### 切換版本
54+
55+
```bash
56+
rvm use 2.7.2
57+
```
58+
59+
## Pod
60+
61+
- CocoaPods 是一應用級別的依賴管理器,針對 Objective-C、Swift
62+
- 官網 [點我前往](https://cocoapods.org/)
63+
64+
### 安裝
65+
66+
```bash
67+
sudo gem install cocoapods -V
68+
```
69+
70+
### 環境變數
71+
72+
```bash
73+
export PATH=$HOME/.gem/bin:$PATH
74+
source ~/.zshrc
75+
76+
```
77+
78+
## Flutter SDK
79+
80+
- 官網 [點我前往](https://docs.flutter.dev/get-started/install/macos/mobile-ios?tab=download)
81+
82+
:::caution
83+
84+
ARM 系列 Mac 需注意的步驟
85+
86+
### Rosetta
87+
88+
```bash
89+
sudo softwareupdate --install-rosetta --agree-to-license
90+
```
91+
92+
:::
93+
94+
### 下載 Flutter SDK Zip
95+
96+
:::caution
97+
98+
ARM 系列 Mac 記得選 Apple Silicon
99+
100+
:::
101+
102+
### 解壓縮 SDK
103+
104+
```bash
105+
unzip ~/Downloads/flutter_macos_3.22.1-stable.zip \
106+
-d ~/development/
107+
```
108+
109+
### 環境變數
110+
111+
```bash
112+
export PATH=$HOME/development/flutter/bin:$PATH
113+
source ~/.zshrc
114+
```
115+
116+
## 安裝 IDE & 工具
117+
118+
:::caution
119+
120+
ARM 系列 Mac 記得選 Apple Silicon
121+
122+
:::
123+
124+
- Xcode [點我前往](https://apps.apple.com/tw/app/xcode/id497799835)
125+
- IntelliJ IDEA Community Edition [點我前往](https://www.jetbrains.com/idea/download)
126+
- GitHub Desktop [點我前往](https://desktop.github.com/)
127+
- VScode [點我前往](https://code.visualstudio.com/download)
128+
129+
## Xcode 配置
130+
131+
```bash
132+
sudo sh -c 'xcode-select -s /Applications/Xcode.app/Contents/Developer && xcodebuild -runFirstLaunch'
133+
sudo xcodebuild -license
134+
```
135+
136+
## 安裝 iOS
137+
138+
### Xcode 中 安裝 iOS
139+
140+
- `Xcode` -> `Settings` -> `Platforms`
141+
- 選擇 iOS `iOS 17.5 7.34GB`
142+
143+
## 檢查
144+
145+
```bash
146+
flutter doctor
147+
```

0 commit comments

Comments
 (0)