logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

西安腾讯云前端面经

一面(60分钟)1. 基本类型String、Number、Boolean、Null、Undefined、Symbol、BigInt、Object:{Array,Function}2. 你知道的数组方法push、pop、unshift、shift、reduce、splice、slice、concat、from、map、join、reverse、indexOf、includes、forEach。3.

#面试
react-native使用总结

1. 行内样式和外部样式合并下面4个View共用styles.rect_view样式,但是又要有各自的样式,代码实现如下:<View style={{...styles.rect_view, backgroundColor: 'red'}} /><View style={{...styles.rect_view, backgroundColor: 'blue'}} /&gt...

#react native
react-navigation4.x动态路由和隐藏底部导航实现

import React from 'react';import { Image, Text, StyleSheet, StatusBar } from 'react-native';import { createBottomTabNavigator } from 'react-navigation-tabs';import { BottomTabBar } from 'react-navi...

#react native
nginx中alias、root、try_files的用法

nginx中alias、root、try_files的用法

#nginx
vscode中eslint正在运行,控制台提示警告,但文件中没有显示任何lint错误/警告,保存也不自动修复。

vscode中eslint正在运行,控制台提示警告,但文件中没有显示任何lint错误/警告,保存也不自动修复。

#vscode
大数据量表格加载慢的问题解决方案

- 一个页面加载所有数据- 假分页加载数据(滚动加载数据)- 无限分页加载数据- 真分页加载数据(滚动加载数据)- 模拟滚动实现加载数据

element中table操作按钮展示与折叠的实现

element UI中table操作按钮展示与折叠的实现

解决github访问下载速度慢,vue官网访问速度慢。

1.在浏览器中打开ping检测网站http://ping.chinaz.com/2.输入github网站地址github.com3.找出ping速度最快的那个ip4.接着我们打开本地电脑的C:\Windows\System32\drivers\etc目录,找到hosts文件5.在末尾添加ip github.com(192.30.253.113 github.com)我这最优19...

#github
vue 动态插入组件实例

<div id="app"><p>{{ message }}</p><button @click="add('a-component', '我是A')">添加A组件</button><button @click="add('b-component', '我是B')">添加B组件</button>...

vue中使用loadsh的debounce防抖函数

<s-input placeholder="请输入查询关键字" prefix-icon="magnifier" v-model="content"></s-input><script>import {debounce} from 'lodash'export default {watch: {cont...

    共 17 条
  • 1
  • 2
  • 请选择