从2012年底开始,以 接近“无耻”的态度赖在程序员这个群体中,经历各种艰难困苦,各种烦恼疑惑,曾经多少次让自己放弃---但苦于暂时没有更合适的出路,于是坚持留了下来。 时间推进到2014年底,程序员的生涯终于正式开始:跳槽到了上海某无线产品研发公司做嵌入式开发,在这里遇到了良师,更重要的是,...
分类:
其他好文 时间:
2015-07-20 23:09:50
阅读次数:
163
@JintianGo 2015-07-19
16:02 字数 6806 阅读 0
KNOW
数位DP
1. 自己
1.1 总结1.2 Question
2. 大神
数位DP
1. 自己
1.1 总结
明确dp中pos所指代的具体位置,基本知识点不能糊涂清楚递推关系 思路...
分类:
其他好文 时间:
2015-07-19 18:14:11
阅读次数:
221
线段树
线段树
1.线段树最裸模板2.线段树区间修改---Lazy大法3.离散化 + 线段树4.相关内容5.由2延伸修改
1.线段树最裸模板
Problem I
#include#include#includeusing namespace std;const int MAX=50010;#define Lson...
分类:
其他好文 时间:
2015-07-19 18:11:49
阅读次数:
173
解决Virtual Box 安装Mac OS X当出现“hfs: summary table not allowed on FS with block size of 2048”问题安装的时候首先出现hfs: summary table not allowed on FS withblock siz...
分类:
系统相关 时间:
2015-07-18 13:51:06
阅读次数:
235
Problem Definition: Given a sorted integer array without duplicates, return the summary of its ranges. For example, given [0,1,2,4,5,7], return ["0-.....
分类:
其他好文 时间:
2015-07-16 13:40:23
阅读次数:
160
方法一、?1234function GetCode(event){alert(event.data.foo);}?1234$(document).ready(function(){$("#summary").bind("click", {foo:'abc'} ,GetCode);});方法二、函数句...
分类:
Web程序 时间:
2015-07-16 13:20:30
阅读次数:
184
Summary RangesTotal Accepted:9278Total Submissions:48419My SubmissionsQuestionSolutionGiven a sorted integer array without duplicates, return the summ...
分类:
其他好文 时间:
2015-07-16 11:08:11
阅读次数:
140
#pragma mark 赋值方法
-(void)setCellDataWithModel:(NewsModel *)sender
{
self.titleLabel.text = sender.title;
self.summaryLabel.text = sender.summary;
CGFloat height = [NewsCell getHeight...
分类:
其他好文 时间:
2015-07-14 22:43:30
阅读次数:
158
取得Git仓库初始化一个版本仓库git initClone远程版本库git clone git@xbc.me:wordpress.git添加远程版本库origin,语法为 git remote add [shortname] [url]git remote add origin git@xbc.me...
分类:
其他好文 时间:
2015-07-14 17:47:21
阅读次数:
94