码迷,mamicode.com
首页 >  
搜索关键字:tps    ( 23645个结果
kubectl error: The connection to the server localhost:8080 was refused
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 卡在 Created API client, waiting for the control plane to become ready
执行 kubeadm init 时出现卡在了 [apiclient] Created API client, waiting for the control plane to become ready这里,查看日志 journalctl -xeu kubelet 发现是 gcr.io/google_... ...
分类:Windows程序   时间:2017-05-09 18:21:28    阅读次数:738
nodejs中的异步流程序控制nsync
异步编程是指由于异步I/O等因素,无法同步获得执行结果时,在回调函数中进行下一步操作的代码编写风格,常见的如setTimeout函数、ajax请求等等http://cnodejs.org/topic/54acfbb5ce87bace2444cbfb并不是node中的,但是我们开发中经常使用使用npm ...
分类:Web程序   时间:2017-05-09 16:55:47    阅读次数:186
PHP Client for Mysql Binlog
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
leetcode462
https://leetcode.com/problems/minimum-moves-to-equal-array-elements-ii/#/description ...
分类:其他好文   时间:2017-05-09 16:16:17    阅读次数:212
HSSFWorkbook
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
ssh无密码登录认证失败
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
git clone 某个分支或者所有分支
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
.NET 环境异常修复 .NET环境清单
VS安装位置要求路径必须是英文,且位于Program Files (x86)文件夹下. 下载工具vs_Professional.exe:https://pan.baidu.com/s/1jHRjiia .NET 编译器、生成工具和运行时 代码工具 调试和测试 仿真器 开发活动 模拟器 游戏和图形 云 ...
分类:Web程序   时间:2017-05-09 11:24:35    阅读次数:178
js Dom
...
分类:Web程序   时间:2017-05-09 00:56:52    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!