path:framework/base/interfaces.phpoverview:This file contains core interfaces for Yii framework.interface IApplicationComponent:all application compon...
分类:
其他好文 时间:
2014-07-22 22:55:14
阅读次数:
165
Image-Pro Plus v6.0 1CD(专业图像分析软件)Inivis.AC3D.v5.0.WinALL 1CD(3D设计软件)Informatix.Piranesi.v5-ISO 1DVD(空间彩绘专家)IlluMinate.Labs.Turtle.v1.1.5.2.for.Maya.6....
分类:
其他好文 时间:
2014-07-22 22:54:15
阅读次数:
190
swt.m: 1 function [ swtMap ] = swt( im, searchDirection ) 2 %swt Preforms stoke width transform on input image 3 % A novel image operator that se...
分类:
其他好文 时间:
2014-07-19 19:35:50
阅读次数:
287
1、 处理图形与动画的框架有
UIKit
高层次的框架,允许开发人员创建视图、窗口、按钮和其他UI相关的组件。它还将一些低级别的API引入到易于使用的高级别API中
Quartz 2D
iOS上绘图的主要引擎;UIKit就使用Quartz。
Core Graphics
它支持图形上下文、加载图像、绘制图像,等等。
Core Animation
顾名思义,是一个帮助...
分类:
其他好文 时间:
2014-07-18 21:27:30
阅读次数:
191
Axis2发布webservice(1)--0配置发布webservice 一、 准备工作 1、下载axis2程序包: http://axis.apache.org/axis2/java/core/download.cgi 下载时选择Binary Distribution版本的zip格式文件和WAR...
分类:
Web程序 时间:
2014-07-18 21:06:49
阅读次数:
545
淡入淡出 Fade Image Out Fade Image In
分类:
Web程序 时间:
2014-07-17 10:06:52
阅读次数:
189
Image对象的存储和获取web页面中所有的<img>元素存储在一个document.p_w_picpaths[]数组中通过document.p_w_picpaths[index]document.p_w_picpaths["name"]访问注意:name是<img>标签的属性name的值图片的预装载缓解图片装载缓慢的问题。原理:预装载实在HTTP请求..
分类:
编程语言 时间:
2014-07-17 08:04:45
阅读次数:
356
questionI am uploading images to jboss server by getting the absolute path using the following codegetServletContext().getRealPath("");The uploaded im...
分类:
数据库 时间:
2014-07-17 00:15:11
阅读次数:
429
一.Struts2用的版本是struts2.3.1.1一个简单的Struts项目所需的jar包有如下8个1. struts2-core-2.3.1.1.jar: Struts2的核心类库。2. xwork-core-2.3.1.1.jar: XWork核心类,XWork是一个标准的command模式...
分类:
编程语言 时间:
2014-07-16 16:51:38
阅读次数:
293
UIImage *image = [[UIImage imageNamed:@"test.png"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 10, 0, 10)];其中Insets这个参数的格式是(top,left,bottom,right)...
分类:
移动开发 时间:
2014-07-16 14:00:47
阅读次数:
216