Skip to content

Commit

Permalink
chore(COM-1602): create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Faelayis committed Dec 4, 2023
1 parent 040334f commit 8749f9d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions COM-1602/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# COM 1602 การเขียนโปรแกรมภาษาคอมพิวเตอร์

## การพัฒนา

แนะนำ [Windows Terminal](https://www.microsoft.com/store/productid/9N0DX20HK701?ocid=pdpshare) เพื่อการทดสอบ<br>
ต้องใช้ [VS Code](https://code.visualstudio.com) เพื่อพัฒนา<br>
ต้องใช้ [XAMPP](https://www.apachefriends.org)

### ส่วนขยาย

- แนะนำ [SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools)

```text
📂.vscode
└─📄settings.json
```

`settings.json`

```json
{
"[sql]": {
"editor.defaultFormatter": "mtxr.sqltools"
}
}

```

### เสร็จสิ้น
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
| รหัส | วิชา | เริ่มต้น | โฟลเดอร์ | โค้ดทั้งหมด | สิ่งที่ใช้ |
| :---------: | :-----------------------------: | :------------------------: | :---------------: | :---------------: | :------------: |
| COM-1308-63 | หลักการออกแบบและการเขียนโปรแกรม | [⚙️](./COM-1308/README.md) | [📁](./COM-1308/) | [📑](./COM-1308/LIST.md) | <a href="http://www.flowgorithm.org"><img width="20px" src="./resources/flowgorithm.ico"/></a> <a href="https://learn.microsoft.com/en-us/cpp/c-language"><img width="20px" src="https://user-images.githubusercontent.com/25181517/192106070-46255bcf-65e6-4c6b-a296-bf8d0d8fb2a7.png"/></a>
| COM-1602-63 | ระบบฐานข้อมูล 1 | - | [📁](./COM-1602/) | - | <a href="https://www.mysql.com"><img width="20px" src="https://user-images.githubusercontent.com/25181517/183896128-ec99105a-ec1a-4d85-b08b-1aa1620b2046.png"/></a>
| COM-1602-63 | ระบบฐานข้อมูล 1 | [⚙️](./COM-1602/README.md) | [📁](./COM-1602/) | - | <a href="https://www.mysql.com"><img width="20px" src="https://user-images.githubusercontent.com/25181517/183896128-ec99105a-ec1a-4d85-b08b-1aa1620b2046.png"/></a>
| COM-1305-63 | การเขียนโปรแกรมภาษาคอมพิวเตอร์ | [⚙️](./COM-1305/README.md) | [📁](./COM-1305/) | - | <a href="https://www.python.org"><img width="20px" src="https://user-images.githubusercontent.com/25181517/183423507-c056a6f9-1ba8-4312-a350-19bcbc5a8697.png"/></a>

0 comments on commit 8749f9d

Please sign in to comment.