部分代码如下: 父组件: <coupon :modifyFlag.sync="flag" /> data() { return { flag:0 }; 子组件: <div class="receive" @click="changeTest">领取</div> import Vue from "vu ...
分类:
其他好文 时间:
2019-12-23 22:24:12
阅读次数:
304
v$dataguard_stats 一般是用这个动态视图来查看 备库到主库的应用日志延迟时间。首先解释下个字段的含义 NAME: apply lag:Amount of time that the application of redo data on the standby database la ...
分类:
其他好文 时间:
2019-12-18 16:23:06
阅读次数:
145
解决方案: 1. 首先查看数据库的版本号,删除旧的jar包,将mysql connector java.jar更换成对应版本号 2. 同时在连接数据库的url后加上 ...
分类:
数据库 时间:
2019-12-16 13:13:05
阅读次数:
122
RabbitMQ官方教程三 Publish/Subscribe(GOLANG语言实现) 在上一个教程中,我们创建了一个工作队列。 工作队列背后的假设是,每个任务都恰好交付给一个worker处理。 在这一部分中,我们将做一些完全不同的事情 我们将消息传达给多个消费者。 这种模式称为“发布/订阅”。 为 ...
分类:
编程语言 时间:
2019-12-15 16:10:45
阅读次数:
65
RMAN RECOVER TABLE Feature New to Oracle Database 12c (Doc ID 1521524.1) APPLIES TO: Oracle Database Cloud Schema Service - Version N/A and laterOracl ...
分类:
数据库 时间:
2019-12-15 14:56:01
阅读次数:
97
微信公众账号能够接收用户发送的六种格式的消息:文本,图片,语音,视频(短视频),地理位置,链接。 ...
分类:
其他好文 时间:
2019-12-14 09:28:30
阅读次数:
100
写一个file_receive.py和一个file_send.py程序,由file_send.py上传一个文件,file_receive.py接收上传的文件,写到指定的包内 #file_receive.pyimport socket,subprocess,os BASE_DIR = os.path. ...
分类:
编程语言 时间:
2019-12-13 13:48:57
阅读次数:
93
#给163发送邮件import smtplibfrom email.mime.text import MIMETextnam='15527721040@163.com'send='15527721040@163.com'receive='371933505@qq.com'pw = '37193350 ...
分类:
其他好文 时间:
2019-12-09 21:14:01
阅读次数:
110
Design a hit counter which counts the number of hits received in the past 5 minutes. Each function accepts a timestamp parameter (in seconds granulari ...
分类:
其他好文 时间:
2019-12-09 14:13:31
阅读次数:
99
Design a logger system that receive stream of messages along with its timestamps, each message should be printed if and only if it is not printed in t ...
分类:
其他好文 时间:
2019-12-09 01:11:40
阅读次数:
98