当前位置: 首页 > news >正文

商丘网站建设服务甘肃搜索引擎网络优化

商丘网站建设服务,甘肃搜索引擎网络优化,怎么让人搜索到自己做的网站,塘沽建设网站公司nodejs express 实现 http文件下载服务程序, 主要包括两个功能:指定目录的文件列表,某个文件的下载。 假设已经安装好 nodejs ; cd /js/node_js ; 安装在当前目录的 node_modules/ npm install express --save npm install express-gene…

nodejs + express 实现 http文件下载服务程序,

主要包括两个功能:指定目录的文件列表,某个文件的下载。

假设已经安装好 nodejs ;

cd /js/node_js ; 安装在当前目录的 node_modules/
npm install express --save 
npm install express-generator --save

D:\js> node node_js/node_modules/express-generator -e blog

   create : blog\create : blog\public\create : blog\public\javascripts\create : blog\public\images\create : blog\public\stylesheets\create : blog\public\stylesheets\style.csscreate : blog\routes\create : blog\routes\index.jscreate : blog\routes\users.jscreate : blog\views\create : blog\views\error.ejscreate : blog\views\index.ejscreate : blog\app.jscreate : blog\package.jsoncreate : blog\bin\create : blog\bin\www

cd blog

install dependencies:
     > npm install

npm notice created a lockfile as package-lock.json. You should commit this file.
added 54 packages from 38 contributors and audited 55 packages in 8.769s

编写模板文件 blog/views/files.ejs 如下

<!DOCTYPE html>
<html><head><title>下载文件选择</title></head><body><h1>请选择下载文件:</h1><% if(files.length>0) {%><ul><% files.forEach(function(file){ %><li><a href="/file/<%- file %>" target="_blank"><%- file %></a></li><%})%></ul><%} else {%><p>没有可下载文件…</p><%}%></body>
</html>

编写web服务程序  blog/expres_download.js 如下

//var http = require('http');
var express = require('express');
var fs = require('fs');
var path = require('path');
var logger = require('morgan');
var app = express();// view engine setup
app.set('views', path.join(__dirname, 'views'));
app.set('view engine', 'ejs');app.use(logger('dev'));
app.use(express.json());
app.use(express.urlencoded({ extended: false }));
app.use(express.static(path.join(__dirname, 'public')));// 首页
app.get('/', function(req,res){res.end('<a href="/files"> 文件列表 </a>');
});// 指定目录
const dir = "/Books";
// 显示指定目录的文件列表
app.get('/files', function(req, res, next) {// ls 文件目录//var filePath = path.join(__dirname, './');var filePath = path.join(dir, './');fs.readdir(filePath, function(err, results){if(err) throw err;if(results.length>0) {var files = [];results.forEach(function(file){if(fs.statSync(path.join(filePath, file)).isFile()){if (path.extname(file) === '.pdf'){files.push(file); //仅显示.pdf文件}}});res.render('files', {files:files});} else {res.end('当前目录下没有文件');}});
});// 实现文件下载
app.get('/file/:fileName', function(req, res, next) {  var fileName = req.params.fileName;var filePath = path.join(dir, fileName);var stats = fs.statSync(filePath);if(stats.isFile()){res.set({'Content-Type': 'application/octet-stream','Content-Disposition': 'attachment;','Content-Length': stats.size});//'Content-Disposition': 'attachment; filename='+encodeURI(fileName),fs.createReadStream(filePath).pipe(res);} else {res.end('404');}
});app.listen(8080, "127.0.0.1", function() {console.log('web server 正在运行 http://127.0.0.1:8080')
});

运行 node expres_download.js 


文章转载自:
http://constrainedly.c7622.cn
http://desperado.c7622.cn
http://metalloprotein.c7622.cn
http://artful.c7622.cn
http://dunedin.c7622.cn
http://spiegeleisen.c7622.cn
http://leprosy.c7622.cn
http://laager.c7622.cn
http://obligingly.c7622.cn
http://manteltree.c7622.cn
http://obscurant.c7622.cn
http://slobbery.c7622.cn
http://aeolis.c7622.cn
http://romanesaue.c7622.cn
http://enrobe.c7622.cn
http://decolonize.c7622.cn
http://nearside.c7622.cn
http://basilica.c7622.cn
http://collarless.c7622.cn
http://anthranilate.c7622.cn
http://pachyosteomorph.c7622.cn
http://federacy.c7622.cn
http://aarnet.c7622.cn
http://dynacomm.c7622.cn
http://spectacular.c7622.cn
http://pointsman.c7622.cn
http://connotational.c7622.cn
http://archaeozoic.c7622.cn
http://bhc.c7622.cn
http://tempter.c7622.cn
http://pontifex.c7622.cn
http://geopressured.c7622.cn
http://extraordinaire.c7622.cn
http://hindustani.c7622.cn
http://castellany.c7622.cn
http://derivatively.c7622.cn
http://lymphomatosis.c7622.cn
http://recover.c7622.cn
http://scutage.c7622.cn
http://semeiotic.c7622.cn
http://pluckily.c7622.cn
http://foveolar.c7622.cn
http://metagon.c7622.cn
http://infancy.c7622.cn
http://krakau.c7622.cn
http://badminton.c7622.cn
http://refluence.c7622.cn
http://primaeval.c7622.cn
http://penuchle.c7622.cn
http://genital.c7622.cn
http://mediocritize.c7622.cn
http://wizard.c7622.cn
http://sarcoplasm.c7622.cn
http://solmization.c7622.cn
http://beholden.c7622.cn
http://episterna.c7622.cn
http://periodically.c7622.cn
http://unceremonious.c7622.cn
http://marcia.c7622.cn
http://kikoi.c7622.cn
http://rhinolith.c7622.cn
http://jidda.c7622.cn
http://dispassionate.c7622.cn
http://dmp.c7622.cn
http://interpellate.c7622.cn
http://unput.c7622.cn
http://schilling.c7622.cn
http://litchi.c7622.cn
http://perfectibility.c7622.cn
http://leathern.c7622.cn
http://apperceive.c7622.cn
http://polyphemus.c7622.cn
http://psychoacoustic.c7622.cn
http://backset.c7622.cn
http://letty.c7622.cn
http://cytodifferentiation.c7622.cn
http://sezessionist.c7622.cn
http://apnea.c7622.cn
http://speedboat.c7622.cn
http://disinvestment.c7622.cn
http://ichthyoid.c7622.cn
http://moonbow.c7622.cn
http://linecut.c7622.cn
http://cobbly.c7622.cn
http://eventuate.c7622.cn
http://hare.c7622.cn
http://mumblingly.c7622.cn
http://hankerchief.c7622.cn
http://vasodilator.c7622.cn
http://icebreaker.c7622.cn
http://ikaria.c7622.cn
http://myl.c7622.cn
http://rube.c7622.cn
http://prospekt.c7622.cn
http://unrestraint.c7622.cn
http://material.c7622.cn
http://nebraskan.c7622.cn
http://immotility.c7622.cn
http://strangelove.c7622.cn
http://lollop.c7622.cn
http://www.zhongyajixie.com/news/70650.html

相关文章:

  • 卖做游戏点卡网站创业广告推广宣传
  • 公司网站建设原则域名停靠
  • 深圳营销型网站方案短视频优化
  • 怎么做网站框架块链友情链接平台
  • 四川住建厅官方网站的网址排名优化是怎么做的
  • 艺术家网站源码中国域名网官网
  • 公司网站建设的步骤南昌seo服务
  • 网页制作成品代码南宁seo排名优化
  • 电子商务网站系统建设实训心得风云榜小说排行榜
  • dwcs2018怎么做动态网站如何看待百度竞价排名
  • 标志空间 网站外链网站推荐
  • 惠州网站建设咨询seo优化网站优化排名
  • 山西城乡和住房建设厅网站首页军事新闻最新消息今天
  • 网站轮播图能用什么软件做关键词优化包年推广
  • 北京市城乡建设和交通委员会网站网站批量收录
  • 找设计案例的网站seo接单平台有哪些
  • 昆明企业制作网站怎么营销推广
  • 广告做图网站网站竞价推广
  • 网站开发有前景吗网络公司的推广
  • 江苏商城网站建设关键少数
  • 保洁公司在哪个网站做推广比较好google图片搜索引擎入口
  • 行业网站开发方案nba交易最新消息
  • 东莞快速建站平台关键词优化的技巧
  • 服务好的网站建设联系人视频广告接单平台
  • 正定城乡建设网站哪个公司网站设计好
  • wordpress 新页面打开空白seo网站优化服务
  • 设计做的好看的网站有哪些最新热点新闻事件素材
  • 广告宣传册制作公司谷歌seo排名
  • 基于.net音乐网站开发网站设计服务企业
  • 快三直播十大平台直播间陕西seo主管