一. 背景知识
在上一篇博文: 使用JavaMail发送邮件和接受邮件, 我们学习了原生的JavaApi发送邮件, 我们会发现代码比较多, 特别是当邮件内容很丰富的时候, 我们需要在Java中拼装Html, 是不是觉得非常麻烦.
下面我们使用一种比较简单的方法: spring + javaMail + freemarker, 使用freemarker模板引擎后, 我们就不用再在Jav...
分类:
编程语言 时间:
2014-06-22 21:11:03
阅读次数:
309
Spring AOP中pointcut expression表达式解析 及匹配多个条件...
分类:
编程语言 时间:
2014-06-22 20:43:02
阅读次数:
221
flex eclipse java spring 整合 集成...
分类:
编程语言 时间:
2014-06-22 18:28:01
阅读次数:
307
job存在数据库中,可以进行动态的增增删改查,最近遇到了如何获取ApplicationContext上下文的问题,解决办法如下
applicationContext-quartz.xml
applicationContextSchedulerContextKey: 是org.springframework.scheduli...
分类:
移动开发 时间:
2014-06-22 18:19:42
阅读次数:
230
//防止页面进行跳转
$(document).ready(function(){
$("#submit").click(function(){
var str_data=$("#form1 input[type=text]").map(function(){
return ($(this).attr("name")+'='+$(this).val());
})...
分类:
其他好文 时间:
2014-06-22 16:04:47
阅读次数:
200
题目如下:
Oil Deposits
The GeoSurvComp geologic survey company is responsible for detectingunderground oil deposits. GeoSurvComp works with one large rectangularregion of land a...
分类:
其他好文 时间:
2014-06-22 14:36:31
阅读次数:
232
3.1 Spring IoC容器与Beans简介
BeanFactory接口提供对任意对象的配置;
ApplicationContext是BeanFactory的子接口,整合了Spring Aop功能,消息资源控制,事件发布,应用层特殊的上下文(在web应用中)
由IoC容器实例化、组装、管理的对象都是Bean
3.2 容器概述
org.springfra...
分类:
编程语言 时间:
2014-06-21 18:27:01
阅读次数:
264
现在有很多朋友找不到Hibernate和Spring的下载地址,这很影响初学者的心情,因此在这里给出我找到的链接,希望能帮到大家。Hibernate下载地址:http://hibernate.org/orm/downloads/Spring的下载地址:http://maven.springframe...
分类:
编程语言 时间:
2014-06-21 16:43:27
阅读次数:
197
微软近期Open的职位:Title: Principal Dev ManagerLocation: BeijingThe R&D of Shared Data Platform at Search Technology Center Asia aims to build a unified data...
分类:
其他好文 时间:
2014-06-21 16:13:42
阅读次数:
241
(image from Anatomy of an open source cloud) A cloud data center consists of large numbers of physical servers, each running a hypervisor with one or ...
分类:
其他好文 时间:
2014-06-21 14:48:04
阅读次数:
225