public class Factory2 { /** * @param args 工厂模式
*/ public static void main(String[] args) { // TODO Auto-generated method stub
Ifactory ifactory =...
分类:
其他好文 时间:
2014-04-30 00:33:52
阅读次数:
504
public class Factory2 { /** * @param args 工厂模式
*/ public static void main(String[] args) { // TODO Auto-generated method stub
//工厂模式 Ifactory if...
分类:
其他好文 时间:
2014-04-30 00:13:13
阅读次数:
512
define(function(require,exports,moudles){ return
function(jquery){ (function($) { $.fn.pri= function() { alert...
分类:
Web程序 时间:
2014-04-30 00:07:13
阅读次数:
634
ECMAScript给Function原型定义了两个方法,一个是call()和apply()。使用这两个方法可以想其他对象方法一样调用函数。把对象当成数据一样的参数传递给函数,参数去调用函数。
他两的区别是:call的第一个参数必须是对象(或者函数),其余的参数可以任意。而apply的一般只有两个参...
分类:
移动开发 时间:
2014-04-29 23:48:41
阅读次数:
872
create function [dbo].[HtoSec](@lvalue as
int)RETURNS intBEGINDECLARE @temp intSet @temp = @lvalue * 60 * 60RETURN
@tempENDcreate function [dbo].[GetT...
分类:
数据库 时间:
2014-04-29 22:04:03
阅读次数:
515
FlashBuilder 1119: 访问可能未定义的属性 on (通过 static
类型当此问题出现的时候无论 刷新 清理 注释 删除 乃至重启电脑都无济于事。解决方法:备份此类到另外一个地方。 然后删除 ,刷新。 把刚才备份的类粘贴回来。
分类:
其他好文 时间:
2014-04-29 22:02:00
阅读次数:
548
不能光转贴,有空要熟悉之后,要写点心得。现在发现 .
的优先级确实很高。C:PrecedenceOperatorDescriptionAssociativity1++--Suffix/postfix
increment and decrementLeft-to-right()Function cal...
分类:
编程语言 时间:
2014-04-29 21:56:50
阅读次数:
539
javascript 的引用类型大致分为:Object 类型、Array 类型、Date
类型、RegExp 类型、Function 类型、基本包装类型和单体内置对象。这里我们着重介绍Object 类型、Array 类型和RegExp
类型。【Object 类型】创建Object 实例的方式有两种,...
分类:
编程语言 时间:
2014-04-29 20:54:12
阅读次数:
606
- (UITableViewCell *)tableView:(UITableView
*)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString
*cellindentifier=@"...
分类:
移动开发 时间:
2014-04-29 19:55:42
阅读次数:
604