1、对于一层跳转,例如 A(列表页面) ->进入 B(详情页面) ->再到 A(列表页面),建议用一下方式: <keep-alive> <router-view :key="this.$route.path" v-if="$route.meta.keepAlive"></router-view> < ...
分类:
其他好文 时间:
2021-01-14 10:37:47
阅读次数:
0
一. Vue是什么 Vue (pronounced /vju?/, like view) is a progressive framework for building user interfaces. Vue (读音 /vju?/,类似于 view) 是一套用于构建用户界面的渐进式(优秀的可定制化 ...
分类:
其他好文 时间:
2021-01-13 10:57:24
阅读次数:
0
ScrollView的refreshControl属性用于下拉刷新,只能用于垂直视图,即horizontal不能为true。 1.创建自定义CKRefresh.js刷新组件 1 import React,{Component} from 'react'; 2 import { 3 View, 4 T ...
分类:
其他好文 时间:
2021-01-12 11:22:43
阅读次数:
0
ScrollView组件常用于轮播图或引导页,那么水平滚动则比较常用 自定义水平的CKScrollView.js组件类 1 import React,{Component} from 'react'; 2 import { 3 View, 4 Text, 5 StyleSheet, 6 Scroll ...
分类:
其他好文 时间:
2021-01-12 11:05:38
阅读次数:
0
1.创建自定义CKButton.js组件类 1 import React,{Component} from 'react'; 2 import { 3 View, 4 StyleSheet, 5 Button, 6 TouchableOpacity, 7 Text 8 } from 'react-n ...
分类:
其他好文 时间:
2021-01-12 10:48:48
阅读次数:
0
<template> <view class="login"> <view class="content-wrapper"> <view class="title"> <h1>欢迎使用考试系统</h1> </view> <view class="login-form"> <view class="l ...
分类:
移动开发 时间:
2021-01-11 11:21:48
阅读次数:
0
今日学习进度: 1.从Android Studio中导出数据库: View -> Tool Windows -> Device File Explorer -> data -> data -> 找到相应项目 -> .db文件(Save as 导出)-> 打开Navicat -> 新建链接 -> 导入 ...
分类:
移动开发 时间:
2021-01-11 10:44:05
阅读次数:
0
AlterDialog:确认取消警告提示框 public void showAlertDialog(View view){ AlertDialog.Builder dialog = new AlertDialog.Builder(MainActivity.this); dialog.setTitle ...
分类:
移动开发 时间:
2021-01-08 11:26:55
阅读次数:
0
在大型的ASP.NET mvc5项目中一般都有许多个功能模块,这些功能模块可以用Area(中文翻译为区域)把它们分离开来,比如:Admin,Customer,Bill。ASP.NET MVC项目中把各个功能分为不同Area的之后每一个Area都有独立的Controller,View文件结构。这样可以 ...
分类:
Web程序 时间:
2021-01-08 10:43:33
阅读次数:
0
关于spy-debugger 一站式页面调试、抓包工具。远程调试任何手机浏览器页面,任何手机移动端webview(如:微信,HybridApp等)。支持HTTP/HTTPS,无需USB连接设备。 Language: English 特性 1、页面调试+抓包2、操作简单,无需USB连接设备3、支持HT ...
分类:
移动开发 时间:
2021-01-08 10:42:04
阅读次数:
0