首页 > 2015年10月28日 > 全部分享
LintCode "Maximum Subarray III" !
Such a classic DP.. Thought flow:1. find out the 2 vars in the problem statement: n and k2. setup dp equation - my first thought was by n which was no...
分类:其他   时间:2015-10-28 06:59:50    收藏:0  评论:0  赞:0  阅读:217
Quote comes from C. Joybell C.
The only way that we can live is if we grow; the only way we can grow is if we change;the only way we can change is if we learn; the only way we can l...
分类:其他   时间:2015-10-28 06:59:41    收藏:0  评论:0  赞:0  阅读:244
LintCode "Previous Permutation"
A reverse version of the Dictionary algorithm :) If you AC-ed "Next Permutation II", copy it over and just reverse the conditions.class Solution {publ...
分类:其他   时间:2015-10-28 06:59:30    收藏:0  评论:0  赞:0  阅读:276
Find Median from Data Stream 解答
QuestionMedian is the middle value in an ordered integer list. If the size of the list is even, there is no middle value. So the median is the mean of...
分类:其他   时间:2015-10-28 06:59:11    收藏:0  评论:0  赞:0  阅读:237
[Angular 2] ng-class and Encapsulated Component Styles
import {Input, Component, View, NgClass} from "angular2/angular2";@Component({ selector: 'todo-item-render'})@View({ directives: [NgClass], s...
分类:其他   时间:2015-10-28 06:59:01    收藏:0  评论:0  赞:0  阅读:186
大多数人过于聪明和追求安稳,真正有决心的人不多
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。作者:小舟杜梦杰链接:http://www.zhihu.com/question/30943322/answer/62682599来源:知乎三天后,得到消息,他们说,“我们要投你!” 他们说,“梦杰,虽然我们只见过一次面,但你刚毕业...
分类:其他   时间:2015-10-28 06:58:51    收藏:0  评论:0  赞:0  阅读:133
[Angular 2] Using Pipes to Filter Data
Pipes allow you to change data inside of templates without having to worry about changing it in the Controller. Creating a custom Pipe is as simple as...
分类:其他   时间:2015-10-28 06:58:40    收藏:0  评论:0  赞:0  阅读:593
Android关于buildToolVersion与CompileSdkVersion的区别
StackOverFlow中对这个问题进行了详细的讨论:http://stackoverflow.com/questions/24521017/android-gradle-buildtoolsversion-vs-compilesdkversion【问题的结论】就是:1、CompileSdkVer...
分类:移动平台   时间:2015-10-28 06:58:30    收藏:0  评论:0  赞:0  阅读:199
linux命令合集
wget是一个网络下载工具,支持断点续传等功能
分类:系统服务   时间:2015-10-28 06:58:20    收藏:0  评论:0  赞:0  阅读:269
[Angular 2] Controlling how Styles are Shared with View Encapsulation
Style and View Encapsulation is best understood by seeing how each option (Emulated, Native, and None) compare to each other. Angular 2 QuickStart ...
分类:其他   时间:2015-10-28 06:58:10    收藏:0  评论:0  赞:0  阅读:198
2015年10月27日 json数据小谈
说来惭愧,第一次见json数据格式还是几个月前实习,当时是在由于公司使用cloudstack做云基础平台的开发,由于cloudstack配合kvm时,其做快照的方式因为要将快照做完后再拷贝到二级存储之类的,很慢,然后我就被拉去做第一个吃螃蟹的人了:修改cloudstack的api,让其直接调用底.....
分类:Web开发   时间:2015-10-28 06:57:51    收藏:0  评论:0  赞:0  阅读:328
SqLite 框架 GreenDAO
GreenDAO: 会生成一个数据访问,不用我们书写访问数据库的代码: 核心原理图 生成代码 就是用生成器生成一个对应的java类的生成工厂 public static void main(String[] args) { // id name age sex // Schema s=new Sch...
分类:数据库技术   时间:2015-10-28 06:57:11    收藏:0  评论:0  赞:0  阅读:252
UITableView的常用属性和代理方法
以下是近期总结的关于tableView的一些属性和代理方法,以及一些常见的问题,现汇总如下,今后还会持续更新,请继续关注:tableView 的头部和尾部视图属性: UISwitch *footerView = [UISwitch new]; UISwitch *headerView ...
分类:其他   时间:2015-10-28 06:57:01    收藏:0  评论:0  赞:0  阅读:275
IOS设计模式-简单工厂
为什么 “简单工厂原理” 叫简单工厂,因为这个工厂类不是抽象类,而是实体类,工厂本身就是一个具体的对象。写一个例子演示简单工厂模式:>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>协议的用法,小何子总结:一个类如果实
分类:移动平台   时间:2015-10-28 06:56:41    收藏:0  评论:0  赞:0  阅读:264
iOS 9 新特性之实现 3D Touch
http://www.cocoachina.com/ios/20151027/13812.html10月19号,周末,起床去吃早餐,吃完回来顺便去沃尔玛逛逛,把晚上的菜给买了,逛着逛着就来到了卖苹果手机的柜台,可能职业病吧,随手玩了下最新出来的iPhone6s,看下它新出来的功能3D Touch,简...
分类:移动平台   时间:2015-10-28 06:56:20    收藏:0  评论:0  赞:0  阅读:221
【Alpha】第六次Scrum meeting
今日任务一览:姓名今日完成任务所耗时间刘乾今日完成了python的一个template引擎airspeed的使用,并使用该引擎成功跑出一份latex模板替换文件.Issue链接:https://github.com/buaase/Phylab-Web/issues/313鲁聃首页登录页绘制也全部成功...
分类:其他   时间:2015-10-28 06:56:00    收藏:0  评论:0  赞:0  阅读:207
CABasicAnimation 几种停止的回调
一、编写一个简单的动画,使一个UIview从屏幕的左上角移动到左下角,间隔时间3S//// ViewController.m// CAAnimationTest//// Created by on 15-10-27.// Copyright (c) 2015年 va. All rights ...
分类:其他   时间:2015-10-28 06:55:51    收藏:0  评论:0  赞:0  阅读:457
四年前从这里开始,四年后从这里继续-回归博客园
.net C# WEB 总结
分类:其他   时间:2015-10-28 06:55:41    收藏:0  评论:0  赞:0  阅读:240
【转】 Android中Intent组件详解
原帖地址 http://blog.csdn.net/zuolongsnail/article/details/6574211Intent是不同组件之间相互通讯的纽带,封装了不同组件之间通讯的条件。Intent本身是定义为一个类别(Class),一个Intent对象表达一个目的(Goal)或期望(Ex...
分类:移动平台   时间:2015-10-28 06:55:20    收藏:0  评论:0  赞:0  阅读:267
Android MVP架构浅析
Android之MVC模式 MVC好处: 从用户的角度出发,用户可以根据自己的需求,选择自己合适的浏览数据的方式。比如说,对于一篇在线文档,用户可以选择以HTML网页的方式阅读,也可以选择以pdf的方式阅读。从开发者的角度,MVC把应用程序的逻辑层与界面是完全分开的,最大的好处是:界面设计人员可以直...
分类:移动平台   时间:2015-10-28 06:55:12    收藏:0  评论:0  赞:0  阅读:207
1740条   上一页 1 ... 73 74 75 76 77 ... 87 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!