09 2014 档案

摘要:腾讯的: http://fw.qq.com/ipaddress直接返回本机的IP地址对应的地区新浪的:http://counter.sina.com.cn/ip?ip=IP地址返回Js数据,感觉不是很精确,可以把问号后面的去掉,直接返回本机对应的IP所在地http://www.yodao.com/s... 阅读全文
posted @ 2014-09-29 10:18 Angelasp 阅读(687) 评论(0) 推荐(0) 编辑
摘要:1.静态成员和非静态成员的区别? 答: 静态变量使用 static 修饰符进行声明,在类被实例化时创建,通过类进行访问不带有 static 修饰符声明的变量称做非静态变量,在对象被实例化时创建,通过对象进行访问一个类的所有实例的同一静态变量都是同一个值,同一个类的不同实例的同一非静态变量可以是不同的... 阅读全文
posted @ 2014-09-26 20:11 Angelasp 阅读(349) 评论(0) 推荐(0) 编辑
摘要:首先在1.3.2中calendar控件不支持日历某天的颜色进行改变,和自定义回调函数NameTypeDescriptionDefaultwidthnumberThe width of calendar component.180heightnumberThe height of calendar c... 阅读全文
posted @ 2014-09-24 16:58 Angelasp 阅读(1087) 评论(3) 推荐(0) 编辑
摘要:对IOC的解释为:“Inversion of control is a common characteristic of frameworks, so saying that these lightweight containers are special because they use inve... 阅读全文
posted @ 2014-09-16 16:10 Angelasp 阅读(1448) 评论(2) 推荐(1) 编辑

点击右上角即可分享
微信分享提示