setup方法 Created: Oct 13, 2020 1:52 PM 功能: composition api composition api composition api为vue应用提供更好的逻辑复用和代码组织。 <template> <div> <p>counter: {{counter} ...
分类:
其他好文 时间:
2020-11-02 10:31:55
阅读次数:
55
oracle中3个默认用户 sys change_on_install [as sysdba] system manager scott tiger一、创建用户及修改密码 create user lisi identified by lisi; alter user lisi identified ...
分类:
数据库 时间:
2020-11-02 09:58:31
阅读次数:
29
官网地址: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
前两天试了下 Flink SQL 写 Hive,对 Sink 部分写数据到 HDFS 的部分比较疑惑,特别是基于 checkpoint 的文件提交,所以看了下 StreamingFileSink 的源码(Flink SQL 写 hive 复用了这部分代码) StreamingFileSink 是 1 ...
分类:
其他好文 时间:
2020-11-01 20:49:03
阅读次数:
18
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
一、OSPF的特点1、OSPF是一种无类别链路状态路由协议,跨层封装到三层,协议号89;2、组播地址:224.0.0.5(BDR组播地址)和224.0.0.6(DR的组播地址);3、基于拓扑工作,更新量大——需要结构化部署——区域划分、地址划分;4、收敛速度极快,但大型网络配置很复杂。5、OSPF度量:从源到目的所有出接口的度量值,和接口带宽反比(10^8/带宽)二、OSPF的5种数据包1、Hel
分类:
其他好文 时间:
2020-11-01 09:49:12
阅读次数:
20
1.查看linux版本:cat /proc/version2.查看Linux版本: uname --all3.查看php版本:php -v查看PHP扩展库: php -m查看MySQL版本: mysql -V查看Nginx版本:nginx -v(或者大V)4.查看gcc版本:gcc --versio ...
分类:
系统相关 时间:
2020-10-31 01:33:03
阅读次数:
24
本帖最后由 ibq00 于 2018-12-22 18:54 编辑虚拟机里面不能开游戏!提示这个对话框!Sorry, this application cannot run under a Virtual Machine之前的办法早就用不成了,所以我找来了这个办法!供给大家学习打开注册表regedi ...
分类:
系统相关 时间:
2020-10-30 12:45:51
阅读次数:
48
新建文件tailf.c文件 文件内容如下: /* tailf.c -- tail a log file and then follow it * Created: Tue Jan 9 15:49:21 1996 by faith@acm.org * Copyright 1996, 2003 Rick ...
分类:
系统相关 时间:
2020-10-29 09:50:13
阅读次数:
34