freemarker自己定义标签1、错误描写叙述freemarker.core.ParseException: Encountered " " at line 14, column 12 in myself.ftl.Was expecting one of: ... ... "...
分类:
其他好文 时间:
2014-10-09 17:54:37
阅读次数:
330
SQL> select * from v$version;
BANNER
——————————————————————————–
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 – 64bit Production
PL/SQL Release 11.2.0.3.0 – Production
CORE 11.2.0.3....
分类:
其他好文 时间:
2014-10-09 02:24:07
阅读次数:
368
第五章:TransformsAffine TransformsCGAffineTransform是二维的Creating a CGAffineTransform主要有三种变化方法旋转:CGAffineTransformMakeRotation(CGFloat angle)缩放:CGAffineTra...
分类:
移动开发 时间:
2014-10-09 02:17:17
阅读次数:
289
第六章:Specialized Layers类别用途CAEmitterLayer用于实现基于Core Animation粒子发射系统。发射器层对象控制粒子的生成和起源CAGradientLayer用于绘制一个颜色渐变填充图层的形状(所有圆角矩形边界内的部分)CAEAGLLayer/CAOpenGLL...
分类:
移动开发 时间:
2014-10-09 01:57:27
阅读次数:
891
转载.Book DescriptionPublication Date:August 12, 2013Core Animation is the technology underlying Apple’s iOS user interface. By unleashing the full powe...
分类:
移动开发 时间:
2014-10-09 01:53:07
阅读次数:
386
[objc]view plaincopyprint?转载学习-(void)drawLayer:(CALayer*)layerinContext:(CGContextRef)ctx{CGFloatwidth=10.0f;//drawathickredcircleCGContextSetLineWidt...
分类:
移动开发 时间:
2014-10-09 01:36:07
阅读次数:
325
如果你将编译好的bin文件夹复制到另一个未安装Ranorex程序的电脑上运行遇到如下错误信息Could not load file or assembly 'Ranorex.Core, Version=2.3.3.8879, Culture=neutral, PublicKeyToken=b7985...
分类:
其他好文 时间:
2014-10-09 00:47:37
阅读次数:
267
第四章:Visual EffectsRounded Corners例子4.1cornerRadius源码在这里下载:http://www.informit.com/title/9780133440751[objc]view plaincopyprint?#import"ViewController....
分类:
移动开发 时间:
2014-10-09 00:18:57
阅读次数:
401
STM32例子代码中会有像这样的代码 static __IO uint32_t TimingDelay; 这里边的__IO修饰符不好理解,单从字面可以看出是为IO相关,查其标准库可以得知这个__IO原来是在Core_cm3.h中被重定义,其实就是volatile,句子如下/* IO definiti...
分类:
其他好文 时间:
2014-10-09 00:01:07
阅读次数:
161
再谈Segmentation fault (core dumped)问题 -查找段错误原因
在前一篇文章“Segmentation fault (core dumped) ”有说了具体core dumped产生的原因,
下面主要来介绍下问题的解决与查找,在linux下一般都使用gdb进行调试,那今天我就以Ubuntu 14.04环境作为介绍,
来查找正在的core du...
分类:
其他好文 时间:
2014-10-08 18:28:25
阅读次数:
212