- 博客(75)
- 收藏
- 关注
原创 腾讯云开发
**安装 注意权限 **npm i -g @cloudbase/cli查看版本cloudbase -v 简写 tcb -v登录授权 tcb login新建文件夹demo初始化 tcb init部署云函数 tcb functions:deploy app查看云函数 列表 tcb functions:list获取环境列表 cloudbase env:list云函数新增云函数修改云函数删除云函数查询 cloudbase functions:list云
2020-06-19 18:07:15
499
原创 uni的请求封装
const BASE_URL=“baidu.com”export const myRequest= (options)=>{return new Promise((resolve,reject)=>{uni.request({url:BASE_URL+options.url,method:options.method || “GET”,data:options.data |...
2020-03-08 11:15:21
335
转载 mock.js
// 引入mockjsconst Mock = require('mockjs');// 获取 mock.Random 对象const Random = Mock.Random;const data = Mock.mock({ //list是一个数组,包含5个元素 'list|5':[ { 'id':1, 'n...
2019-06-23 00:46:14
226
转载 api下的http.js
/**axios封装 * 请求拦截、相应拦截、错误统一处理 */import axios from 'axios';import router from '../router/index.js'import qs from 'qs';// import { Toast } from 'vant';import { Message } from "element-ui";import...
2019-06-23 00:44:35
350
转载 api下的api。js
// api.js// import { get, post } from './http'// import axios from 'axios';import $axios from './http.js'import qs from 'qs'$axios.interceptors.request.use((req) => { if (req.method === 'p...
2019-06-23 00:42:46
284
转载 axios参考封装
http。js/**axios封装 * 请求拦截、相应拦截、错误统一处理 */import axios from 'axios';import QS from 'qs';// import { Toast } from 'vant';import { Message } from "element-ui";import store from '../store/index'//...
2019-06-21 23:57:24
153
转载 api简单加载
import axios from 'axios';import qs from 'qs'axios.interceptors.request.use((req) => { if (req.method === 'post') { req.data = qs.stringify(req.data); } return req;}, (error) => Pr...
2019-05-08 22:10:15
283
转载 axios简单二次封装
import axios from "axios";import qs from "qs";import { Message } from "element-ui";import router from "../router";const Axios = axios.create({ baseURL: "/", // 因为我本地做了反向代理 timeout: 10000, r...
2019-05-08 22:09:04
692
转载 js+++++++++++++=
js变量类型 数字 number 字符串string 数组 字典parseInt(age) 转换为数字类型 不成功则NANparseFloat()age 转换成浮点数a="liveion"a.charAt(2) 获取元素a.substring(起始位置,初始位置)a.length() 获取当前长度a.trim() 移除空白a.trimLeft(...
2019-05-06 10:12:01
6541
转载 HTML+CSS实现圆圈里面有个数字
<span style="border-radius: 50%; height: 20px; width: 20px; display: inline-block; background: #238ff9; vertical-align: top;"> <span style="display: block; color: #F...
2019-05-05 17:50:36
4821
1
转载 js知识点html+css
.zhongxin s::before{ content:""; display:block; width: 10px; height: 10px; background-color: red; border-radius: 50%; position: absolute; top: 0; right: 10px;}过渡动...
2019-05-04 22:32:40
197
转载 手机号验证
<div class="spandeng"> <span :class="{on:login}" @click="login=true">短信登录</span> <span :class="{on:!login}" @click="login=false">密码登录</span> </di...
2019-04-26 10:45:29
319
转载 aaaaaacesh
<template> <div style="height: 400px;width: 400px;"> <table> <thead> <tr> <th>Id</th> <th>Name</th>...
2019-04-19 00:04:08
164
转载 测试
我是搜索 <button @click="xiangq">详情</button> <button @click="shanchu">删除</button> <h3>测试</h3> <table> <thead> <tr...
2019-04-17 23:30:28
129
转载 前端面试题目1
前端面试题总结1 200x200分辨率的div居中用css实现:div{width:200px;height:200px;position:absolute;top:50%;left:50%;margin-top:-100px;margin-left:-100px;}2 清楚浮动的几种方式1 给父元素div增加高度height2 给父元素加overfolw:...
2019-04-10 10:25:06
127
转载 前端面试题目vue
1 谈谈你对MVVM的看法M代表数据模型 ,V代表视图,MV是通过VM进行联系的,开发者只需要对数据进行维护操作,而不需要处理DOM2 vue有哪些指定v-html v-if v-show v-modle v-for3 v-if v-show区别 v-if是控制借点存在与否 v-show是控制元素的显示方式,display为block或者none4 vue响应原...
2019-04-09 22:46:55
176
转载 div居中方式
1 写出两种居中方式(垂直和水平都居中) 父元素设置 position:relative1设置成块元素 text-align: center; margin: position:absolute left:0 right:0 top:0 bottom:0绝对定位 position.div{text-align:center;width:200px;height:20...
2019-04-08 14:37:31
1130
转载 css2
css标签上设置style属性background=color:red;height:20px编写css样式1.标签的style属性2.写在head里面,style属性#i1{background=color:red;height:20px} id=“i1”.cl{background=color:red;height:20px} class=“c1”div{...
2019-04-03 11:28:50
99
转载 css1
CSS样式写在head里面style优先级引用外部属性<link rel=“stylesheet” href=“文件.css”border:1 solid red 边框宽度1px 实体 红色solid实线 dotted虚线height 高度width宽度line-height 根据标签高度垂直居中text-align:center 水平居中 color 颜色fo...
2019-04-03 11:27:57
143
转载 html8
<img scr="1.jpg" title="大美女" style="height:200px;width:200px" alt="美女" title 鼠标放上去显示 style 样式属性 alt 找不到图片显示imgsrc 导入图片alt 找不到图片显示title 鼠标放在图片上显示列表小圆点显示列表数字显示列表开头正文表格 table bo...
2019-04-03 11:26:30
196
转载 html7
图片相对路径 ./images/001.jpg ./可省略 <a href="跳转链接" title="显示跳转字">百度</a> <a href="#位置">内容</a> 链接到页面指定位置,#号表示顶部 <h3>有序列表</h3> <ol> <li>学习1</li&...
2019-04-03 11:25:52
172
转载 html6
html 行内标签 输入文本标签 输入密文标签行内标签input系列 提交按钮 表单 单纯按钮<input type="radio" name="gender" value="1" /> 圆形单选框value name 如果name相同就会互斥<input type="checkbox" name="x" value="zhi" /&g...
2019-04-03 11:25:26
251
转载 html5
h5购物车jquery.fullpage.jsjquery.fullpage.cssjquery.min.js 引用 js文件全屏切换效果通过鼠标滚轮切换全屏 使用动画 js实现动画 css3显示动画帧动画 补间动画帧动画:使用定时器,每隔一段时间就改变元素补间动画:css3动画 过度动画,性能更好在支持h5c3的浏览器尽可能使用c3动画 尤其移动端动画t...
2019-04-03 11:24:58
99
转载 html4
html 个人笔记 <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Title</title> </head> <body> </body> <!--注释 --> ...
2019-04-03 11:24:20
149
转载 html3
html 个人笔记 <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Title</title> </head> <body> </body> <!--注释 --> ...
2019-04-03 11:23:53
507
转载 html笔记2
移动web web移动端 流式布局 百分比布局,非固定像素,像两侧填充自适应窗口viewport 视觉窗口 视口注意图片去掉下对齐 display:block--------触摸点touchlisttouchs 触摸集合点changedTouchs 改变的触摸点targetTouchs 当前元素点的集合 clientX clientY 基于浏览器窗口...
2019-04-03 11:22:56
106
转载 html笔记1
vertical-align:middle 图片中心线居中小圆点用before.zhongxin s::before{content:"";display:block;width: 10px;height: 10px;background-color: red;border-radius: 50%;position: absolute;top: 0;right: 10px;...
2019-04-03 11:21:04
99
转载 node加git操作
一,从头开始1, 下载安装node.jsnpm -vnode -v2, 安装淘宝镜像npm install -g cnpm --registry=https://registry.npm.taobao.org查看配置项npm config ls -l3, 查看全局安装组件npm list -g --depth 04, 选中一个文件夹,终端打开,安装json-severcnpm...
2019-04-02 14:30:06
3833
转载 mainjs状态管理vuex
mainjs状态管理vuex// The Vue build version to load with the `import` command// (runtime-only or standalone) has been set in webpack.base.conf with an alias.// import 'mint-ui/lib/style.css'import Vue ...
2019-03-13 13:48:21
1033
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人