开放封闭原则(Open Close Principle-OCP)(面向扩展开放,面向修改封闭) 人话: OCP是面向对象的核心,关键在于抽象。 Talk is cheap, show me the code. 举一个计算多个图形周长之和的例子: 修改后: ...
分类:
其他好文 时间:
2018-06-22 13:13:15
阅读次数:
127
leetcode上的几道题,意思是知道股票的走势,怎么获得买卖最大利润,卖的日子必须在买的日子的后面,每一道题的限制不一样,用到的算法也可能不一样。 121. Best Time to Buy and Sell Stock 题干如下: Say you have an array for which ...
分类:
其他好文 时间:
2018-06-17 18:55:07
阅读次数:
151
D. Buy a Ticket time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Musicians of a popular b ...
分类:
其他好文 时间:
2018-06-12 00:12:49
阅读次数:
200
Problem description A soldier wants to buy w bananas in the shop. He has to pay k dollars for the first banana, 2k dollars for the second one and so o ...
分类:
其他好文 时间:
2018-06-03 14:27:15
阅读次数:
129
app.module.ts 1 var model = { 2 user: 'Admin', 3 items: [{ 4 action: 'buy flowsers', done: false 5 },{ 6 action: 'get shoes', done: false 7 },{ 8 acti ...
分类:
其他好文 时间:
2018-06-01 22:16:16
阅读次数:
226
闭包的作用 一句话,闭包的作用:将方法存于变量。 至于闭包的原因或者目的,或者说,为什么将方法存于变量,稍后再说。 闭包的条件 为了尽量避免用一大段话描述一个概念,我们理性一点地把闭包的条件划分成3个: P.S. 闭包的例子 “Talk is cheap, show me your code.” 我 ...
分类:
其他好文 时间:
2018-06-01 10:47:41
阅读次数:
173
题目描述: Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one trans ...
分类:
其他好文 时间:
2018-05-29 13:11:16
阅读次数:
142
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1847 Problem Description 大学英语四级考试就要来临了,你是不是在紧张的复习?也许紧张得连短学期的ACM都没工夫练习了,反正我知道的Kiki和Cici都是如此。当然,作为在考场浸润了十 ...
分类:
其他好文 时间:
2018-05-27 13:44:31
阅读次数:
270
Good Luck in CET-4 Everybody! Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 12425 Accepted Subm ...
分类:
其他好文 时间:
2018-05-25 01:32:24
阅读次数:
152
Good Luck in CET 4 Everybody! Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 12422 Accepted Sub ...
分类:
其他好文 时间:
2018-05-24 21:53:04
阅读次数:
224