本文链接:https://www.cnblogs.com/obarong/p/13260626.html 名词解释: AEC(agent event center):用户事件中心。 VoIP(Voice over Internet Phone):网络语音电话业务 项目: starrtc-web:前端 ...
分类:
其他好文 时间:
2020-07-07 15:37:24
阅读次数:
284
清除统一统计信息, 统计审计不支持直接drop 基表 SYS@ORCLCDB> alter table AUDSYS.AUD$UNIFIED drop partition AUD_UNIFIED_P0 ; alter table AUDSYS.AUD$UNIFIED drop partition A... ...
分类:
其他好文 时间:
2020-07-07 09:48:30
阅读次数:
114
create index audsys.idx_unified on audsys.AUD$UNIFIED(EVENT_TIMESTAMP) local tablespace sysaux; 创建本地组合前缀索引: EVENT_TIMESTAMP 是分区健 而在用视图UNIFIED_AUDIT_TR... ...
分类:
其他好文 时间:
2020-07-07 09:25:08
阅读次数:
62
oracle之报错:ORA-00054: 资源正忙,要求指定 NOWAIT 问题如下: SQL> conn scott/tiger@vm_database Connected to Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 C ...
分类:
数据库 时间:
2020-07-07 00:42:27
阅读次数:
103
1.event对象 在IE、chrome中它是全局变量 与事件相关的信息会保存在event对象中,只有在事件发生的过程中,event才有信息 在其他浏览器中; 通过事件函数的第一个参数传入的 event属性及属性值: clientX(Y):在可视区内的发生事件时 鼠标的坐标 鼠标移动事件触发的频率 ...
分类:
Web程序 时间:
2020-07-06 19:49:20
阅读次数:
91
原文:https://www.cnblogs.com/jiangchengbiao/p/9713020.html 在Application层,添加如下代码即可 using Abp.Dependency; using Abp.Events.Bus.Exceptions; using Abp.Event ...
分类:
其他好文 时间:
2020-07-06 18:12:49
阅读次数:
55
http://www.testclass.net/selenium_python/mouse-event # class name里不能有空格,需要把空格替换成.悬停操作使用 from selenium.webdriver import ActionChains ActionChains(drive ...
分类:
其他好文 时间:
2020-07-06 15:57:25
阅读次数:
66
Pointer Events API 是Hmtl5的事件规范之一,它主要目的是用来将鼠标(Mouse)、触摸(touch)和触控笔(pen)三种事件整合为统一的API。 Pointer Event Pointer指可以在屏幕上反馈一个指定坐标的输入设备。Pointer Event事件和Touch E ...
Netty概述 Netty由Trustin Lee (韩国,Line公司) 2004年开发。 Netty is an asynchronous event-driven network application framework for rapid development of maintainab ...
分类:
Web程序 时间:
2020-07-05 20:57:10
阅读次数:
114
Nginx 的常用的命令 进入 nginx 目录中 cd /usr/local/nginx/sbin 1、查看 nginx 版本号 ./nginx -v 2、启动 nginx ./nginx 3、停止 nginx ./nginx -s stop Nginx 的配置文件 1、nginx 配置文件位置 ...
分类:
其他好文 时间:
2020-07-05 00:20:44
阅读次数:
72