摘要:
1、insertDom.js insertDom.js import { verifyString, extractStringVariables } from "@/utils"; import store from '@/store'; import { Input, DatePicker, M 阅读全文
摘要:
文案: "甲方(贷款人): 全称:$var<text_aasdrup06rc00> 法定代表人/负责人:$var<text_k2s9cffkhls00>地址:$var<text_6356yvx7oag00>\n\n乙方(借款人): 全称/姓名:(变量-姓名), 身份证号码/统一社会信用代码:(变量- 阅读全文
摘要:
location ^~ /api/{ if($query_string ~ "type=1" ){ proxy_pass http://127.0.0.1:8080; break; } proxy_pass http://127.0.0.1:8089; } 阅读全文
摘要:
const MAX = Number.MAX_SAFE_INTEGER; const MIN = Number.MIN_SAFE_INTEGER; const intLen = `${MAX}`.length - 1; /** * @Description: 判断输入的数字是否在javascript 阅读全文
摘要:
element.scrollIntoView() 参数默认为true1.什么是scrollIntoView?scrollIntoView是一个与页面(容器)滚动相关的API 2.如何调用?element.scrollIntoView() 参数默认为true参数为true:调用该函数,页面发送滚动,使 阅读全文
摘要:
html <div class="message-box" data-spy="scroll" data-target="#navbar-example" data-offset="0" ref="messageList" > </div> js mounted() { // 缓存指针 let _t 阅读全文
摘要:
1、主页面 allow="camera *; microphone *"作用是开放音频权限 <template> <section class="basic_data"> <iframe class="iframeRef" ref="iframeRef" allowfullscreen securi 阅读全文
摘要:
实现效果:可得到三种录音数据,pcm,wav,mp3 等 官方api入口:点我(网不好的童鞋可以看最下面的api截图) 官方案例入口:点我 官方源码git入口:点我 一:安装插件 js-audio-recorder cnpm i js-audio-recorder --s 二:安装将格式转换为mp3 阅读全文
摘要:
文件上传工具--FileUtil package com.youmejava.chun.util; import lombok.Data; import org.apache.tomcat.util.http.fileupload.FileUtils; import java.io.File; im 阅读全文
摘要:
if (document.getElementById("")) { document.getElementById("").scrollTop = document.getElementById("").scrollHeight; } 阅读全文