-
oracle of the backup and restore some of the basic database of reference for the...
oracle的有关备份和回复数据库的一些基础概念可以参考一下,不过是英文版的-oracle of the backup and restore some of the basic database of reference for the concept, but is the English version of
- 2022-02-14 13:39:13下载
- 积分:1
-
一个数据库连接池,能捕获close方法,初始的时候指定初始化多少个连接,如果超过连接个数,则会自动递增连接个数,同时,在代码中可以直接调用close方法,程序会...
一个数据库连接池,能捕获close方法,初始的时候指定初始化多少个连接,如果超过连接个数,则会自动递增连接个数,同时,在代码中可以直接调用close方法,程序会自动捕获-a database connection pool that can capture close, the initial initialization time specified number of connections exceeds the number connections, connections will be automatically increased the number, and in the code can directly call close, the program will automatically capture
- 2022-02-28 12:32:26下载
- 积分:1
-
trenmang
this is a matlab s file about ofdm
- 2009-06-14 12:08:49下载
- 积分:1
-
autoit oracle操作udf
autoit oracle操作udf,2个函数
1、连接oracle
2、通过连接执行sql返回数组。
(不用加dll运行,用的Microsoft ODBC for Oracle连接)
- 2022-05-26 10:28:00下载
- 积分:1
-
pl/sql development 学习pl/sql的好资料
pl/sql development 学习pl/sql的好资料-pl/sql development learning pl/sql good information
- 2023-05-11 22:25:03下载
- 积分:1
-
oracle数据库备份脚本,用shell编写,支持热备份和冷备份
oracle数据库备份脚本,用shell编写,支持热备份和冷备份-oracle database backup scripts, using shell preparation, hot and cold backup backup
- 2022-03-25 19:52:35下载
- 积分:1
-
改源码用来对Oracle性能进行测试,请各位指教。
改源码用来对Oracle性能进行测试,请各位指教。-Source used to test the performance of Oracle, please advice.
- 2022-06-27 18:23:48下载
- 积分:1
-
occiblob
occi operates blob
o cci operates blob(occi operates blobo cci operates blob)
- 2008-06-22 14:54:56下载
- 积分:1
-
介绍Oracle PL SQL编程,包括Oracle SQL基础和所有PL/SQL内容
介绍Oracle PL SQL编程,包括Oracle SQL基础和所有PL/SQL内容-Introduction Oracle PL SQL programming, including the basis of Oracle SQL, and all PL/SQL content
- 2022-03-03 17:52:15下载
- 积分: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