Apple TreeTime Limit: 2000 MS Memory Limit: 65536 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Descriptio...
分类:
其他好文 时间:
2014-08-11 17:21:32
阅读次数:
264
the apple tree
A long time ago, there was a huge apple tree.
A little boy loved to come and lay around it every day. He climbed to the tree top, ate
-the apples, took a nap under the shadow... He l...
分类:
移动开发 时间:
2014-08-11 06:19:12
阅读次数:
265
//// main.m// OCbasic1//// Created by apple on 14-8-5.// Copyright (c) 2014年 苹果IOS软件开发者. All rights reserved.//#import #import "Dog.h"int main(int arg...
分类:
其他好文 时间:
2014-08-10 12:57:40
阅读次数:
202
#!/bin/bash
set 'apple pie' pears peaches
for i in $* /*单引号被去掉,循环单个字符输出*/
do echo $i
done
[root@luozhonghua Ex_14.02-14.31]# sh 14-14-1
apple
pie
pears
peaches
------------------...
分类:
其他好文 时间:
2014-08-09 23:22:59
阅读次数:
393
透过Boolean看Swift
一个简单的Bool类型内部就包含了许多Swift主要功能, 如何构建一个简单类型是有趣的演示. 本文将创建一个与Bool类型在设计与实现上非常相似的新MyBool类型.我们希望通过设计和实现一个简单的Swift类型能让你更好的理解Swift语言是如何工作的....
分类:
移动开发 时间:
2014-08-09 18:47:08
阅读次数:
321
透过Boolean看Swift一个简单的Bool类型内部就包含了许多Swift主要功能, 如何构建一个简单类型是有趣的演示. 本文将创建一个与Bool类型在设计与实现上非常相似的新MyBool类型.我们希望通过设计和实现一个简单的Swift类型能让你更好的理解Swift语言是如何工作的.enum M...
分类:
移动开发 时间:
2014-08-09 18:14:58
阅读次数:
284
apple mac 下使用机械键盘的办法,键盘映射工具软件,apple mac Mechanical keyboard想在苹果电脑 mac 系统下使用 机械键盘,大部分机械键盘不是为mac设计的,所以需要用软件做一下键盘映射。推荐使用这个:https://pqrs.org/osx/karabiner...
分类:
移动开发 时间:
2014-08-09 15:44:58
阅读次数:
248
mac secureCRT , apple secureCRT下载地址:http://download.csdn.net/detail/guolichun/7733069破解安装 SecureCRT 7.0.2 for mac完美破解版Last login: Sat Aug 9 09:17:45 ....
分类:
移动开发 时间:
2014-08-09 11:27:17
阅读次数:
323
// Superclass (parent class)class Fruit{ public String flavor;}// Subclass (child class)class Apple extends Fruit { public String variety;}//downcasti...
分类:
编程语言 时间:
2014-08-09 04:51:47
阅读次数:
294