Spring MVC ResponseEntity
分类:
编程语言 时间:
2014-05-01 12:57:27
阅读次数:
515
spring获取webapplicationcontext,applicationcontext几种方法详解
分类:
移动开发 时间:
2014-05-01 12:30:50
阅读次数:
460
http://zhidao.baidu.com/link?url=zPPLZ8yo-UUaclBCxVwzmh8mlfPIxeM7Jl-Xb7gmI5tz8lm8tN_DDx7PrGAF-cfOPy_EGG-VFDTaCTIAQvtu0a
分类:
编程语言 时间:
2014-05-01 12:20:28
阅读次数:
431
SVN,开发中常用的工具,也没什么可说的。这里只是记录一下,以免太久不用了想用的时候又忘了。
首先已经有两个目录,一个是分支目录SVNChild,一个是主干目录SVNMain。SVNChild是从SVNMain分出来的一个版本,即整个代码结构(文件夹、代码文件)基本一样的,当然新添加了部分文件...
分类:
其他好文 时间:
2014-05-01 09:39:11
阅读次数:
720
1 注意struts2-spring-plugin.jar的导入。
Unabletoloadconfiguration.-action 异常。需要导入这个包2 很久都跑不通的话,可以变量可以换个值试一试
分类:
其他好文 时间:
2014-05-01 04:02:05
阅读次数:
319
BeanFactoryBeanFactory是Spring的IOC容器的接口,用于获取Java对象。ApplicationContext接口也间接扩展了BeanFactory接口,是BeanFactory接口的子接口,继承树如下所示:BeanFactory↑
↑ListableBeanFactory...
分类:
其他好文 时间:
2014-05-01 03:10:47
阅读次数:
491
1、效果图:
2、核心代码:
package com.example.pic_reflection;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.Canvas;
import and...
分类:
移动开发 时间:
2014-04-29 13:35:22
阅读次数:
520
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags ...
分类:
其他好文 时间:
2014-04-29 13:24:23
阅读次数:
443