On branch master Your branch and 'origin/master' have diverged, and have 1 and 1 different commits each, respectively. (use "git pull" to merge the re ...
分类:
其他好文 时间:
2020-07-13 09:17:54
阅读次数:
58
Get-MailboxDatabase HR | Set-MailboxDatabase -PublicFolderDatabase PublicXXX ...
分类:
数据库 时间:
2020-07-12 22:28:28
阅读次数:
93
1、Zabbix 介绍 Zabbix 是一个基于 WEB 界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。能监视各种网络参数,保证服务器系统的安全运营;并提供柔软的通知机制以让系统管理员快速定位/解决存在的各种问题。 zabbix特点: 数据采集:支持SNMP,Agent,ICMP, ...
分类:
其他好文 时间:
2020-07-12 22:24:27
阅读次数:
80
POM: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x ...
分类:
数据库 时间:
2020-07-12 20:25:11
阅读次数:
80
Java基础11:包机制: 定义包叫package ,导入包叫 import import 导入包: 尽量不要让两个包里的名字重复 .*通配符: *可以将这个包的所有东西都导入进来 import com.123.base.* * 导入这个包下所有的类 ...
分类:
编程语言 时间:
2020-07-12 18:29:48
阅读次数:
48
解决办法: \site-packages\django\db\backends\mysql\base.py,打开base.py,注释掉以下内容: if version < (1, 3, 13): raise ImproperlyConfigured(‘mysqlclient 1.3.13 or ne ...
分类:
数据库 时间:
2020-07-12 14:26:54
阅读次数:
86
算法流程: 实现: base.py from abc import ABCMeta, abstractmethod import types class SkoBase(metaclass=ABCMeta): def register(self, operator_name, operator, * ...
分类:
编程语言 时间:
2020-07-12 01:05:49
阅读次数:
95
# pandas excel报错 Traceback (most recent call last): File "D:\Softwares\Python3.6.8\lib\site-packages\pandas\core\indexes\base.py", line 2646, in get_l... ...
分类:
其他好文 时间:
2020-07-12 01:04:25
阅读次数:
250
[MySQL 管理启动及关闭 MySQL 服务器Windows 系统下在 Windows 系统下,打开命令窗口(cmd),进入 MySQL 安装目录的 bin 目录。启动:cd c:/mysql/binmysqld --console关闭:cd c:/mysql/binmysqladmin -uro... ...
分类:
数据库 时间:
2020-07-12 00:46:09
阅读次数:
86
在不知道包名的情况下,在手机里先打开要测试的APP,执行如下命令:adb shell dumpsys window w |findstr \/ |findstr name=;获取包名 C:\Users\del>adb shell dumpsys window w |findstr \/ |finds ...
分类:
移动开发 时间:
2020-07-11 18:55:10
阅读次数:
207