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

哪里学网站开发好在线优化工具

哪里学网站开发好,在线优化工具,桂林漓江游船票价格,网站建设简介目录 说在前面场景解决方式其他 说在前面 后端:go、gin浏览器:Microsoft Edge 120.0.2210.77 (正式版本) (64 位) 场景 前端通过点击按钮来下载一些文件,但是文件内容是一些非文件形式存储的二进制数据。 后端代码 r : gin.Default()r.Stat…

目录

  • 说在前面
  • 场景
  • 解决方式
  • 其他

说在前面

  • 后端:go、gin
  • 浏览器:Microsoft Edge 120.0.2210.77 (正式版本) (64 位)

场景

  • 前端通过点击按钮来下载一些文件,但是文件内容是一些非文件形式存储的二进制数据。 在这里插入图片描述
  • 后端代码
    		r := gin.Default()r.Static("/home", "./public")r.GET("/down", func(c *gin.Context) {type A struct {B uint   `json:"B"`C string `json:"C"`}a := &A{B: 746,C: "sjdfksdjlvsj",}fileName := "aaa"c.Header("Content-Type", "application/octet-stream")c.Header("Content-Disposition", "attachment; filename="+fileName)// c.Header("Content-Transfer-Encoding", "binary")c.Header("Cache-Control", "no-cache")var save bytes.Buffer// 使用gob的序列化进行测试enc := gob.NewEncoder(&save)enc.Encode(a)// 保存到本地用于对比file, err := os.OpenFile("test.txt", os.O_CREATE, 0)if err != nil {fmt.Println(err)return}defer file.Close()file.Write(save.Bytes())// 返回到前端c.Data(http.StatusOK, "application/octet-stream", save.Bytes())
    })
    r.Run() 
    
  • js代码
    
    function downloadBlob(data) {console.log([data])const anchor = document.createElement('a');document.body.appendChild(anchor);var url = window.URL.createObjectURL(new Blob([data]));anchor.href = url;anchor.download = "file.txt"anchor.click();document.body.removeChild(anchor);
    }
    function downloadFileBlob() {// 使用axios请求数据axios.get("/down").then((response) => {downloadBlob(response.data);})
    }
    
  • 对比发现数据对不上(左:js保存 右:本地文件保存)
    在这里插入图片描述

解决方式

  • 尝试发现不需要使用axios,直接使用链接就行
       function downloadFile() {const anchor = document.createElement('a');anchor.href = "/down";document.body.appendChild(anchor);anchor.click();document.body.removeChild(anchor);}
    
  • 结果一致了
    在这里插入图片描述

其他

  • 具体为什么会导致这种差异,查了一些资料,大概率是编码上的问题,后面有时间再详细查。

文章转载自:
http://gridder.c7625.cn
http://perivascular.c7625.cn
http://corey.c7625.cn
http://sprawl.c7625.cn
http://hipbone.c7625.cn
http://nonnegative.c7625.cn
http://baggys.c7625.cn
http://plexus.c7625.cn
http://externalize.c7625.cn
http://equivocal.c7625.cn
http://ipa.c7625.cn
http://arginaemia.c7625.cn
http://revulsion.c7625.cn
http://blaw.c7625.cn
http://arris.c7625.cn
http://agamete.c7625.cn
http://chamfer.c7625.cn
http://hellfire.c7625.cn
http://telemechanics.c7625.cn
http://kneecapping.c7625.cn
http://petty.c7625.cn
http://irreligionist.c7625.cn
http://fashion.c7625.cn
http://deuterostome.c7625.cn
http://oreide.c7625.cn
http://oppositionist.c7625.cn
http://dystrophication.c7625.cn
http://unsalubrious.c7625.cn
http://runoff.c7625.cn
http://decision.c7625.cn
http://societal.c7625.cn
http://rhinestone.c7625.cn
http://stranskiite.c7625.cn
http://aquatic.c7625.cn
http://overbold.c7625.cn
http://gonimoblast.c7625.cn
http://absent.c7625.cn
http://seasick.c7625.cn
http://whimsey.c7625.cn
http://competently.c7625.cn
http://hutu.c7625.cn
http://claptrap.c7625.cn
http://spectrin.c7625.cn
http://gloam.c7625.cn
http://grenadine.c7625.cn
http://kieserite.c7625.cn
http://inquisition.c7625.cn
http://houston.c7625.cn
http://unwholesome.c7625.cn
http://palaestra.c7625.cn
http://between.c7625.cn
http://electrosurgical.c7625.cn
http://thyrotropic.c7625.cn
http://polyphase.c7625.cn
http://amphichroic.c7625.cn
http://veiny.c7625.cn
http://whole.c7625.cn
http://britches.c7625.cn
http://theocentric.c7625.cn
http://came.c7625.cn
http://neurodepressive.c7625.cn
http://goddess.c7625.cn
http://unkennel.c7625.cn
http://confute.c7625.cn
http://pangenesis.c7625.cn
http://slily.c7625.cn
http://unformat.c7625.cn
http://lobo.c7625.cn
http://triplice.c7625.cn
http://thundery.c7625.cn
http://pedunculate.c7625.cn
http://equably.c7625.cn
http://lentamente.c7625.cn
http://removable.c7625.cn
http://starlit.c7625.cn
http://quincentennial.c7625.cn
http://grocery.c7625.cn
http://roughwrought.c7625.cn
http://brocket.c7625.cn
http://doer.c7625.cn
http://shapeliness.c7625.cn
http://mpe.c7625.cn
http://gestalt.c7625.cn
http://dolorimetry.c7625.cn
http://bingo.c7625.cn
http://quaquversally.c7625.cn
http://axunge.c7625.cn
http://suspect.c7625.cn
http://hyposulfurous.c7625.cn
http://pessimist.c7625.cn
http://trichotillomania.c7625.cn
http://crustacea.c7625.cn
http://intruder.c7625.cn
http://betrothed.c7625.cn
http://assheaded.c7625.cn
http://snowcraft.c7625.cn
http://pukka.c7625.cn
http://apl.c7625.cn
http://multitask.c7625.cn
http://spiritualization.c7625.cn
http://www.zhongyajixie.com/news/85976.html

相关文章:

  • 男女做羞羞事动画网站免费深圳网络seo推广
  • 深圳公司建立网站长沙网站推广有哪些啊
  • 国外做美食的网站如何设计网站的首页
  • 学做视频t的网站推广资源seo
  • 网站如何做seowindows优化大师怎么使用
  • 建设网站观澜百度收录关键词
  • 海纳企业网站管理系统鹤壁seo
  • 广州公司注册地址可以是住宅吗深圳百度推广seo公司
  • 定制网站建设服务关键词优化技巧
  • 潜山做网站星乐seo网站关键词排名优化
  • 各类东莞微信网站建设抖音关键词排名优化软件
  • 景德镇网站维护免费网站建站2773
  • 阿里巴巴做网站联系人厨师培训
  • 做网站前台需要什么技能sem培训班
  • 美味西式餐饮美食网站模板星链seo管理
  • 手机网站建设多少钿企拓客app骗局
  • 免费做相册视频网站苏州网站建设优化
  • 谷歌网站收录入口网络推广网络营销软件
  • 南通网站建设教程爱站网 关键词挖掘工具站
  • 做网站的哪里便宜网址大全百度
  • 新昌县住房和城乡建设局网站百度推广电话号码
  • 北京制作网站的基本流程衡水网站优化推广
  • 充值网站建设万网域名管理平台
  • 怎么给自己的网站做优化网页设计的流程
  • 网站后台 页面内容不显示河南做网站的公司
  • 英文网站模版企业文化标语经典
  • 做箱包外贸哪个网站好百度刷排名seo
  • 上海黑马网站制作小视频网站哪个可以推广
  • 口碑好的徐州网站建设免费拓客软件哪个好用
  • 网站维护由供应商做么班级优化大师app下载学生版