原创 算法作業_28(2017.6.8第十六週)

64. Minimum Path Sum Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right wh

原创 算法作業_22(2017.5.18第十三週)

232. Implement Queue using Stacks Implement the following operations of a queue using stacks. push(x) -- Push element

原创 算法作業_29(2017.6.12第十七週)

343. Integer Break Given a positive integer n, break it into the sum of at least two positive integers and maximize th

原创 算法作業_27(2017.6.8第十六週)

120. Triangle Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjachttp://wr

原创 算法作業_24(2017.5.23第十四周)

563. Binary Tree Tilt Given a binary tree, return the tilt of the whole tree. The tilt of a tree node is defined as th

原创 Cookie 和session

# 今日內容     1. 會話技術         1. Cookie         2. Session     2. JSP:入門學習 ## 會話技術     1. 會話:一次會話中包含多次請求和響應。         * 一次會

原创 算法作業_32(2017.6.15第十七週)

392. Is Subsequence Given a string s and a string t, check if s is subsequence of t. You may assume that there is onl

原创 Tomcat&Servlet學習

# 今日內容     1. web相關概念回顧     2. web服務器軟件:Tomcat     3. Servlet入門學習 ## web相關概念回顧     1. 軟件架構         1. C/S:客戶端/服務器端   

原创 JQuery 基礎

## 今日內容     1. JQuery 基礎:         1. 概念         2. 快速入門         3. JQuery對象和JS對象區別與轉換         4. 選擇器         5. DOM操作  

原创 JSP

# 今日內容     1. JSP:         1. 指令         2. 註釋         3. 內置對象     2. MVC開發模式     3. EL表達式     4. JSTL標籤     5. 三層架構 ##

原创 算法作業_31(2017.6.14第十七週)

455. Assign Cookies Assume you are an awesome parent and want to give your children some cookies. But, you should give

原创 算法作業_26(2017.6.6第十六週)

583. Delete Operation for Two Strings Given two words word1 and word2, find the minimum number of steps required to mak

原创 算法作業_25(2017.6.1第十五週)

最長公共子序列與最長公共子串(動態規劃問題) 一直不明白最長公共子串和最長公共子序列的區別,上網查了下,最長公共子串(Longest Common Substirng)和最長公共子序列(Longest Common Subsequence

原创 算法作業_23(2017.5.23第十四周)

575. Distribute Candies Given an integer array with even length, where different numbers in this array represent differ

原创 Servlet和HTTP

# 今日內容:     1. Servlet     2. HTTP協議     3. Request ## Servlet:     1. 概念     2. 步驟     3. 執行原理     4. 生命週期     5. Ser