1、错误描述
freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Unknown directive: #assgin on line: 18, column: 151, in template: tag.ftl in tag.ftl
at freemarker.template...
分类:
其他好文 时间:
2014-06-19 12:51:20
阅读次数:
246
创建一个BOOK对象,对其属性进行声明 定义。
@property 属性声明 定义了对属性的赋值
-(void) dealloc 方法在对象销毁的时候进行调用;
#import
@interface Book : NSObject
@property (nonatomic,assign) int price;
@end
#import "Book.h"
@imp...
分类:
其他好文 时间:
2014-06-16 12:05:04
阅读次数:
271
H:/1007/01_多线程_大任务_MainViewController.m// MainViewController.m
// 多线程-01.大任务
// Created by apple on 13-10-7.
#import "MainViewController.h"
@interface MainViewController ()
@property (weak, nonatom...
分类:
移动开发 时间:
2014-06-15 20:14:40
阅读次数:
250
TIWGradButton、TIWImageButton
分别是有颜色梯度变化按钮和图像按钮.TIWGradButton 所在单元及继承链:IWCompGradButton.TIWGradButton
主要成员:property Style: TIWGradButtonStyle //这个 Sty....
分类:
数据库 时间:
2014-06-13 20:09:15
阅读次数:
396
关于NuGet园子里已经有不少介绍及使用经验,本文仅作为自己研究学习NuGet一个记录。
初次认识NuGet是在去年把项目升级为MVC3的时候,当时看到工具菜单多一项Library Package Manager,右键项目文件多了一项Manage
Nuget Packages...,这是个神马玩意....
分类:
其他好文 时间:
2014-06-13 19:22:59
阅读次数:
321
由于NSUserDefaults
不支持保存自定类,保存的对象需要实现NSCoding协议,不过自定的类型就算实现了NSCoding也不可以保存,可以通过以下方法实现://h文件#import
@interface People : NSObject@property(nonatomic,copy)...
分类:
其他好文 时间:
2014-06-13 17:17:52
阅读次数:
177
TIWLabel //TIWLink //内部链接TIWURL
//外部链接TIWURLWindow //页内框架, 就是 TIWLabel 所在单元及继承链:IWCompLabel.TIWLabel
主要成员:property AutoSize: Boolean ...
? 确定使用数据库重放的优点? 列出数据库重放所涉及的步骤? 使用Enterprise Manager
记录和重放工作量为什么使用数据库重放? 系统更改(如硬件和软件升级)是不可避免的。? 客户需要在实施更改前确定更改的全面影响。?
大量的测试和验证可能会花费很多的时间和资金。? 测试除了成本昂贵之...
分类:
数据库 时间:
2014-06-12 17:32:05
阅读次数:
495
一、Windows内存架构简介 在用户态(user
mode)中运行的进程通常会使用一个或多个堆托管器。最常见的堆管理器就是Windows堆管理器(windowsheap
manager)。另一个常见的堆管理器就是CLR堆管理器,它是在.Net应用程序中使用。 Windows堆管理器负责满足...
分类:
其他好文 时间:
2014-06-12 10:00:29
阅读次数:
281