码迷,mamicode.com
首页 >  
搜索关键字:spring data    ( 106273个结果
Spring MVC3.2 通过Servlet3.0实现文件上传
Servlet3.0规范增加了对文件上传的原生支持,这里记录一下Spring MVC3通过Servlet3上传文件的实现。配置文件:applicationContext.xmlweb.xml中需要配置multipart-config片段SpringMvcorg.springframework.web...
分类:编程语言   时间:2014-05-26 12:17:00    阅读次数:289
jQuery免费资料
JQvery免豆.pdfjQuery实战之仿flash跳动的按钮效果【源码】http://down.51cto.com/data/188600JQuery 1.4.2 手册简体中文版http://down.51cto.com/data/124390jQuery权威指南pdfhttp://down.5...
分类:Web程序   时间:2014-05-26 12:10:47    阅读次数:341
asp.net字符串加密与解密
1 using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Web; 5 using System.Web.Security; 6 using System.Web.UI; 7 using Sy....
分类:Web程序   时间:2014-05-26 11:49:40    阅读次数:223
Spring事务的传播方式
Spring定义了一下几种事务传播方式:PROPAGATION_REQUIRED 支持当前事务,如果当前没有事务,就新建一个事务。这是最常见的选择。PROPAGATION_SUPPORTS 支持当前事务,如果当前没有事务,就以非事务方式执行。PROPAGATION_MANDATORY 支持当前事务,...
分类:编程语言   时间:2014-05-26 11:28:27    阅读次数:154
JSP上传文件
客户端html form表单:表单中enctype="multipart/form-data"的意思,是设置表单的MIME编码。默认情况,这个编码格式是application/x-www-form-urlencoded,不能用于文件上传;只有使用了multipart/form-data,才能完整的传...
分类:Web程序   时间:2014-05-26 11:18:15    阅读次数:318
7-Data 数据恢复V3.0 单文件企业版本
7Data Recovery Suite是一款Win8界面风格的多功能数据恢复软件,可以从硬盘、 内存卡、 闪存驱动器和移动电话中恢复已丢失/已删除的照片、 文件、 分区和更多的相关文件。本版由hongx打包,集成注册文件,恢复大文件功能完全正常,退出自动删除文件和注册表信息。作为一款专业的数据恢复...
分类:其他好文   时间:2014-05-26 10:54:53    阅读次数:300
SQLHelper -
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data.SqlClient; 6 using System.Dat...
分类:数据库   时间:2014-05-26 10:21:48    阅读次数:247
Choose For New Trainers Online Shop
Hello every body, cheapnikeairtrainers.co.uk are doing Spring Promotion! A hug number of Cheap Air Max trainers high quality trainers with cheap price...
分类:其他好文   时间:2014-05-26 10:19:28    阅读次数:253
程序各个段text,data,bss,stack,heap
网上找了一堆资料学习一下,了解这些,有助于规化程序结构,优化代码;使用gcc编译出来的程序,用size可以查看程序结构和大小,如 1: #size hello 2: Text data bss dec hex filename 3: 778 200 4 982 3D6 hello...
分类:其他好文   时间:2014-05-26 10:07:17    阅读次数:289
the philosophy behind of the design of the STL
The concept of STL is based on a separation of data and operations. The data is managed by container classes, and the operations are defined by config...
分类:其他好文   时间:2014-05-26 09:43:55    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!