在官方文档中,看到这句。但不明白什么意思。let vegetable = "red pepper"switch vegetable { case "celery": let vegetableComment = "Add some raisins and make...
分类:
其他好文 时间:
2014-06-24 22:52:30
阅读次数:
400
http://www.2cto.com/kf/201402/281501.html123456NSString *str = @"0xff055008";//先以16为参数告诉strtoul字符串参数表示16进制数字,然后使用0x%X转为数字类型unsigned long red = strtoul...
分类:
移动开发 时间:
2014-06-24 19:43:58
阅读次数:
248
15.1 枚举类型枚举类型定义了一组“符号名称/值”配对。例如,以下Color类型定义了一组符合,每个符号表示一种颜色。internal enum Color{ White, //赋值0 Red, //赋值1 Green, //赋值2 Blue, //赋值3 Or...
分类:
其他好文 时间:
2014-06-23 07:20:33
阅读次数:
203
在西方,如果某个月的13号那天恰好是星期五,这一天就被称为十三号星期五(Friday the 13th)。传说这一天容易发生不幸的事情。如果你在网上搜索“黑色星期五”(Black Friday),会看到历史上很多不幸的事都发生在这一天。下面是WikiPedia上面列出的最近几百年内影响较大的黑色星期...
分类:
其他好文 时间:
2014-06-23 00:30:31
阅读次数:
317
题目描述There are a bunch of stones on the beach; Stone color is white or black. Little Sheep has a magic brush, she can change the color of a continuous ...
分类:
其他好文 时间:
2014-06-22 23:46:15
阅读次数:
199
题目描述在图论中,包含n个结点(结点编号为1~n)、n-1条边的无向连通图被称为树。 在树中,任意一对结点间的简单路径总是惟一的。 你拥有一棵白色的树——所有节点都是白色的。接下来,你需要处理c条指令: 修改指令(0 v):改变一个给定结点的颜色(白变黑,黑变白); 查询指令(1 v):询问从结点1...
分类:
其他好文 时间:
2014-06-22 12:55:54
阅读次数:
213
GoldenGate配置(二)之双向复制配置
环境:
Item
Source System
Target System
Platform
Red Hat Enterprise
Linux Server release 5.4
Red Hat Enterprise
Linux Server rele...
分类:
其他好文 时间:
2014-06-22 11:46:51
阅读次数:
362
RedHatLinux6.4安装教程一、系统介绍RedHatLinux是全世界应用最广泛的Linux的发行版本,开发源代码是与其他操作系统,如Windows等相比具有的先天优势,有利于全世界范围内技术工程师和技术人员共同开发,同事RedHat也为开源社区做出巨大贡献,有开源界的领导者的称号。二、系统..
分类:
系统相关 时间:
2014-06-22 07:34:35
阅读次数:
391
GoldenGate配置(一)之单向复制配置
环境:
Item
Source System
Target System
Platform
Red Hat Enterprise
Linux Server release 5.4
Red Hat Enterprise
Linux Server re...
分类:
其他好文 时间:
2014-06-22 07:16:57
阅读次数:
282
判断如下程序的最终输出值: import java.util.*;public class Quest{ public static void main(String[] args){ String[] colors = {"blue", "red", "green", "yellow", "ora...
分类:
其他好文 时间:
2014-06-20 15:07:00
阅读次数:
174