Best Time to Buy and Sell Stock IV2015.4.17 05:27Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorit...
分类:
其他好文 时间:
2015-04-17 07:08:56
阅读次数:
121
观察者模式:在对象之间定义一对多的依赖,这样一来,当一个对象改变状态,依赖它的对象都会收到通知,并自动更新。——《HEAD FIRST 设计模式》 我的c++代码 #ifndef DESIGN_OBSERVER_H_
#define DESIGN_OBSERVER_H_
#include class...
分类:
其他好文 时间:
2015-04-17 01:10:38
阅读次数:
126
策略模式:定义算法族,分别封装起来,让它们之间可以互相替换,此模式让算法的变化独立于使用算法的客户。——《HEAD FIRST 设计模式》 我的C++代码: #ifndef DESIGN_STRATEGY_H_
#define DESIGN_STRATEGY_H_ class FlyBehavior...
分类:
其他好文 时间:
2015-04-17 00:56:17
阅读次数:
109
Android 应用性能优化系列
那些年我们错过的响应式编程
深入理解Content Transition (part 2)
Kotlin for Android (III) 扩展函数与默认值
功能测试框架 espresso
如何在本地搭建一个Android应用crashing跟踪系统-ACRA
实现Instagram的Material Design概念设计
一个支持多设备的Android参考应用...
分类:
其他好文 时间:
2015-04-16 23:49:39
阅读次数:
387
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2015-04-16 23:39:29
阅读次数:
145
知识分享:首先看图,我只是大自然的搬运工,想实现这种特效的请点击连接下载github地址忘掉了,。。。。http://download.csdn.net/detail/lj419855402/8602281主要实现代码,利用AS编译。package net.xpece.material.naviga...
分类:
其他好文 时间:
2015-04-16 23:30:39
阅读次数:
204
随着3G的普及,越来越多的人使用手机上网。移动设备正超过桌面设备,成为访问互联网的最常见终端。于是,网页设计师不得不面对一个难题:如何才能在不同大小的设备上呈现同样的网页?手机的屏幕比较小,宽度通常在600像素以下;PC的屏幕宽度,一般都在1000像素以上(目前主流宽度是1366×768),有的还达...
分类:
Web程序 时间:
2015-04-16 17:24:16
阅读次数:
134
原文地址:http://www.petrikainulainen.net/software-development/design/understanding-spring-web-application-architecture-the-classic-way/Every developer mus...
分类:
移动开发 时间:
2015-04-16 17:10:10
阅读次数:
307
In data warehouse design, frequently we run into a situation where there are yes/no indicator fields in the source system. Through business analysis, we know it is necessary to keep such informatio...
分类:
其他好文 时间:
2015-04-16 10:36:55
阅读次数:
228
【一】 面向对象的基本概念 面向对象的英文全称叫做Object Oriented,简称OO。OO其实包括OOA(Object OrientedAnalysis,面向对象分析)、OOD(Object Oriented Design,面向对象设计)和OOP(ObjectOriented Pro...
分类:
其他好文 时间:
2015-04-16 01:24:56
阅读次数:
131