// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
UIBezierPath *path = [UI...
分类:
移动开发 时间:
2015-07-01 22:19:53
阅读次数:
259
Description
Farmer John goes to Dollar Days at The Cow Store and discovers an unlimited number of tools on sale. During his first visit, the tools are selling variously for $1, $2, and $3. Farmer J...
分类:
其他好文 时间:
2015-06-30 13:05:37
阅读次数:
119
1 错误描述
Procedure execution failed
2013 - Lost connection to MySQL server during query
2 错误原因
3 解决办法...
分类:
数据库 时间:
2015-06-25 14:11:01
阅读次数:
143
当在eclipse中的web工程中增加了extjs4,出现An internal error occurred during: "Building workspace".Java heap space 错误。解决办法1:把extjs4的工程安装包不要放到web工程中就ok了,或者建议直接用myecl...
分类:
其他好文 时间:
2015-06-25 13:44:31
阅读次数:
140
删除工作空间下的“/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs”这个文件。在这个文件中存储了一些部署项目的信息。删了这个部署的项目的信息就没有错误了。...
分类:
Web程序 时间:
2015-06-17 23:08:57
阅读次数:
151
转自:http://www.hongkiat.com/blog/clean-install-mavericks/During the installation process, you mayexperiencethe indicator hanging at“About a second rema...
分类:
系统相关 时间:
2015-06-16 14:38:46
阅读次数:
612
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Communications link failure during rollback().看到这个错误后先查看代码,首先想到,我先打开的数据库连接,并且执行了query和insert操作都没问题啊,但是最后的回滚就出问题了,下面根据日志分析一下:...
分类:
数据库 时间:
2015-06-15 22:11:16
阅读次数:
381
按照http://martinfowler.com/eaaCatalog/unitOfWork.html这篇文章的介绍,UnitOfWork是为了维护对象的变化,A Unit of Work keeps track of everything you do during a business tra...
分类:
其他好文 时间:
2015-06-10 23:52:10
阅读次数:
194