#概述 服务器需要发告警邮件 ##查找是否已安装 [root@C8-1 ~]# type mail -bash: type: mail: not found [root@C8-1 ~]# which mailx /usr/bin/which: no mailx in (/usr/local/sbin ...
分类:
其他好文 时间:
2020-06-21 15:35:13
阅读次数:
93
我们编辑ui文件时候 可以这样使用槽函数, on_objectName_signal(args) ; 非常简便, 文档说明是下面 1 void QMetaObject::connectSlotsByName ( QObject * object ) [static] 2 Searches recur ...
分类:
其他好文 时间:
2020-06-16 23:48:27
阅读次数:
100
【故障处理】ORA-28040: No matching authentication protocol 1> 告警日志中频繁出现Using deprecated SQLNET.ALLOWED_LOGON_VERSION parameter、 ORA-28040: No matching authe ...
分类:
其他好文 时间:
2020-06-13 11:19:56
阅读次数:
53
【故障处理】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
问题描述: 在模拟器中安装apk报错:Failure [INSTALL_FAILED_NO_MATCHING_ABIS] 原因分析: 是当前的app与模拟器的CPU架构不一致所导致的。 是因为模拟器实在x86的处理器上运行,而手机一般都是RAM架构的。 解决方法: 1.放弃该软件的安装 2.将模拟器 ...
分类:
其他好文 时间:
2020-06-07 19:53:47
阅读次数:
90
flutter 编译报错 What went wrong: Could not determine the dependencies of task ':app:preDebugBuild'. Could not resolve all task dependencies for configura ...
分类:
系统相关 时间:
2020-06-06 11:22:14
阅读次数:
219
https://router.vuejs.org/zh/guide/essentials/dynamic-matching.html#%E5%93%8D%E5%BA%94%E8%B7%AF%E7%94%B1%E5%8F%82%E6%95%B0%E7%9A%84%E5%8F%98%E5%8C%96 之 ...
分类:
其他好文 时间:
2020-06-02 23:09:07
阅读次数:
112
java.sql.SQLException: ORA-28040: No matching authentication protocol ORA-28040:没有匹配的身份验证协议 事情是这样的,之前项目连接的数据库是oracle9i,驱动用的ojdbc6,后来换成oracle12.1.0.2.0 ...
分类:
其他好文 时间:
2020-05-29 13:25:30
阅读次数:
123
class Solution { public: bool isMatch(string s, string p) { return isMatchCore(s.c_str(), p.c_str()); } bool isMatchCore(const char* s, const char* p) ...
分类:
其他好文 时间:
2020-05-24 16:53:21
阅读次数:
51
1.更新 同步方式: /** * 三个参数 * the path of the node * the data to set * the expected matching version */ Stat stat = zooKeeper.setData("/set/node1", "NODE1". ...
分类:
编程语言 时间:
2020-05-22 12:53:26
阅读次数:
93