LeetCode: Unique Binary Search TreesGiven n, how many structurally unique BST's (binary search trees) that store values 1...n? For example,Given n = 3...
分类:
其他好文 时间:
2014-08-31 22:41:31
阅读次数:
361
<meta?http-equiv="pragma"?content="no-cache">
<meta?http-equiv="cache-control"?content="no-store,must-revalidate">
<meta?http-equiv="expires"?content="wed,26?feb?1997?08:21:57?gmt">
<meta...
分类:
其他好文 时间:
2014-08-30 11:24:29
阅读次数:
215
前言今天是我的iOS App Store上架应用处女作“简密”第一天上线的日子,简密是我从事iOS开发三年以来的第一款个人上架应用,之前做过两年的企业级应用开发以及公司的电商应用开发,有不少应用上架的经验,但要是论全然从头到尾,设计、制图、开发、測试、文案、广告以及部署上架全然由自己一人完毕,“简密...
分类:
移动开发 时间:
2014-08-30 09:58:19
阅读次数:
367
1. 8G+ U盘一个。2. App Store 下载Maverics到本地(默认会下载到Applications)2. 打开Mac OS 磁盘工具(Disk Utility),左侧选中U盘,在右侧打开“抹掉”(Erase)面板。 格式/Format:Mac OS 扩展/Mac OS Extend....
分类:
其他好文 时间:
2014-08-29 10:43:37
阅读次数:
151
这个项目是我參加内蒙古挑战杯的比赛项目,因为时间关系,我没时间实现OpenOMR开源项目由JAVA全然向C++的转换,经过我半个多月的尝试,我将OpenOMR中的1/3的代码改写成C++,只是非常快我就发现,假设依照这个进度,我是不管怎样也无法按时完毕工作了,更重要的是Joone人工智能库的算法要....
分类:
编程语言 时间:
2014-08-28 16:51:30
阅读次数:
360
Solve all Google Play Store errors1. Fix Google Play error 491Not able to download or Update any application on your Smartphone or tablet.Solution:- R...
分类:
其他好文 时间:
2014-08-28 13:09:29
阅读次数:
305
最近一直刚开始接触VMwarevSphere这款虚拟化软件,每天的过程都是上午学新知识不理解,痛苦;下午实验各种出错,折磨;晚上回顾一天所学,五味陈杂,不过相比上午,下午已经好很多了。然后第二天依旧如此。虽然每天很受挫不过过得还挺充实。昨天把四种迁移搞明白就很开心,这里..
分类:
其他好文 时间:
2014-08-28 11:36:40
阅读次数:
797
200:
Problem Statement
Computers tend to store dates and times as single numbers which represent the number of seconds or milliseconds since a particular date. Your task in this ...
分类:
其他好文 时间:
2014-08-28 11:27:29
阅读次数:
244
重新想象 Windows 8.1 Store Apps 系列文章索引:Windows 8.1 Store Apps 相对于 Windows 8.0 Store Apps 的新特性。如新增控件, 控件新特性, 文件系统的新特性, 绑定的新特性, 图像处理的新特性, 分享的新特性, 通知的新特性, UI...
分类:
移动开发 时间:
2014-08-28 08:28:39
阅读次数:
293
在android中有五种保存数据的方法,分别是
Shared Preferences
Store private primitive data in key-value pairs.
对应属性的键值对属性文件存储
Internal Storage
Store private data on the device memory.
设备内存存储
External Storage
Store public data on the shared external storage.
外部存储器存储,如内存卡
SQLi...
分类:
移动开发 时间:
2014-08-27 23:31:38
阅读次数:
447