log4j:WARN No appenders could be found for logger (org.apache.zookeeper.ZooKeeper).log4j:WARN Please initialize the log4j system properly.log4j:WARN S ...
分类:
移动开发 时间:
2019-04-09 00:19:11
阅读次数:
189
Given a binary tree, return the inorder traversal of its nodes' values. Example: Follow up: Recursive solution is trivial, could you do it iteratively ...
分类:
其他好文 时间:
2019-04-08 15:44:17
阅读次数:
113
Q0:需要安装git 解决方案: Q1:CMAKE_CXX_COMPILER could be found 具体报错信息如下: 解决方式: 如果是centos,可以使用yum来安装cmake、gcc、g++ Q2:Could NOT find Curses (missing: CURSES_LIBR ...
分类:
数据库 时间:
2019-04-07 23:40:33
阅读次数:
399
解决方法: 将Visual Studio中相应系统(如32位对应x86、64位对应x64)下的 ms.*.dll 等一系列文件拷贝到 C:\Windows\System32\ 路径下。踩坑:不能只拷贝mspdbcore.dll 这一个文件。 我的Visual Studio为2017,电脑系统为 wi ...
分类:
数据库 时间:
2019-04-07 13:01:32
阅读次数:
342
Description Given an array with integers, your task is to check if it could become non decreasing by modifying at most element. We define an array is ...
分类:
其他好文 时间:
2019-04-06 17:15:10
阅读次数:
117
This question is the same as "Max Chunks to Make Sorted" except the integers of the given array are not necessarily distinct, the input array could be ...
分类:
其他好文 时间:
2019-04-06 13:56:24
阅读次数:
125
【题目】 Two elements of a binary search tree (BST) are swapped by mistake. Recover the tree without changing its structure. Note:A solution using O(n) sp ...
分类:
其他好文 时间:
2019-04-06 09:53:42
阅读次数:
128
django.core.exceptions.ImproperlyConfigured: WSGI application ‘luffy_permission.wsgi.application‘ could not be loaded; Error importing module: ‘No module named ‘rbac.middlewares.rbac
‘‘
django.core.exceptions.ImproperlyConfigured: WSGI application ‘luffy_permission.wsgi.application‘ could not be loaded; Error importing module: ‘No module named ‘rbac.middlewares.rbac
‘‘
django.core.exceptions.ImproperlyConfigured: WSGI application ‘luffy_permission.wsgi.application‘ could not be loaded;
分类:
其他好文 时间:
2019-04-05 18:14:35
阅读次数:
268
[toc] Kubernetes之kubeadm部署集群 kubeadm是Kubernetes项目自带的集群构建工具,它负责执行构建一个最小化的可用集群以及将其启动等的必要基本步骤,简单来讲,kubeadm是Kubernetes集群全生命周期的管理工具,可用于实现集群的部署、升级/降级及拆除。 ku ...
分类:
Web程序 时间:
2019-04-04 09:14:49
阅读次数:
177
新建Hibernate,出现异常 1 20:11:03,117 WARN SqlExceptionHelper:137 - SQL Error: 1366, SQLState: HY000 2 20:11:03,117 ERROR SqlExceptionHelper:142 - Incorrect... ...
分类:
Web程序 时间:
2019-04-03 20:32:48
阅读次数:
384