辛西亞的技能樹


  • Categories

  • Tags

  • Archives

  • About

  • Search

【LeetCode】0009. Palindrome Number

2019-06-06 | 面試刷題 |

Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward.

Read more »

【LeetCode】0008. String to Integer (atoi)

2019-06-05 | 面試刷題 |

Implement atoi which converts a string to an integer.

Read more »

【LeetCode】0007. Reverse Integer

2019-06-05 | 面試刷題 |

Given a 32-bit signed integer, reverse digits of an integer.

Read more »

【CodiMD】安裝踩雷筆記...

2019-06-04 | 系統佈建與管理 |

說實話我還是搞不懂為何需要建立 CodiMD,不過上面說要建那就來建吧~!

Read more »

【Git】修改 Git commits 的作者資訊

2019-06-03 | 版本管控 |

前一陣子,用公司電腦寫自己的 code,結果…啊啊啊啊, git 的作者資訊顯示的是公司帳號阿 QAQ

原本想說回家後,用 git cherry-pick 一個 commit 一個 commit 搬移後,再重新 commit。結果發現…靠!有將近 20 個 commit ,這樣搬會瘋掉的。

Read more »

【Vue.js 學習筆記】10. Vue Router

2019-05-15 | 研讀筆記 , 程式語言與架構 |

本節內容包含下述子章節:

  1. 使用 Vue Router 及配置路由文件
  2. 新增路由路徑及連結
  3. 製作巢狀路由頁面
  4. 使用動態路由切換頁面 Ajax 結果
  5. 命名路由,同一個路徑載入兩個頁面元件
  6. Vue Router 參數設定
  7. 自定義切換路由方法
Read more »

【Vue.js 學習筆記】09. Vue Cli 的建置與運作原理

2019-05-10 | 研讀筆記 , 程式語言與架構 |

本節內容包含下述子章節:

  1. 為什麼要學 Vue Cli
  2. Vue Cli 2.x 與 Vue Cli 3.x 課程說明
  3. 如何使用 Vue Cli
  4. Vue Cli 所產生的資料夾結構說明
  5. Webpack 腳本介紹 及 自定義環境變數
  6. 安裝套件在 Vue Webpack 中
Read more »

【Vue.js 學習筆記】08. Vue 常用 API

2019-05-10 | 研讀筆記 , 程式語言與架構 |

本節內容包含下述子章節:

  1. 使用 Extend 避免重複造輪子
  2. Filter 自訂畫面資料呈現格式
  3. 無法寫入的資料,用 set 搞定他
  4. Mixin 混合其它的元件內容
  5. 使用 Directive 開發自己的互動 UI
Read more »

【Vue.js 學習筆記】07. JavaScript ES6

2019-05-08 | 研讀筆記 , 程式語言與架構 |

本節內容包含下述子章節:

  1. 使用 let 與 const 宣告變數
  2. 展開與其餘參數
  3. 縮寫
  4. 箭頭函式與傳統函式
  5. 字串模板 Template String
  6. 常用陣列方法
  7. 測驗 2: ES6 小測驗
Read more »

【Vue.js 學習筆記】06. Vue.js 元件

2019-05-07 | 研讀筆記 , 程式語言與架構 |

本節內容包含下述子章節:

  1. 元件概念介紹
  2. 使用 x-template 建立元件
  3. 使用 function return 建構資料格式
  4. props 基本觀念
  5. props 使用上的注意事項
  6. props 型別及預設值
  7. emit 向外層傳遞事件
  8. Slot 元件插槽
  9. 使用 is 動態切換元件
  10. 元件 章節作業
  11. 測驗:Vue 元件測驗
Read more »
1 … 11 12 13 … 18
辛西亞.Cynthia

辛西亞.Cynthia

自己整理過才是自己的

174 posts
16 categories
102 tags
RSS
© 2018 - 2021 辛西亞.Cynthia
Powered by Jekyll
Theme - NexT.Mist