-
基于android的ftp下载上传
这个是基于android连接ftp服务器的一个demo,1.实现本地上传文件到ftp,2.实现从ftp上下载文件到本地,并且在本地客户端进行保存。里面的代码过程清晰,并且有注释,内容很完整。。很适合大家做参考。
- 2022-08-23 13:02:45下载
- 积分:1
-
java程序,适合初学者,可编译运行,已测试
java程序,适合初学者,可编译运行,已测试-java procedures for beginners, the compiler can run, have tested
- 2022-04-08 09:10:53下载
- 积分:1
-
commons-digester-1.7-all-src
XML转换开源包,就是让你配置一个 XML 转到 Java Object 对应的程序, 当一些 XML
中特定的属性将会触发一些被称为 rules 的动作, 有一些属性是已经被定义好了,
当然你也可以建立自己所需要的. 而 Digester 也包含了以下高级的特性 :
*能够嵌入你原本的对应方式, 而不会影响你的需求.
*自定义(Customized)的 namespace-aware 的执行, 以至于你可以定义 rules 恰当独特的 XML
命名空间.
*将所有的 Rules 放入 RuleSets 可以简单方便地重复使用在其它需要相同类型的项目之中(XML conversion open-source package, is to allow you to configure an XML to Java Object corresponding to the procedure, when a number of XML specific attributes will trigger a number of actions called rules, some properties are already defined well, of course, you can also create their own needs. and Digester also includes the following advanced features:* can be embedded in your original correspondence, rather not affect your needs.* Custom (Customized) the implementation of the namespace-aware, so that You can define rules appropriate to the unique XML namespace.* all the Rules into RuleSets can simply and easily re-use in other types of projects require the same among the)
- 2010-03-03 17:20:30下载
- 积分:1
-
个人信息管理系统
个人信息管理系统,包括个人信息增删改查,好友信息管理,日程管理和文件管理(上传和下载文件)等功能。
- 2023-02-14 08:20:03下载
- 积分:1
-
service
使用Android连接service服务器并返回的方法。提供一种解决方案。(Use Android to connect to the service server and return the method.)
- 2018-12-19 17:55:33下载
- 积分:1
-
Exe7_3
设计一个跟踪鼠标移动的窗口。窗口中间添加一个蓝色背景白色文字的标签,在标签上显示鼠标指针当前坐标值。在窗口下方添加一个按钮,点击按钮可以在停止跟踪和继续跟踪之间进行切换(Designed to track the mouse movement a window. Middle of the window to add a blue background, white text label, the label displays the current mouse pointer coordinates. Add a button in the window below, click the button to stop the track and continue to follow in the switch between)
- 2011-12-23 22:07:06下载
- 积分: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
-
Beginning_JSP_trade_JSF_trade_and_Tomcat_trade_Web_Development_From_Novice_to_Pr...
Beginning_JSP_trade_JSF_trade_and_Tomcat_trade_Web_Development_From_Novice_to_Professional-3754-it is useful for computer student.
- 2022-07-01 05:34:42下载
- 积分:1
-
Means.java K
K公司-Means.java方法K-均值分组法(数据组数,无固定值,打开一个小窗口,选择文件:a或B或iris,10次运行+输出到Excel)
- 2022-05-05 02:47:34下载
- 积分:1
-
java实现windows托盘(加载dll)(精简版)
java实现windows托盘(加载dll)(精简版)-java realize windows tray (loading dll) (concise version)
- 2023-01-21 03:55:03下载
- 积分:1