码迷,mamicode.com
首页 >  
搜索关键字:work    ( 9348个结果
SQL*Net more data to client等待事件
收到客户的一份报告,说远程处理数据库事务时出现"卡"的现象,也就是运行比较缓慢。在相应时段做了一个AWR报告,报告中显示了这样一些等待: 1 Top 5 Timed Events Avg %Total 2 ~~~~~~~~~~~~~~~~~~ wait Call 3 Event Waits Time ...
分类:数据库   时间:2020-06-15 17:37:29    阅读次数:68
docker desktop troubleshooting
https://docs.docker.com/docker-for-windows/troubleshoot/ This page contains information on how to diagnose and troubleshoot problems, send logs and co ...
分类:其他好文   时间:2020-06-15 13:44:07    阅读次数:90
keeplived高可用集群
什么是Keeplived? Keepalived是Linux下面实现VRRP备份路由的高可靠性运行件。基于Keepalived设计的服务模式能够真正做到主服务器和备份服务器故障时IP瞬间无缝交接。二者结合,可以构架出比较稳定的软件LB方案。 简单点说,就是keepalived可以将下面这种简单的负载 ...
分类:其他好文   时间:2020-06-14 11:13:26    阅读次数:91
DevExpress Winform:纯代码方式创建PopupMenu
本文介绍使用纯代码的方式创建DevExpress PopupMenu ...
分类:Windows程序   时间:2020-06-14 10:58:45    阅读次数:89
matlab软件-了解
MATLAB是美国MathWorks公司出品的商业数学软件。 用于数据分析、无线通信、深度学习、图像处理与计算机视觉、信号处理、量化金融与风险管理、机器人,控制系统等领域。 [1] MATLAB是matrix&laboratory两个词的组合,意为矩阵工厂(矩阵实验室)。 软件主要面对科学计算、可视 ...
分类:其他好文   时间:2020-06-13 13:02:56    阅读次数:169
MB SD Connect Compact 5 Error 95.53392.0 Solved
MB SD Connect Compact 5 is new released from MB Star company ,and its original version here the copy version per my sale experience,can not compared w ...
分类:其他好文   时间:2020-06-13 12:40:53    阅读次数:59
ORA-28040: No matching authentication protocol
【故障处理】ORA-28040: No matching authentication protocol 1> 告警日志中频繁出现Using deprecated SQLNET.ALLOWED_LOGON_VERSION parameter、 ORA-28040: No matching authe ...
分类:其他好文   时间:2020-06-13 10:30:44    阅读次数:49
Django restframework分页器组件增加的基本使用
为了更好的显示响应的书数据,先基本介绍渲染器的使用:现在settings.py的文件种变量INSTALL_APPS中添加一个app——“rest_framework”,在请求视图类中返回数据响应的方式使用from rest_framework.response import Response的类,请 ...
分类:其他好文   时间:2020-06-13 00:27:22    阅读次数:57
django设置cookie
两个例子: 使用模板 from django.shortcuts import render, HttpResponse from rest_framework.views import APIView class Order(APIView): def get(self, request, *ar ...
分类:其他好文   时间:2020-06-12 22:59:34    阅读次数:104
[Linux Shell学习系列十四]sed和awk-3.sed命令实例
D27 1. 向文件中添加或插入行 1)在文件的指定行后添加一行内容 $ cat info.txt Linux - Sysadmin Database - Oracle, MySQL etc. Security - Firewall, Network, Online Security etc. Co ...
分类:系统相关   时间:2020-06-12 14:56:35    阅读次数:76
9348条   上一页 1 ... 50 51 52 53 54 ... 935 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!