Home Archives About Tags Works
5月 14 2015
Web►Other

[Web] 整個網頁都是我的繪圖板

前言

將之前做的畫圖做成小插件。

Read More

Share Comments
  • HTML5
  • JavaScript
  • jsGraphics
5月 14 2015
Web►Front-End

[Front-End] 利用jsGraphics將網頁當畫布

前言

jsGraphics是一個可以讓你直接在網頁上繪圖的套件,HTML5的Canvas雖然也可以畫圖,但不知道能不能像jsGraphics跨區域,有空再研究看看。

Read More

Share Comments
  • JavaScript
  • jsGraphics
5月 13 2015
Programming Language►Java

[Java] Shallow Copy和Deep Copy

前言

在複製陣列的時候,要注意是需要Shallow Copy還是Deep Copy,直接看程式碼。

Read More

Share Comments
  • Deep Copy
  • Java
  • Shallow Copy
5月 13 2015
Programming Language►C/C++

[C/C++] 函數指標

前言

最近在看《指標的藝術》,看能不能對於指標理解透徹一點。其中看到了函數指標,發覺是個很有趣的東西。

Read More

Share Comments
  • C
  • Function Pointer
5月 12 2015
Web►Hexo

[Hexo] 將多餘的字省略

有時候標題太長,但又不想要全部顯示,只好做一些設定。

Read More

Share Comments
  • CSS
5月 11 2015
Web►Overall

[Web] 在Google Map顯示多個InfoWindow

前言

由於需要顯示多個InfoWindow,但怎麼弄都只會顯示出最後一個,最後發現必須要使用Closure(閉包),以往C++、Java等等不曾見過Closure,到了JavaScript還是第一次看到。

Read More

Share Comments
  • Closure
  • Google Map
  • InfoWindow
  • JavaScript
5月 11 2015
Web►Overall

[Web] Google Map API簡易使用

Google MAP API常常需要使用,在此記錄一下一些基本用法。

Read More

Share Comments
  • Google Map API
  • JavaScript
5月 8 2015
Online Judge►LeetCode

[LeetCode] 125 - Valid Palindrome

題意

判斷字串是否回文,只考慮字母和數字。

Read More

Share Comments
  • 125
  • LeetCode
  • Palindrome
5月 8 2015
Online Judge►LeetCode

[LeetCode] 62 - Unique Paths

題意

機器人每次可以往下或往右走,請問到最右下角最多會有幾種走法。

Read More

Share Comments
  • 62
  • DP
  • LeetCode
5月 8 2015
Programming Language►C/C++

[C/C++] 常見排序實作

把常見的排序重新寫過一次,以備不時之需。

Read More

Share Comments
  • C++
  • Sort
« Prev1…678910…13Next »

Categories

  • Content Management System1
    • Joomla1
  • Learning Note1
    • Machine Learning1
  • Mobile Application9
    • Android6
    • Cordova3
  • Online Judge47
    • Codewars3
    • Google Code Jam1
    • LeetCode31
    • Pwnable.kr1
    • UVa11
  • Other3
  • Programming Language19
    • C/C++4
    • Java5
    • JavaScript9
    • Python1
  • Security1
  • Server1
    • CentOS1
  • Tool3
    • Compiler1
    • Parser1
      • Bison1
    • Scanner1
      • Flex1
  • Web44
    • Front-End19
    • Hexo3
    • Markdown1
    • Node.js2
    • Other4
    • Overall9
    • PHP3
    • Phoenix1
    • Redux1
    • jQuery1

Recents

  • [LeetCode] 670 - Maximum Swap
  • [LeetCode] 654 - Maximum Binary Tree
  • [LeetCode] 647 - Palindromic Substrings
  • [LeetCode] 560 - Subarray Sum Equals K
  • [LeetCode] 515 - Find Largest Value in Each Tree Row
  • [LeetCode] 513 - Find Bottom Left Tree Value
  • [LeetCode] 508 - Most Frequent Subtree Sum
  • [LeetCode] 451 - Sort Characters By Frequency
  • [LeetCode] 442 - Find All Duplicates in an Array
  • [LeetCode] 287 - Find the Duplicate Number

Links

  • Online Avalon
  • MapleStory Defense
  • Building House
Powered by Hexo and Theme by landscape © Chi-Wei Liu
Home Archives About Tags Works