在初始化一个数组的时候,若不显式地用键值对方式赋值,则会默认用数字作为下标,从1开始。由于在Lua内部实际采用哈希表和数组分别保存键值对、普通值,所以不推荐混合使用这两种赋值方式。localOk=11111
localfan={fan=Ok,fan1="OK","a",c="d",8}--key不用引号引起来,引起来..
分类:
其他好文 时间:
2015-12-01 12:59:36
阅读次数:
247
public class Fan { public static void main(String[] args) { Fan fan1 = new Fan(), fan2 = new Fan(); fan1.m...
分类:
编程语言 时间:
2015-10-31 20:03:28
阅读次数:
343
源代码:/*Duo Ya Fan*/ /*2015 9 23 */ /* 用于输入4个整数并输出4个整数的和*/ import java.util.*; public class JiSuan { public static void main(String args[]) { int cou...
分类:
编程语言 时间:
2015-09-27 01:19:18
阅读次数:
248
作者:范军 (Frank Fan)新浪微博:@frankfan7仅仅练不说是傻把式,仅仅说不练是假把式。又说又练才是真把式。沟通的艺术系列,不敢托大。纯属自己心得分享。本文是一次技术演讲的自我点评,请见演讲视频。本財年32场演唱会才刚刚开头。却一下子落在自己的主场。幸者,有不少熟识的圈内人。不幸者,...
分类:
其他好文 时间:
2015-09-26 22:27:55
阅读次数:
236
IntersectionTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5120DescriptionMatt is a big fan of logo design. Recen...
分类:
其他好文 时间:
2015-09-17 21:26:43
阅读次数:
137
Detecting iOSI am not a fan of User Agent sniffing, but here is how you would do it:var iOS = /iPad|iPhone|iPod/.test(navigator.platform);Another way,...
分类:
移动开发 时间:
2015-09-15 12:42:47
阅读次数:
191
If you are using Linux and your are a big fan of shell and its other utilities like grep, ls, make and its compilers gcc and g++, and if you want thes...
1058. A+B in Hogwarts (20)时间限制50 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueIf you are a fan of Harry Potter, you would know the world of magic...
分类:
其他好文 时间:
2015-09-01 21:18:53
阅读次数:
260
//
//??IrregularBorderView.h
//??IrregularBorderView
//
//??Created?by?Fan?HouCheng?on?15/8/28.
//??Copyright?(c)?2015年?Fan?HouCheng.?All?rights?reserved.
//
#define?BORDER_WI...
分类:
移动开发 时间:
2015-09-01 17:10:45
阅读次数:
276