现在苹果已经放出了OS X 10.9 Mavericks第一个开发者预览版,从Mac App
Store中获得的安装程序,可以在10.8的系统中直接进行升级,原有文件都会保留。但是要想制作成一个10.9的安装U盘,那么可就没有之前10.7和10.8那么简单了,这次苹果不让人直接制作那么简单了。当然,...
分类:
其他好文 时间:
2014-06-05 21:34:01
阅读次数:
285
As far as I know, SharedPreferences allow us to
store some simple data in a named area in our phone. Introduction to the uses of
SharedPreferences is ...
分类:
移动开发 时间:
2014-06-05 14:07:21
阅读次数:
390
重新想象 Windows 8.1 Store Apps 之控件增强: 文本类控件的增强,
为一些控件增加了 Header 属性和 HeaderTemplate 属性, 为一些控件增加了 PlaceholderText 属性
分类:
移动开发 时间:
2014-06-05 13:31:54
阅读次数:
322
redis cluster practice1. create three instance
folder: 9001,9002,9003,folder name as redis instance port2.Store configuration
files redis-server, redi...
分类:
其他好文 时间:
2014-06-03 17:02:51
阅读次数:
474
效果很不错的画笔App,提供几十种不同的画笔,包括毛笔画笔。拥有绘画App的一些基本功能,包括颜色选择、绘画保存,支持撤销(undo)、重做(redo)以及橡皮擦功能等等,甚至还支持类似PhotoShop图层(layer)的功能(如第二张效果图)。说明:应用的App
Store地址:https://...
分类:
移动开发 时间:
2014-06-03 16:12:14
阅读次数:
285
Swift is a multi-tenant, highly scalable and
durable object storage system that was designed to store large amounts of
unstructured data at low cost v...
分类:
移动开发 时间:
2014-06-03 15:50:12
阅读次数:
369
非常喜欢Metro风格的界面,所以想模仿一下一些UI效果的实现,网上找到了很多,但都是CSS3,WPF等实现,对于XAML和CSS3一窍不通,无奈下只有自己开始写。下面是源码:Dot.cs
1 using System.Drawing; 2 3 namespace MetroLoading ...
MeleeWeaponTrail是Unity Asset Store中的一个免费插件。主要是用于显示武器的轨迹。...
分类:
其他好文 时间:
2014-06-02 23:48:49
阅读次数:
363
【题目】
Given n, how many structurally unique BST's (binary search trees) that store values 1...n?
For example,
Given n = 3, there are a total of 5 unique BST's.
1 3 3 2 1
\ / / / \ 3 2 1 ...
分类:
其他好文 时间:
2014-06-01 15:34:24
阅读次数:
231
【题目】
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n.
For example,
Given n = 3, your program should return all 5 unique BST's shown below.
1 3 3 2 1
\ / / / \ ...
分类:
其他好文 时间:
2014-06-01 15:33:45
阅读次数:
297