Month: June 2022
近期目標
- 學寫API、API測試
- 了解C# Coding standard方便制定
- 一邊進修工作升級要用的東西
- 學會把vim當鍵盤
C# Playgrounds
Your connection isn’t private
Google Adsense教學
把網站架好,就可以到Google Adsense申請囉~
這篇記錄一些Google Adsense的使用心得教學
Rider跳出的警示查詢
The parameter spans multiple lines
A parameter to a C# method or indexer, other than the first parameter, spans across multiple lines.
一個參數儘量維持在一行,不要超過一行
Google Adsense是什麼
Google Adsense是一個可以讓你把Google的廣告嵌在你的網站上的服務。
Stored Procedure學習筆記
- BEGIN 和 END 不一定要寫,寫了可以增加可讀性。
- AS 負責分離頭尾
- EXECUTE 和 EXEC 負責執行
參考閱讀:
A Basic Guide to SQL Server Stored Procedures
SQL Stored Procedures for SQL Server
The Read Uncommitted Isolation Level
CREATE PROCEDURE (Transact-SQL)
SQL Stored Procedures for SQL Server
Docker學習筆記
看課程會覺得是不是應該先學好一些東西,再來學docker
例如以下:
- Computer Science
- Networking
- Linux
這三項學了再來學docker應該比較有概念。
如果是用Windows,切記要:
1. 把Hyper-V打開
2. containers windows features也要enable