logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

IIS访问.json/.txt文件总是提示 “无法找到该页” IIS添加MIME扩展类型及常用的MIME类型列表

经常我在用IIS做为下载服务器的时候有时传上去的文件比如 xxx.iso 文件名名是传上去了,但是用http打开的时候确显示为 404 文件不存在。这其实是IIS对文件的一种保护,不在IIS指定的MIME类型里的文件显不会操作。觉见的有 mp4 / flv / iso / 7z / apk 等扩展名的文件 iis 本身是没有指定MIME类型的,这类文件默认在IIS里是不能下载的。 我们

mac vscode 打开内置terminal终端过几秒后闪退看不见了

解决方案在Code>>Preferences>>Settings 切换到JSON模式添加配置:"terminal.integrated.shell.osx": "/bin/bash",{"editor.wordWrap": "on","terminal.integrated.shell.osx": "/bin/bash"}...

#vscode
Vue&JS 文字逐个出现

Vue&JS 文字逐个出现实现方式:开始文字设置为空 ,然后通过添加定时器截取content字符串来实现

#vue.js#javascript#es6
Vue v-for循环的时候更改 class的样式名称

在v-bind:class上绑定索引函数<div v-for="(shop,index) in shoplist" style="max-width: 20rem;" v-bind:class="calculate(index)">calculate(index) 此处必须添加index参数data(){ret

HTML5网页播放pcm语音流 VUE JS播放pcm语音流

将下面的组件文件直接放到我们的vue项目中运行即可看到效果<template><div><!-- 播放pcm格式语音 --><section v-if="duration != '0'" @click="playVoice" class="qj_audio"><span class="voice-n...

#html5
vue expose-loader 引入jQuery Error in created hook: "ReferenceError: $ is not defined"

解决方案 :main.js中引入import $ from 'jquery';window.jQuery = $;window.$ = $;

curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out

ERROR~▶ /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out解决方

#ssh
uniapp 微信小程序添加隐私保护指引

【代码】uniapp 微信小程序添加隐私保护指引。

文章图片
#uni-app#微信小程序
到底了