did you run below commands after kubeadm init To start using your cluster, you need to run (as a regular user): ref: https://github.com/kubernetes/kub ...
分类:
其他好文 时间:
2017-05-09 20:36:43
阅读次数:
2811
执行 kubeadm init 时出现卡在了 [apiclient] Created API client, waiting for the control plane to become ready这里,查看日志 journalctl -xeu kubelet 发现是 gcr.io/google_... ...
异步编程是指由于异步I/O等因素,无法同步获得执行结果时,在回调函数中进行下一步操作的代码编写风格,常见的如setTimeout函数、ajax请求等等http://cnodejs.org/topic/54acfbb5ce87bace2444cbfb并不是node中的,但是我们开发中经常使用使用npm ...
分类:
Web程序 时间:
2017-05-09 16:55:47
阅读次数:
186
PHP解析MySQL Binlog,依赖于mysql-replication-listener库 详见:https://github.com/bullsoft/php-binlog Install MySQL Replication Listener https://github.com/bulls ...
分类:
数据库 时间:
2017-05-09 16:17:58
阅读次数:
319
https://leetcode.com/problems/minimum-moves-to-equal-array-elements-ii/#/description ...
分类:
其他好文 时间:
2017-05-09 16:16:17
阅读次数:
212
2: Util.encodeFilename 这个方法 package com.tm.ppms.util; import java.net.URLEncoder; import javax.servlet.http.HttpServletRequest; import org.apache.comm ...
分类:
其他好文 时间:
2017-05-09 14:58:34
阅读次数:
145
http://www.2cto.com/os/201401/271150.html https://unix.stackexchange.com/questions/36540/why-am-i-still-getting-a-password-prompt-with-ssh-with-public ...
分类:
其他好文 时间:
2017-05-09 14:50:20
阅读次数:
292
clone 某个分支: git clone -b dev5 https://git.coding.net/aiyongbao/tradepc.git tradepc_zzgdapp clone 所有分支: git clone https://git.coding.net/aiyongbao/trad ...
分类:
其他好文 时间:
2017-05-09 13:40:03
阅读次数:
560
VS安装位置要求路径必须是英文,且位于Program Files (x86)文件夹下. 下载工具vs_Professional.exe:https://pan.baidu.com/s/1jHRjiia .NET 编译器、生成工具和运行时 代码工具 调试和测试 仿真器 开发活动 模拟器 游戏和图形 云 ...
分类:
Web程序 时间:
2017-05-09 11:24:35
阅读次数:
178