Harbor 是一个企业级的 Docker 私有仓库项目,它本身由多个 Docker Containers 组成,通过 docker compose 管理 containers 之间的依赖关系。 安装 安装参见官方文档: "Harbor Installation and Configuration ...
分类:
其他好文 时间:
2019-07-07 14:43:25
阅读次数:
255
记住 tasklet 是一个特殊的函数, 可能被调度来运行, 在软中断上下文, 在一个系统决 定的安全时间中. 它们可能被调度运行多次, 但是 tasklet 调度不累积; ; tasklet 只 运行一次, 即便它在被投放前被重复请求. 没有 tasklet 会和它自己并行运行, 因为它 只运行一 ...
分类:
系统相关 时间:
2019-07-06 13:17:07
阅读次数:
107
1/所存在的问题描述, 在工程main.c编译时,keilMDK报出警告具体如下, warning: #167-D: argument of type "void (*)(void)" is incompatible with parameter of type "void (*)(void *)" ...
分类:
其他好文 时间:
2019-07-06 09:23:13
阅读次数:
154
如下bug主要针对Cisco COS AP比如18、28、38... 主要现象: AP上连关联的终端显示的是信号满格,但是无法访问内网,所有的终端都这样,只有重启AP后才可以解决。 频率: 这种现象有时候不定期,有时候好多天都不会发生,频率不高。 具体BUG: 3802 apsw_watchdog: ...
分类:
其他好文 时间:
2019-07-05 20:51:52
阅读次数:
132
今天登陆centos 7 遇到一个 警告 只要执行 : 在docker 容器里,还需要执行下 ...
分类:
其他好文 时间:
2019-07-05 14:17:33
阅读次数:
378
问题: Warning: there were 1 unresolved references to classes or interfaces. You may need to add missing library jars or update their versions. If your c ...
分类:
移动开发 时间:
2019-07-05 11:09:53
阅读次数:
770
一 主库 mysql主服务器的正确配置需要指定log-bin、log-bin-index server-id = 1 log-bin=master-bin log-bin-index = master-bin.index 如果使用正确的配置,主机名改变后,即使mysql重启了,主从同步是能够照常进行 ...
分类:
数据库 时间:
2019-07-05 00:01:09
阅读次数:
152
问题描述 jdk.internal.reflect包不可见 问题原因 java9模块化之后,java.base只把jdk.internal.reflect暴露给了少数几个内部包而没有向当前模块暴露。 解决方法 alt+enter IDEA会自动提示解决方案,它的解决方案只针对.idea/compil ...
分类:
编程语言 时间:
2019-06-30 00:04:57
阅读次数:
224
#include #include #include #pragma warning(disable:4996) #define ERROR 0 #define OK 1 #define MAXSIZE 100 typedef int ElemType; typedef int Status; ty... ...
分类:
其他好文 时间:
2019-06-29 00:28:07
阅读次数:
108
如下: Warning: require(): open_basedir restriction in effect. File(/www/wwwroot/zhuyuyun/thinkphp/start.php) is not within the allowed path(s): (/www/ww ...
分类:
Web程序 时间:
2019-06-28 22:42:16
阅读次数:
295