U1320100568 / Just_Get_Ready_For_Learn_Learn_Learn...

0 stars 0 forks source link

新東西 #1

Open U1320100568 opened 6 years ago

U1320100568 commented 6 years ago

Web Api Service / RESTful

http://blog.darkthread.net/post-2012-03-22-restful-websvc-on-aspnet35.aspx https://blog.kkbruce.net/2012/03/aspnet-web-api-1.html#.Wz3hzNIzY2w https://dotblogs.com.tw/gelis/archive/2012/02/18/69602.aspx https://blog.toright.com/posts/5523/restful-api-%E8%A8%AD%E8%A8%88%E6%BA%96%E5%89%87%E8%88%87%E5%AF%A6%E5%8B%99%E7%B6%93%E9%A9%97.html

U1320100568 commented 6 years ago

反轉控制 / 依賴注入

https://notfalse.net/3/ioc-di

U1320100568 commented 6 years ago

Internet Information Service

設定:應用程式 > 程式和功能 > 開起或關閉Windows功能 > IIS功能開啟(可不用全開,但是我全開)

-> 搜尋"IIS" 呼叫IIS管理員 -> 新增站台 >站台名稱隨便設定 > 實體路徑指向專案的資料夾 -> 繫結 > 連接埠> localhost預設沒輸入是80 ,可改成這個當作首頁,不然就隨便輸入

注意:

  1. 權限開放問題:指向的資料夾另外放在一個直接在C:/底下的,權限;安全性 > 進階 >繼承C:/,底下的資料夾都是 (一直遇到組態錯誤)
  2. 若專案資料夾沒有預設首頁,會一直跑出錯誤 403.14 - Forbidden,可設定index.html 或是 開啟> 功能檢視 > 瀏覽目錄> 啟用
U1320100568 commented 6 years ago

Vue.js

Scrimba上面的課程 官方教學

U1320100568 commented 5 years ago

Parallel Foreach

一般for cpu 會有所保留,不會超爆 parallel for 可以衝到100%,多執行緒的概念?