今天发现监控的一个SQL Server数据库实例的CPU有些异常,如下所示,系统消耗的CPU(O/S CPU Utilization)和数据库实例消耗的CPU(Instance CPU Utilization)有较大出入,登录服务器检查,发现Database Mail Engine进程消耗了20%作... ...
分类:
数据库 时间:
2020-03-13 01:03:17
阅读次数:
74
在云服务器上安装上mysql5.7后,登录后报错error:1820 1820的错误就是 You must reset your password using ALTER USER statement before executing this statement. 解释:在执行此语句之前,必须使用 ...
分类:
数据库 时间:
2020-03-12 19:09:06
阅读次数:
58
找到Python安装路劲下的Python36-32\Lib\site-packages\django\db\backends\mysql\base.py文件 将文件中的如下代码注释if version < (1, 3, 3): raise ImproperlyConfigured("mysqlcli ...
分类:
数据库 时间:
2020-03-12 18:47:50
阅读次数:
70
“You are using pip version 19.0.3, however version 20.0.2 is available.”pip 更新报错解决办法 执行更新语句时报错如下: 解决办法:使用国内的源下载: python -m pip install --upgrade pip - ...
分类:
其他好文 时间:
2020-03-12 14:23:44
阅读次数:
737
配置 # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # ...
分类:
数据库 时间:
2020-03-12 12:52:38
阅读次数:
77
最近配合公司安全团队开展一些工作,安全团队建议,内部系统(用户端系统有跨域需求,其他方式解决更合适)对接SSO建议开启HttpOnly。HttpOnly?没听说过,赶紧百度一下。 一、什么是HttpOnly 根据Jordan Wiens一篇博客《No cookie for you!》记载,HttpO ...
分类:
Web程序 时间:
2020-03-12 11:28:22
阅读次数:
73
Given a binary search tree, write a function kthSmallest to find the kth smallest element in it. Note:You may assume k is always valid, 1 ≤ k ≤ BST's ...
分类:
其他好文 时间:
2020-03-12 10:13:11
阅读次数:
82
02-线性结构3 Reversing Linked List (25分) Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. Fo ...
分类:
其他好文 时间:
2020-03-11 23:38:11
阅读次数:
110
LeetCode 0188. Best Time to Buy and Sell Stock IV买卖股票的最佳时机 IV【Hard】【Python】【动态规划】 Problem "LeetCode" Say you have an array for which the i th element ...
分类:
编程语言 时间:
2020-03-11 23:29:06
阅读次数:
89
LeetCode 0123. Best Time to Buy and Sell Stock III买卖股票的最佳时机 III【Hard】【Python】【动态规划】 Problem "LeetCode" Say you have an array for which the i th elemen ...
分类:
编程语言 时间:
2020-03-11 22:12:10
阅读次数:
77