码迷,mamicode.com
首页 >  
搜索关键字:velocity    ( 660个结果
Spring MVC
Spring MVC 背景介绍 Spring 框架提供了构建 Web 应用程序的全功能 MVC 模块。使用 Spring 可插入的 MVC 架构,可以选择是使用内置的 Spring Web 框架还是 Struts 这样的 Web 框架。通过策略接口,Spring 框架是高度可配置的,而且包含多种视图技术,例如 JavaServer Pages(JSP)技术、Velocity、Tiles、iText 和 POI。Spring MVC 框架并不知道使用的视图,所以不会强迫您只使用 JSP 技术。Spring...
分类:编程语言   时间:2014-06-05 09:18:41    阅读次数:532
Java使用IText(VM模版)导出PDF
public String createPDF(ProjectManageBase projectManageBase) { Map map = new HashMap();// velocity模板中的变量 try { //模版vm的路径 ...
分类:编程语言   时间:2014-05-31 07:57:43    阅读次数:809
Problem B Back to High School Physics
Problem B Back to High School Physics Input: standard input Output: standard output A particle has initial velocity and constant acceleration. If its ...
分类:其他好文   时间:2014-05-26 15:14:39    阅读次数:221
Android “swipe” vs “fling”
onFling will get executed when a user makes a "fling" motion, and said motion has a velocity with it to determine the type of fling it was. However,.....
分类:移动开发   时间:2014-05-26 06:23:31    阅读次数:443
coco2d-x CCScrollView实现背包翻页
#include "CCCGameScrollView.h" USING_NS_CC; USING_NS_CC_EXT; CCCGameScrollView::CCCGameScrollView() :m_fAdjustSpeed(ADJUST_ANIM_VELOCITY) , m_nPrePage(0) { } CCCGameScrollView::~CCCGameScrollV...
分类:其他好文   时间:2014-05-13 05:48:36    阅读次数:270
JQuery动画插件Velocity.js发布:更快的动画切换速度
5月3日,Julian在其GitHub上发布了Velocity.js。Velocity.js是一款动画切换的jQuery插件,它重新实现了jQuery的$.animate()方法从而加快动画切换的速度。Velocity.js只有7k的大小,它不仅包含了$.animate()的所有功能,并且还包含了....
分类:Web程序   时间:2014-05-09 23:16:03    阅读次数:470
Velocity模版加载(classpath、webapp)
classpath资源路径加载: velocity.properties文件配置 file.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader input.encoding = UTF-8 output.encoding = UTF-8Servlet代...
分类:移动开发   时间:2014-05-09 06:14:52    阅读次数:387
asp.net 分布式缓存
之前Velocity已被 集成到App Fabric(包含有WCF监控==)中. 网络Velocity使用大多是针对老版本: 老版本的下载地址: http://www.microsoft.com/en-us/download/details.aspx?id=2517 这里针对App Fabric做一...
分类:Web程序   时间:2014-05-04 20:12:53    阅读次数:613
Velocity在web项目中生成模板
需求:后台(指管理员后台)上传一个html模板到文件服务器上,前台(商家操作的平台)读取到模板,并填充数据,生成新的vm页面到webapp/WEB-INF/view目录下,用于预览、保存、打印。 最开始的代码: @Test public void test() throws Exception{ String templateUrl = baseServic...
分类:Web程序   时间:2014-04-29 13:11:21    阅读次数:465
数学文献阅读
1. Z. Skalak, On the regularity of the solutions to the Navier-Stokes equations via the gradient of one velocity component, Nonlinear Analysis, 104 (2...
分类:其他好文   时间:2014-04-29 09:27:47    阅读次数:364
660条   上一页 1 ... 64 65 66
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!