yApi在自己的服务器上安装了,但是为了减少服务器压力,需要关闭注册。
config.json添加
"closeRegister":true,
然后重启这里使用的pm2
pm2 restart 4
...
yekong
3年前 (2022-01-06)
喜欢
直接在宝塔 软件商店 搜索安装数据库即可
...
yekong
3年前 (2022-01-05)
喜欢
安装前需要先安装MongoDB数据库
安装
npm install -g yapi-cli --registry https://registry.npm.taobao.org
yapi server
配置
yapi server运行后会提示访问,进行配置,按照提示配置完成后...
yekong
3年前 (2022-01-05)
喜欢
官网
ApiPost = 接口调试+接口文档快速生成+接口文档规范化管理+Mock API+接口流程测试。
生成Mock数据
后端可以通过先编写Mock数据给前端,从而让前端提前进入接口调用、前端开发状态。
生成程序代码
ApiPost提供主流语言代码自动生成功能。每编写一个接口...
yekong
3年前 (2022-01-04)
喜欢
var randomNum = ('000000' + Math.floor(Math.random() * 999999)).slice(-6);
console.log(randomNum)
...
yekong
3年前 (2022-01-04)
喜欢
一.判断是否为数组类型
var a=[0];
document.write(isArray(a),'<br/>');
function isArray(obj){
return (typeof obj=='object')...
yekong
3年前 (2022-01-04)
喜欢
js ajax jsonp 访问接口避免跨域
$.ajax({
url: '',
type: 'GET',
dataType: 'jsonp', //指定服务器返回的数据...
yekong
3年前 (2022-01-04)
喜欢
运行实例
代码
<template>
<div class="echarts1" ref="echarts">
</div>
</template>
<script>...
yekong
3年前 (2022-01-04)
喜欢
运行实例
代码
<template>
<div class="echarts1" ref="echarts">
</div>
</template>
<script>...
yekong
3年前 (2022-01-03)
喜欢
运行实例
代码
<template>
<div class="echarts1" ref="echarts">
</div>
</template>
<script>...
yekong
3年前 (2022-01-03)
喜欢