1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual prope...
分类:
其他好文 时间:
2014-09-27 14:48:10
阅读次数:
271
参考资源:深入理解javascript系列 by Uncle Tom单例就是保证一个类只有一个实例,实现的方法一般是先判断实例存在与否,如果存在直接返回,如果不存在就创建了再返回,这就确保了一个类只有一个实例对象。对象字面量是最简单的单例模式:var mySingleton = { prope...
分类:
编程语言 时间:
2014-09-05 19:42:31
阅读次数:
194
以引入.pulltorefresh为例
下载zip,解压到桌面打开eclipse,File-Import-Existing Android Code Into Workspace选中library文件,导入到eclipse中打开此library,右键library,properties-Android-Library-勾选Is Library
打开你的程序后,右键你的主程序,prope...
分类:
移动开发 时间:
2014-09-05 13:03:01
阅读次数:
204
目标: 主从表关系 : 点击“省份名称” - 显示“城市列表”#import "MainTableViewController.h"#import "ShiTableViewController.h"@interface MainTableViewController ()//省份数组@prope....
分类:
其他好文 时间:
2014-09-01 15:25:53
阅读次数:
154
开始学习ios的时候,就对一些objc的语法不理解,就比如@property和@synthesize,之前都是记住然后照着用,但是写的代码多了,对objc和ios有了一些理解,再加上最近用MRC,所以在各种内存检测和变量使用的过程中,探讨了一下,最终对它们的作用有了一定了解。 一般@prope...
分类:
移动开发 时间:
2014-08-08 20:50:36
阅读次数:
270
#import @class ChatMessage;@interface ChatViewController : UIViewController- (IBAction)inputClick:(id)sender;- (IBAction)sendMessage:(id)sender;@prope...
分类:
其他好文 时间:
2014-08-08 11:53:25
阅读次数:
307
1.‘Building workspace’ has encountered a problem. Errors occurred during the build.解决方案:这样的错误,主要是由于JavaScript Validator校验工程文件所导致,解决方法是:Project → Prope...
分类:
其他好文 时间:
2014-07-26 01:31:46
阅读次数:
191
1.Get-WmiObject -Class Win32_NetworkAdapterConfiguration `-filter "IPEnabled = $true"2.Get-WmiObject -Class Win32_NetworkAdapter | Format-Table -Prope...
分类:
其他好文 时间:
2014-07-23 12:41:56
阅读次数:
203
问题:No JVM installation found. Please install a 64-bit JDK. If you already have a JDK installed, define a JAVA_HOME variable in Computer > System Prope...
分类:
移动开发 时间:
2014-07-16 21:39:23
阅读次数:
261
本文将介绍兼容IE+、FF、Chrome、Safari、Opera的技巧一、CSS
HACK专门为某版本的浏览器设置样式,从而解决浏览器显示的差异selector { +property:value; }
在属性名前加上加号"+",这个Hack只有IE系列可以识别.selector { *prope...
分类:
Web程序 时间:
2014-06-06 22:37:35
阅读次数:
385