码迷,mamicode.com
首页 >  
搜索关键字:cannot call method g    ( 28012个结果
8. Prism导航
1. 背景 导航是为了实现不同界面的切换,是一种组织系统功能的方式。提供两种导航,一是基于View切换,二是基于ViewModel状态。 2. 基于View切换的导航 最常用导航方式。在该种导航中首先需要定义一个域(Region),然后注册所有需要的View。通过切换不同视图,可以实现导航。下面具体 ...
分类:其他好文   时间:2020-11-02 10:41:15    阅读次数:30
nuxt 引入swiper插件报错 Cannot resolve swiper/dist/css/swiper.css
官网地址:https://github.com/surmon-china/vue-awesome-swiper ...
分类:Web程序   时间:2020-11-01 22:24:39    阅读次数:52
Vue学习--问题记录
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
转发Java设计当中的工厂设计模式
工厂模式:主要用于实例化具有公共接口的类。工厂模式可以动态确定哪个类应该被实例化。 工厂模型的形式 工厂模型主要使用以下几种形式之一: 1:简单工厂(Simple Factory)。 2:工厂法(Factory Method)。 3:抽象工厂(抽象工厂)。 简易工厂(简易工厂) 也叫静态工厂,是工厂 ...
分类:编程语言   时间:2020-11-01 21:32:35    阅读次数:22
Flink StreamingFileSink 处理流程
前两天试了下 Flink SQL 写 Hive,对 Sink 部分写数据到 HDFS 的部分比较疑惑,特别是基于 checkpoint 的文件提交,所以看了下 StreamingFileSink 的源码(Flink SQL 写 hive 复用了这部分代码) StreamingFileSink 是 1 ...
分类:其他好文   时间:2020-11-01 20:49:03    阅读次数:18
利用Proxy,如何优雅实现JSBridge模块化封装
背景 关于jsBridge的一些基础知识,在网络上有很多文章可以参考: 《H5与Native交互之JSBridge技术》《JSBridge的原理》 最近公司在做一个项目,通过把我们自己的Webview植入第三方APP,然后我们的业务全部通过H5实现。至于为什么不直接用第三方APP WebView,主 ...
分类:Web程序   时间:2020-11-01 20:48:08    阅读次数:28
Exploiting Choice: Instruction Fetch and Issue on an Implementable Simultaneous Multithreading Processor(2)
##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-CodeForces - 1283C-ZUT周赛
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
程序禁止在 VMware 虚拟机中运行的解决办法
本帖最后由 ibq00 于 2018-12-22 18:54 编辑虚拟机里面不能开游戏!提示这个对话框!Sorry, this application cannot run under a Virtual Machine之前的办法早就用不成了,所以我找来了这个办法!供给大家学习打开注册表regedi ...
分类:系统相关   时间:2020-10-30 12:45:51    阅读次数:48
28012条   上一页 1 ... 53 54 55 56 57 ... 2802 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!