1. 背景 导航是为了实现不同界面的切换,是一种组织系统功能的方式。提供两种导航,一是基于View切换,二是基于ViewModel状态。 2. 基于View切换的导航 最常用导航方式。在该种导航中首先需要定义一个域(Region),然后注册所有需要的View。通过切换不同视图,可以实现导航。下面具体 ...
分类:
其他好文 时间:
2020-11-02 10:41:15
阅读次数:
30
官网地址:https://github.com/surmon-china/vue-awesome-swiper ...
分类:
Web程序 时间:
2020-11-01 22:24:39
阅读次数:
52
1、Uncaught (in promise) TypeError: Cannot read property 'protocol' of undefined 关于axios引用方法的报错 在main.js中使用import axios from 'axios'导入axios后 使用Vue.use( ...
分类:
其他好文 时间:
2020-11-01 22:02:39
阅读次数:
21
工厂模式:主要用于实例化具有公共接口的类。工厂模式可以动态确定哪个类应该被实例化。 工厂模型的形式 工厂模型主要使用以下几种形式之一: 1:简单工厂(Simple Factory)。 2:工厂法(Factory Method)。 3:抽象工厂(抽象工厂)。 简易工厂(简易工厂) 也叫静态工厂,是工厂 ...
分类:
编程语言 时间:
2020-11-01 21:32:35
阅读次数:
22
前两天试了下 Flink SQL 写 Hive,对 Sink 部分写数据到 HDFS 的部分比较疑惑,特别是基于 checkpoint 的文件提交,所以看了下 StreamingFileSink 的源码(Flink SQL 写 hive 复用了这部分代码) StreamingFileSink 是 1 ...
分类:
其他好文 时间:
2020-11-01 20:49:03
阅读次数:
18
背景 关于jsBridge的一些基础知识,在网络上有很多文章可以参考: 《H5与Native交互之JSBridge技术》《JSBridge的原理》 最近公司在做一个项目,通过把我们自己的Webview植入第三方APP,然后我们的业务全部通过H5实现。至于为什么不直接用第三方APP WebView,主 ...
分类:
Web程序 时间:
2020-11-01 20:48:08
阅读次数:
28
##Time 2020.10.31 Summary Research Objective Problem Statement Method(s) The methodology in this paper closely follows the simulation and measurement ...
分类:
其他好文 时间:
2020-11-01 10:33:43
阅读次数:
17
C. Friends and Gifts time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output There are nn friend ...
分类:
其他好文 时间:
2020-11-01 10:31:24
阅读次数:
17
元空间是方法区的实现 方法区是什么呢? 从java虚拟机规范9里摘抄的 It stores per-class structures such as the run-time constant pool, field and method data, and the code for methods ...
分类:
其他好文 时间:
2020-10-31 01:53:14
阅读次数:
25
本帖最后由 ibq00 于 2018-12-22 18:54 编辑虚拟机里面不能开游戏!提示这个对话框!Sorry, this application cannot run under a Virtual Machine之前的办法早就用不成了,所以我找来了这个办法!供给大家学习打开注册表regedi ...
分类:
系统相关 时间:
2020-10-30 12:45:51
阅读次数:
48