表示一个类,该类用于将 JSON 格式的内容发送到响应。ContentEncoding:编码格式(最好按标准utf-8)ContentType: mime类型Data:数据设置JsonRequestBehavior:请求类型,该值指示是否允许来自客户端的 HTTP GET 请求,枚举MaxJson....
分类:
Web程序 时间:
2014-06-18 10:21:03
阅读次数:
225
一、工具类中使用beanIService service = (IService)ContextLoader.getCurrentWebApplicationContext().getBean(serviceBeanName);View Code
分类:
编程语言 时间:
2014-06-18 10:13:46
阅读次数:
216
using System; using System.IO;//用于文件存取 using System.Data;//用于数据访问 using System.Drawing;//提供画GDI+图形的基本功能 using System.Drawing.Text;//提供画GDI+图形的高级功能 usi...
BACKGROUND OF THE INVENTIONMobile devices, such as but not limited to personal data appliances, cellular phones, radios, pagers, lap top computers, an...
分类:
其他好文 时间:
2014-06-18 09:40:28
阅读次数:
258
win7:删除1、C:\Users\All Users\FLEXnet\adobe_00080000_tsf.dataWinXP:(c:/DocumentsandSettings/AllUsers/ApplicationData/FLEXnet\adobe_00080000_tsf.data)2、C...
分类:
其他好文 时间:
2014-06-18 08:37:51
阅读次数:
194
要把struts2的action交给spring管理,这样spring才能帮struts2注入需要的的bean(一开始action是由struts初始化,所以想注入spring里面的bean是注入不了的)
struts2 的filter生成action的时候由spring管理
struts2向spring要action
struts2是主导(struts2有个插件,要action的时候向这个...
分类:
编程语言 时间:
2014-06-18 08:07:13
阅读次数:
196
自己写的开发平台ssmy_m 与代码生成 ,strust2 mybatis spring maven jquery jqgrid jqueryui
有问题请留言,或QQ110146324
SVN上的代码基础功能已经都有了.美工没弄,有需要的自己改吧.
在/ssmy_m/src/main/webapp/common/include_com.jsp里引用.否则代码生成会有影响...
分类:
编程语言 时间:
2014-06-18 08:03:58
阅读次数:
299
依赖坐标与本地仓库存储
org.springframework
spring-core
3.0.7.RELEASE
本地仓库存储
仓库分类:
本地仓库:
F:\maven\repos
中央仓库
...
分类:
其他好文 时间:
2014-06-18 06:27:57
阅读次数:
312
spring-mybatis-data-common-2.0新增分表机制,在1.0基础上做了部分调整.基于机架展示分库应用数据库分表实力创建create table tb_example_1( id bigint primary key auto_increment , eId bigint, .....
分类:
编程语言 时间:
2014-06-18 00:07:38
阅读次数:
317