Coder Social home page Coder Social logo

file-preview's Introduction

file-preview

word、excel、ppt 和 pdf 文件在线预览。

使用的技术

实现的功能

  • 单文件上传
  • 根据文件类型实现word、excel、ppt 和 pdf 文件的在线预览
  • 定时任务进行文件删除
  • 使用log4js打印上传、预览、定时任务删除文件的日志

如何使用

# 使用的mysql数据库,在根目录创建mysql的配置文件  .env
DB_HOST=localhost
DB_PORT=3306
DB_USETNAME=root
DB_PASSWORD=123456
DB_DATABASE=file_preview
DB_SYNC=true
EXPIREDATE=3000000000
BASEURL=http://localhost:3001/

# 本地启动项目,访问地址是 http://localhost:3001
$ npm install
$ npm run dev

file-preview's People

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.