码迷,mamicode.com
首页 >  
搜索关键字:spring data    ( 106273个结果
JsonResult,Controller.Json
表示一个类,该类用于将 JSON 格式的内容发送到响应。ContentEncoding:编码格式(最好按标准utf-8)ContentType: mime类型Data:数据设置JsonRequestBehavior:请求类型,该值指示是否允许来自客户端的 HTTP GET 请求,枚举MaxJson....
分类:Web程序   时间:2014-06-18 10:21:03    阅读次数:225
Spring 使用
一、工具类中使用beanIService service = (IService)ContextLoader.getCurrentWebApplicationContext().getBean(serviceBeanName);View Code
分类:编程语言   时间:2014-06-18 10:13:46    阅读次数:216
C#的WinForm中制作饼状图和柱状图
using System; using System.IO;//用于文件存取 using System.Data;//用于数据访问 using System.Drawing;//提供画GDI+图形的基本功能 using System.Drawing.Text;//提供画GDI+图形的高级功能 usi...
分类:Windows程序   时间:2014-06-18 10:00:37    阅读次数:311
PatentTips - Controlling voltage and frequency
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
Photoshop CS4 启动弹出许可协议
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 与spring整合
要把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
自己写的开发平台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
spring 官方下载地址!!
spring 官方下载地址...
分类:编程语言   时间:2014-06-18 06:43:16    阅读次数:250
项目构建之maven篇:5.仓库及nexus创建私服-1
依赖坐标与本地仓库存储 org.springframework spring-core 3.0.7.RELEASE 本地仓库存储 仓库分类: 本地仓库: F:\maven\repos 中央仓库 ...
分类:其他好文   时间:2014-06-18 06:27:57    阅读次数:312
spring-mybatis-data-common程序级分库操作实例
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!