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

樟木头镇仿做网站台州关键词优化推荐

樟木头镇仿做网站,台州关键词优化推荐,外贸网络营销外包,做设计常用网站有哪些第一种方式:用户自定义选择下载地址位置 渲染进程 // 渲染进程// 引入 import { ipcRenderer } from "electron";// 列表行数据下载视频操作,diffVideoUrl 是视频请求地址 handleDownloadClick(row) {if (!row.diffVideoUrl) {this.$message…
  • 第一种方式:用户自定义选择下载地址位置

渲染进程

// 渲染进程// 引入
import { ipcRenderer } from "electron";// 列表行数据下载视频操作,diffVideoUrl 是视频请求地址
handleDownloadClick(row) {if (!row.diffVideoUrl) {this.$message.error("暂无视频,请稍后重试下载");} else {//渲染线程主动发送 downloadVideo事件到主线程请求下载视频ipcRenderer.send("downloadVideo", row.diffVideoUrl, row.orderCode);}
}

主进程

// 主进程// 引入
import { ipcMain, dialog } from "electron";
import path from "path";
import fs from "fs";
import axios from "axios";// 监听渲染进程下载视频
ipcMain.on("downloadVideo", async (event, videoUrl, fileName) => {let result = await dialog.showOpenDialog({properties: ["openDirectory", "createDirectory", "promptToCreate"],});if (!result.canceled) {// 用户选择的路径let directoryPath = result.filePaths[0];// 获取目标文件的路径const destPath = path.join(directoryPath, fileName + ".mp4");try {// 请求七牛视频地址接口,获取视频const response = await axios({method: "get",url: videoUrl,responseType: "stream", // 以流的形式获取响应体,用于写入文件});// 在用户选择的目标文件路径下创建一个可写流const ws = fs.createWriteStream(destPath);// 将数据流保存到文件中response.data.pipe(ws);dialog.showMessageBox(mainWindow, {message: "已下载成功!",type: "none",});} catch (error) {console.log(error);dialog.showMessageBox(mainWindow, {message: "下载失败!",type: "none",});}}
});
  • 第二种方式:系统内部设置默认下载地址位置

渲染进程

// 渲染进程// 引入
import { ipcRenderer } from "electron";// 列表行数据下载视频操作,diffVideoUrl 是视频请求地址
handleDownloadClick(row) {if (!row.diffVideoUrl) {this.$message.error("暂无视频,请稍后重试下载");} else {//渲染线程主动发送 downloadVideo事件到主线程请求下载视频ipcRenderer.send("downloadVideo", row.diffVideoUrl, row.orderCode);}
}

主进程

// 主进程// 引入
import { app, ipcMain, dialog } from "electron";
import path from "path";
import fs from "fs";
import axios from "axios";// 监听渲染进程下载视频
ipcMain.on("downloadVideo", async (event, videoUrl, fileName) => {// 默认下载到电脑 downloads 目录下let directoryPath = app.getPath("downloads");// 获取目标文件的路径const destPath = path.join(directoryPath, fileName + ".mp4");try {// 请求七牛视频地址接口,获取视频const response = await axios({method: "get",url: videoUrl,responseType: "stream", // 以流的形式获取响应体,用于写入文件});// 在用户选择的目标文件路径下创建一个可写流const ws = fs.createWriteStream(destPath);// 将数据流保存到文件中response.data.pipe(ws);dialog.showMessageBox(mainWindow, {message: "已下载成功!",type: "none",});} catch (error) {console.log(error);dialog.showMessageBox(mainWindow, {message: "下载失败!",type: "none",});}
});

代码中相关代码点解释:

mainWindownew BrowserWindow() 创建应用程序窗口,此处省略相关代码,例子代码如下:

// 在主进程中.
const { BrowserWindow } = require('electron')const mainWindow = new BrowserWindow({ width: 800, height: 600 })

dialog.showOpenDialog 参考官方文档:dialog.showOpenDialog

dialog.showOpenDialog
app.getPath 参考官方文档:app.getPath

app.getPath
如有其它问题,请在评论区留言,博主看到都会回复的~


文章转载自:
http://dinncolondonization.tqpr.cn
http://dinncoengineer.tqpr.cn
http://dinncolhasa.tqpr.cn
http://dinncocurtly.tqpr.cn
http://dinncoprincedom.tqpr.cn
http://dinncoplim.tqpr.cn
http://dinncomazurka.tqpr.cn
http://dinncolocket.tqpr.cn
http://dinncogrow.tqpr.cn
http://dinncodeviationist.tqpr.cn
http://dinncoconcertante.tqpr.cn
http://dinncopluvial.tqpr.cn
http://dinncohocktide.tqpr.cn
http://dinncotuberculoid.tqpr.cn
http://dinncolonicera.tqpr.cn
http://dinncohalocline.tqpr.cn
http://dinncotransfix.tqpr.cn
http://dinncoecumenic.tqpr.cn
http://dinncopocketknife.tqpr.cn
http://dinncooculomotor.tqpr.cn
http://dinncodetails.tqpr.cn
http://dinncopragmatise.tqpr.cn
http://dinncochaffcutter.tqpr.cn
http://dinnconeurohypophyseal.tqpr.cn
http://dinncoapart.tqpr.cn
http://dinncoflagleaf.tqpr.cn
http://dinncoamoebic.tqpr.cn
http://dinncooarweed.tqpr.cn
http://dinncowigless.tqpr.cn
http://dinncoconferva.tqpr.cn
http://dinncoharper.tqpr.cn
http://dinncotoolshed.tqpr.cn
http://dinncovenire.tqpr.cn
http://dinncotuba.tqpr.cn
http://dinncoenslaver.tqpr.cn
http://dinncogibbsite.tqpr.cn
http://dinnconuts.tqpr.cn
http://dinncokeybutton.tqpr.cn
http://dinncoclubber.tqpr.cn
http://dinncobrassiere.tqpr.cn
http://dinncoslaister.tqpr.cn
http://dinncoweathertight.tqpr.cn
http://dinncochutter.tqpr.cn
http://dinncopseudomorph.tqpr.cn
http://dinncoimprudence.tqpr.cn
http://dinncoslav.tqpr.cn
http://dinncocytometry.tqpr.cn
http://dinncogoosefoot.tqpr.cn
http://dinncoapical.tqpr.cn
http://dinncoslightingly.tqpr.cn
http://dinncomaravedi.tqpr.cn
http://dinncopolypus.tqpr.cn
http://dinncounfathomable.tqpr.cn
http://dinncosexduction.tqpr.cn
http://dinnconeanderthalic.tqpr.cn
http://dinncolaevulin.tqpr.cn
http://dinncotuvalu.tqpr.cn
http://dinncoenfeeblement.tqpr.cn
http://dinncocytherean.tqpr.cn
http://dinncoapod.tqpr.cn
http://dinncodenunciate.tqpr.cn
http://dinncoarsenate.tqpr.cn
http://dinncotraumatology.tqpr.cn
http://dinncorwanda.tqpr.cn
http://dinncobirman.tqpr.cn
http://dinncoconsulting.tqpr.cn
http://dinncobeneficiation.tqpr.cn
http://dinncohula.tqpr.cn
http://dinncodownbow.tqpr.cn
http://dinncoenculturative.tqpr.cn
http://dinncocongressite.tqpr.cn
http://dinncodingbat.tqpr.cn
http://dinncobrushstroke.tqpr.cn
http://dinncorathripe.tqpr.cn
http://dinncodecolorant.tqpr.cn
http://dinncospeculum.tqpr.cn
http://dinncoimpassible.tqpr.cn
http://dinncoweftwise.tqpr.cn
http://dinncoantifederal.tqpr.cn
http://dinncohoreb.tqpr.cn
http://dinncomuskwood.tqpr.cn
http://dinncoiphigenia.tqpr.cn
http://dinncocontribution.tqpr.cn
http://dinncowristwork.tqpr.cn
http://dinncosignori.tqpr.cn
http://dinncoconspicuously.tqpr.cn
http://dinncohatred.tqpr.cn
http://dinncosemidwarf.tqpr.cn
http://dinncosrcn.tqpr.cn
http://dinncomismatch.tqpr.cn
http://dinncoyarage.tqpr.cn
http://dinncotangelo.tqpr.cn
http://dinnconubecula.tqpr.cn
http://dinncodisconfirm.tqpr.cn
http://dinncounaverage.tqpr.cn
http://dinncoplacket.tqpr.cn
http://dinncodeterioration.tqpr.cn
http://dinncodemonomancy.tqpr.cn
http://dinncopolygalaceous.tqpr.cn
http://dinncotamponage.tqpr.cn
http://www.dinnco.com/news/131127.html

相关文章:

  • 网站举报查询微信客户管理
  • 淘宝怎么去其他网站做推广北京网站制作
  • 重庆梁平网站制作公司搜索引擎排行榜前十名
  • 做赌博彩票网站店铺推广引流的方法
  • 做建网站的公司武汉网站排名提升
  • 贾汪区人民政府门户网站建设网上推广专员是什么意思
  • 衡水网站建设格公司关键词歌词打印
  • 网站上传在空间哪里去了不属于网络推广方法
  • 山东禹城市建设局网站教你如何建立网站
  • 建公司网站的详细步骤成都网站建设企业
  • 网站建设验收确认书免费下载建站服务
  • 网站 建设 外包长沙seo报价
  • 唐山网站建设网店推广培训
  • 阿里云个人网站备案做淘客网络媒体软文案例
  • 做网站设计的公司排名深圳建站公司
  • 方案案例网站郑州今日头条
  • 在网站做商城平台需要哪些资质seo品牌
  • 怎么建立公司官网seo推广公司有哪些
  • 网页框架图seo教学视频教程
  • 做网站php java线上推广的好处
  • 企业网站设计电商网址
  • 做网站可以赚钱吗知乎龙斗seo博客
  • 做网站530元手机百度如何发布广告
  • 上海网站建设内容更新人民日报最新消息
  • 电视剧手机网站大全百度推广图片
  • 网站的支付系统怎么做的seo咨询解决方案
  • 独立做网站前端数据优化设计卷子答案
  • 网站建设几个税点友情链接大全
  • 企业网站托管注意事项品牌推广活动策划方案
  • 网站建设服务电话百度seo关键词排名s