-
oracle
Oracle 相关学习资料,有的是理论资料有的是实用性的书籍和文档,经验所得。(Oracle-related learning materials, information theory, some practical some books and documents, experience.)
- 2011-12-12 20:59:32下载
- 积分:1
-
ssm框架集合
springmvc的文件上传:
1、文件上传必须使用表单form将数据发送过去。
2、文件上传的input的type="file"。
3、必须指定form 表单的enctype="multipart/form-data"
springmvc的文件下载:
1、配置springmvc文件上传的解析器:
【注意】:该解析器的id必须是multipartResolver,springmvc默认会按照这个id的值去找解析器。
2、在处理器中定义MultipartFile类型的参数接受页面传递过来的文件。
如果是单文件上传,处理器方法中定义MultipartFile对象参数来接受,不需要加@RequestParam。
如果是多文件上传,处理器方法中定义MultipartFile对象数组参数来接受,需要加@RequestParam。
MultipartFile常用常用方法:
1、transferTo(目标文件的File对象):将要上传文件的内容复制到目标文件中的。
2、getOriginalFilename():获取要上传文件的文件名称。
springmvc做文件下载的步骤:
1、使用FileUtils.readFileToByteArray(要下载的文件File对象)读取要下载文件的数据到字节数组。
2、通过HttpHeaders指定下载文件的其他相关信息,如:
- 2023-07-27 17:15:13下载
- 积分:1
-
oracle培训ppt,介绍比较全面,是oracle初级学习者好帮手
oracle培训ppt,介绍比较全面,是oracle初级学习者好帮手-oracle training ppt, a more comprehensive introduction is a good helper oracle primary learners
- 2022-08-10 00:53:23下载
- 积分:1
-
本源代码实现同时对数据库Oracle和MS SQL的连接,通过对配置文件的修改来实现,本代码执行生产为dll文件。...
本源代码实现同时对数据库Oracle和MS SQL的连接,通过对配置文件的修改来实现,本代码执行生产为dll文件。-source code to the database simultaneously Oracle and MS SQL connectivity, the configuration file through changes to achieve the production code execution dll file.
- 2022-01-28 02:45:00下载
- 积分:1
-
An Oracle Based Immigration System which verifies the Client Documents
An Oracle Based Immigration System which verifies the Client Documents-An Oracle Based Immigration System which verifies the Client Documents...
- 2022-03-26 03:23:54下载
- 积分:1
-
oracle-cn-help-good
oracle 帮助文档 综合
最近在学oracle 下了些基本的语句文章
还有三个chm文档,很好的帮助。
真的,很好(oracle help document comprehensive learning oracle under some basic statements in the article, there are three chm documentation and good help. Really good)
- 2012-11-25 20:08:02下载
- 积分:1
-
expert_oracle_goldengate
Oracle Corporation acquired GoldenGate in 2009 as part of future strategy to implement advanced
replication technologies within the product suite of data warehousing and real-time transaction
management. Before the advent of Oracle GoldenGate technology, data replication was performed using
Oracle Streams and third-party replication solutions such as Quest SharePlex. This chapter discusses
various types of database replication methods along with the techniques used by each method, to
illustrate how Oracle GoldenGate came to be the logical conclusion for the current and future real-time-
based data-transaction replication technology with Oracle database systems.
- 2013-10-23 17:28:47下载
- 积分:1
-
oracle 10gr2 asm on windows and unix
oracle 10gr2 asm on windows and unix
- 2022-03-19 13:40:45下载
- 积分:1
-
基于Java的火车开发系统(源码+数据库)
本系统是实现网上购买火车票的一些功能,包括后台管理员的管理和维护。
1.用户注册和登录;
2.用户查询车次信息;
3.用户购买火车票;
4.用户改签等等。
- 2022-03-15 08:44:48下载
- 积分:1
-
适用oracle oci接口读写数据库中的几何实体,做gis开发的可以学习一下...
适用oracle oci接口读写数据库中的几何实体,做gis开发的可以学习一下-applicable oracle database columns read and write interface to the geometric entities, do gis development can learn about
- 2022-02-21 16:49:31下载
- 积分:1