1. 定义变量1).定义变量时,变量名不加美元符号($),如: var="hello world"2).注意,变量名和等号之间不能有空格,这可能和你熟悉的所有编程语言都不一样。同时,变量名的命名须遵循如下规则: 首个字符必须为字母(a-z,A-Z)。 中间不能有空格,可以使用下划线(_)。 不能使用...
分类:
其他好文 时间:
2014-09-10 09:34:40
阅读次数:
214
Solve the puzzle, Save the world!Problem DescriptionIn the popular TV series Heroes, there is a tagline "Save the cheerleader, Save the world!". Here ...
分类:
其他好文 时间:
2014-09-09 23:01:19
阅读次数:
387
版本1: NSString *hello = @"hello world"; for (int i = 0 ; i < hello.length; i ++) { unichar charactor = [hello characterAtIndex:i]; ...
分类:
其他好文 时间:
2014-09-09 19:55:39
阅读次数:
268
前记:这里是我做的shell笔记;接下来会提供一系列。Shell是一种脚本语言,那么,就必须有解释器来执行这些脚本。Unix/Linux上常见的Shell脚本解释器有bash、sh、csh、ksh等,习惯上把它们称作一种Shell。我们常说有多少种Shell,其实说的是Shell脚本解释器。至于这几...
分类:
其他好文 时间:
2014-09-09 17:54:59
阅读次数:
197
快速环境搭建和Hello World第一步:JAVA SDK(JDK)的安装:官方下载地址:http://www.oracle.com/technetwork/java/javase/downloads/index.html第二步: 下载ADT-Bundle for Windows官方下载地址:ht...
分类:
移动开发 时间:
2014-09-09 15:34:58
阅读次数:
295
第一步:定义所需的字符string.xml<?xmlversion="1.0"encoding="utf-8"?><resources><stringname="app_name">Calculator</string><stringname="action_settings">Settings</string><stringname="hello_world">Helloworld!</strin..
分类:
移动开发 时间:
2014-09-09 13:47:29
阅读次数:
406
he Himalayas
Time Limit: 2 Seconds Memory Limit: 65536 KB
As an artist, Bob usually need to travel around the world. He made a lot of sketch of scenery on his journey. A famous spot he ha...
分类:
其他好文 时间:
2014-09-09 12:48:18
阅读次数:
214
CSS选择器: 优先级: ID选择器 > 类选择器 > html标签选择器1.类选择器 htm: hello world css: .menu { color: #00ff00;}2.ID选择器 htm: css: #menu { color: 00ff00;}3...
分类:
Web程序 时间:
2014-09-09 11:48:38
阅读次数:
156
原文地址:http://godick.maxcell.org/opencart-uploaded-file-with-chinese-file-name-doesnt-show-up.html 更改basename函数 admin\controller\common\filemanager.php ...
分类:
其他好文 时间:
2014-09-09 10:32:08
阅读次数:
295
【A】The HimalayasTime Limit: 2 Seconds Memory Limit: 65536 KBAs an artist, Bob usually need to travel around the world. He made a lot of sketch of s...
分类:
其他好文 时间:
2014-09-09 10:30:58
阅读次数:
230