Giter VIP home page Giter VIP logo

filemanager's Introduction

FileManager

前言

前台使用的是使用angularjs + bootstrap写的一个在线文件管理系统, 这里是github地址, 后台使用的是SpringMVC。 写本应用的目的主要是为了在使用Linux时为电脑和手机之间的文件传输提供一个中介。

程序功能

  • 文件上传下载(上传使用的是jquery-upload-file
  • 手机扫码快速打开网页
  • 图片预览
  • 文本文件在线编辑
  • 文件/文件夹重名
  • 文件/文件夹删除

程序预览

主界面

文件上传

文件上传完成

二维码

手机端

其他说明

运行环境

JDK1.7+

Cpdector.jar

cpdector.jar 位于WEB-INF/lib下, 如果项目没有自动导入jar包, 右击该jar包,选择Add as Library...

配置Tomcat的URIEncoding属性

修改tomcat下的conf/server.xml文件 找到如下代码:

<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />

这段代码规定了Tomcat监听HTTP请求的端口号等信息。 可以在这里添加一个属性:URIEncoding,将该属性值设置为UTF-8,即可让Tomcat(默认ISO-8859-1编码)以UTF-8的编码处理get请求。 修改完成后:

<Connector port="8080"  protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" /> 

filemanager's People

Contributors

zhangjikai avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.