以下是解析、生成方法 func jsonParse(){ /****************************************** 解析json类型 **************************************/ let jsonFile = NSBundl...
分类:
编程语言 时间:
2014-12-15 17:13:06
阅读次数:
315
题意没弄懂,还有就是没有考虑特殊情况0,导致我贡献了7次WA,感谢茂茂的提醒
Coin Test
时间限制:3000 ms | 内存限制:65535 KB
难度:1
描述
As is known to all,if you throw a coin up and let it droped on the desk there are usually th...
分类:
其他好文 时间:
2014-12-14 09:29:00
阅读次数:
237
在Objective-C中数组是常用的数据类型,在Swift中同样如此,在OC中有NSArray与NSMutableArray之分,但是在Swift中只有通过let和var来区分数组是否可变,Swift中的数组是类型安全的,所以在某个数据被存入到某个数组之前类型必须明确,假如我们创建了一个String类型的数组,那么该数组中就不能添加非String的数据类型,这是Swift与OC的一个很重要的区别...
分类:
编程语言 时间:
2014-12-12 19:08:12
阅读次数:
404
9.4.1 函数式和命令式类
在类或者类的构造函数的参数值中的 let 绑定,就像我们在其他 F# 代码中看到的 let 绑定一样,也是不可变值;此外,使用 member 关键字声明的属性,创建的是只读属性(只有 getter)。因此,如果类只引用其他不可变类型的值,那么,类也不可变。
比方说,在前面的例子中,我们要允许改变客户的收入,可以有两种方式:
■以纯函数式风格,对象将返回一...
分类:
其他好文 时间:
2014-12-12 11:42:13
阅读次数:
146
In the previous code, both categories and bookmarks are binded to $rootscope, or let says the same scope.eggly-app.js:angular.module('Eggly', [ 'ui...
分类:
Web程序 时间:
2014-12-11 18:58:22
阅读次数:
201
给你一堆颜色的气球,让你统计处什么颜色的气球数量最多,输出该颜色。...
分类:
其他好文 时间:
2014-12-10 00:33:56
阅读次数:
215
It's obvious an DP problem.Let's define:$dp[i] := $ the maximum sum of subarray in the first $i$ elements.From the base point, the optimal subarray ma...
分类:
其他好文 时间:
2014-12-09 17:12:39
阅读次数:
141
Description"Well, it seems the first problem is too easy. I will let you know how foolish you are later." feng5166 says."The second problem is, given ...
分类:
其他好文 时间:
2014-12-08 22:44:14
阅读次数:
200
swift中的switch不会从上一个case分支自动落入下一个case分支,如果确定需要这种效果可以在每个需要该特性的case分支中使用fallthrough关键字//贯穿let integer = 5var desc = "The number \(integer) is"switch inte...
分类:
编程语言 时间:
2014-12-08 17:37:42
阅读次数:
133
tpcc-mysql用于MySQL基准测试,percona基于TPC-C(下面简写成TPCC)衍生出来的产品。下面对tpcc-mysql进行安装然后使用,最后结果解读,安装very easy,let 's do it。一、下载epel源[root yum.repos.d]$ rpm -ivh htt...
分类:
数据库 时间:
2014-12-06 18:03:42
阅读次数:
390