*************************** APPLICATION FAILED TO START *************************** Description: A component required a bean named 'cacheManager' that ...
分类:
系统相关 时间:
2020-02-16 23:24:51
阅读次数:
271
写的几个golang json序列化和反序列化的demo,比较适合小白。 ...
分类:
Web程序 时间:
2020-02-16 20:34:49
阅读次数:
93
2020 CDUT寒假集训第一场 [TOC] "A Vasya and Golden Ticket" Recently Vasya found a golden ticket — a sequence which consists of n digits a 1 a 2… a n . Vasya c ...
分类:
其他好文 时间:
2020-02-16 01:54:04
阅读次数:
123
pip3版本已经是最新,安装openxl失败,提示 Could not find a version that satisfies the requirement openxl,No matching distribution found for openxl 用以下问答中的第3个答案解决,其他两种 ...
分类:
其他好文 时间:
2020-02-15 23:44:22
阅读次数:
309
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/G:/repo/repo-mvn-qingmu/ch/qos/logback/logback-classic/1.2.3/lo ...
分类:
其他好文 时间:
2020-02-15 18:53:08
阅读次数:
112
背景:oracle主库和dg库,在dg库上只读。发现查询有报错。 2、查询失效的视图数量; SQL> SELECT COUNT(1) FROM DBA_OBJECTS WHERE STATUS='INVALID'; 3、在主库上面重新编译所有视图即可。 SQL> @utlrp.sql; 当然,也可以 ...
分类:
数据库 时间:
2020-02-15 15:23:25
阅读次数:
164
注意要用正斜杠 / 不要用 \ https://github.com/opencv/opencv/issues/11655 CMake Error at cmake/OpenCVModule.cmake:368 (_glob_locations): Syntax error in cmake cod ...
首先检查自己是否 使用的是root用户在centos系统中,如果/sbin目录下没有service这个命令,就会出现bash: service: command not found解决步骤如下: 1、 输入yum list | grep initscripts会出现:initscripts.x86_... ...
分类:
其他好文 时间:
2020-02-15 00:14:35
阅读次数:
386
A. Even But Not Even 仔细分析一下题意,可以发现只和奇数的个数有关: 然后分情况讨论: 1、奇数的个数是奇数 2、奇数的个数是偶数 3、奇数的个数为0 #include <iostream> #include <algorithm> #include <string> #incl ...
分类:
其他好文 时间:
2020-02-14 22:45:56
阅读次数:
68
1 type Exception report message org.apache.struts.chain.commands.InvalidPathException: No action config found for the specified url. description The s ...
分类:
Web程序 时间:
2020-02-14 22:15:43
阅读次数:
113