辛西亞的技能樹


  • Categories

  • Tags

  • Archives

  • About

  • Search

【LeetCode】0012. Integer to Roman

2019-06-06 | 面試刷題 |

Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.

Read more »

【LeetCode】0011. Container With Most Water

2019-06-06 | 面試刷題 |

Given n non-negative integers $a_1, a_2, …, a_n$ , where each represents a point at coordinate $(i, a_i)$. n vertical lines are drawn such that the two endpoints of line i is at $(i, a_i)$ and $(i, 0)$. Find two lines, which together with x-axis forms a container, such that the container contains the most water.

Read more »

【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 »

【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 »
1 … 16 17 18 … 23
辛西亞.Cynthia

辛西亞.Cynthia

自己整理過才是自己的

223 posts
20 categories
121 tags
RSS
© 2018 - 2023 辛西亞.Cynthia
Powered by Jekyll
Theme - NexT.Mist