苹果官方文档地址https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/index.html原文地址http://zh.lucida.me...
分类:
移动开发 时间:
2014-06-06 23:16:07
阅读次数:
509
原题地址:https://oj.leetcode.com/problems/longest-consecutive-sequence/题意:Given
an unsorted array of integers, find the length of the longest consecutive ...
分类:
编程语言 时间:
2014-06-06 23:13:20
阅读次数:
324
原题地址:https://oj.leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/题意:Say
you have an array for which theithelement is the price of a given stoc...
分类:
编程语言 时间:
2014-06-06 20:04:46
阅读次数:
400
Android 4.0源码下载方法:repo init -u
https://android.googlesource.com/platform/manifest -b
android-4.0.1_r1官方下载页面:http://source.android.com/source/downloadi...
分类:
移动开发 时间:
2014-06-04 14:51:19
阅读次数:
253
翻译自:https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Canvas_tutorial/Drawing_shapes栅格在我们开始画图之前,我们需要了解一下画布栅格(canvas
grid)以及坐标空间。上一页中的HTML模板中有个宽高...
分类:
Web程序 时间:
2014-06-04 14:46:31
阅读次数:
562
之前一直使用androidscreencast在pc上对手机进行操作,好久都没用了,前些天再次用的时候,提示如下:
决定还是自己写一个吧,因为7月份要做一个小分享,打算讲一些android的东西,需要在电脑上显示手机这边的画面,提供一定的操作.
花了一点时间做好了,给大家截一个图,代码放在github(https://github.com/androiddevelop/Andro...
分类:
移动开发 时间:
2014-06-04 14:10:10
阅读次数:
312
install Eclipse & Python(pydev) in mac
install django in mac
$ curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.10.1.tar.gz
$ cd virtualenv-1.10.1/
$ sudo py...
分类:
其他好文 时间:
2014-06-04 13:05:05
阅读次数:
298
一、Android SDK Manager的下载
1、Tools->Options->把Force https://...勾上。
2、修改C:\Windows\System32\drivers\etc\hosts文件,把以下内容复制进去: 74.125.113.121
developer....
分类:
移动开发 时间:
2014-06-03 17:00:15
阅读次数:
339
效果很不错的画笔App,提供几十种不同的画笔,包括毛笔画笔。拥有绘画App的一些基本功能,包括颜色选择、绘画保存,支持撤销(undo)、重做(redo)以及橡皮擦功能等等,甚至还支持类似PhotoShop图层(layer)的功能(如第二张效果图)。说明:应用的App
Store地址:https://...
分类:
移动开发 时间:
2014-06-03 16:12:14
阅读次数:
285
CI建立大型大型的应用程序,需要创建子文件夹在application/controllers下建立文件夹app1app1目录下有多个控制器,ca.php,cb.php我希望定义app1下的默认控制器,如设置成ca,直接访问.../app1就可以直接访问app1/ca可以实现吗?找到解决方法了,在co...
分类:
其他好文 时间:
2014-06-03 15:35:22
阅读次数:
268