Description Once upon a time, there was a traveler. He plans to travel using stagecoaches (horse wagons). His starting point and destination are fixed ...
分类:
其他好文 时间:
2018-08-05 00:32:29
阅读次数:
136
搭建 LNMP 环境 源码包版本 : CentOS Linux 7 nginx-1.15.1.tar.gz mysql-boost-5.7.21.tar.gz php-7.2.7.tar.gz 准备环境依赖包 : yum -y install libxml2 libxml2-devel openss ...
分类:
其他好文 时间:
2018-08-03 16:19:55
阅读次数:
264
1. 启动Server http://kafka.apache.org/quickstart For Kafka, a single broker is just a cluster of size one, so nothing much changes other than starting a ...
分类:
其他好文 时间:
2018-08-02 22:53:15
阅读次数:
272
hadoop部署的若干问题解决 1 清理系统内存cached方法,解决Out of memory问题 INFO org.apache.hadoop.ipc.Server: IPC Server Responder: starting 2018-07-31 10:34:58,344 FATAL org... ...
分类:
其他好文 时间:
2018-08-01 22:26:04
阅读次数:
2209
1.io模型提交任务得方式: 同步:提交完任务,等结果,执行下一个任务 异步:提交完,接着执行,异步 + 回调 异步不等结果,提交完任务,任务执行完后,会自动触发回调函数同步不等于阻塞: 阻塞:遇到io,自己不处理,os会抢走cpu ,解决办法:监测到io,gevent切换到其他任务,类似欺骗os ... ...
分类:
其他好文 时间:
2018-08-01 18:14:11
阅读次数:
150
错误描述: 现象: 解决方案: i do as the following steps and it works for me: input "docker network ls" to figure out the name of the network( it is "buildblockcha ...
分类:
移动开发 时间:
2018-07-31 15:35:12
阅读次数:
841
在利用Fabric开发Chaincode的时候,调试Chaincode显得尤为不方便,因为Chaincode正常应该运行在Docker容器中,每次修改Chaincode后想要使其更改生效必须得对Chaincode进行升级重新实例化,给我们的开发调试带来了很大的不便。下面给大家介绍一下如何启动并利用D ...
分类:
其他好文 时间:
2018-07-31 11:52:12
阅读次数:
245
以下脚本,定义两个一样的字符数组,对比后,打印出result的值: 运行结果: Ending action vuser_init.Running Vuser...Starting iteration 1.Starting action Action.Action.c(7): the string1 ...
分类:
编程语言 时间:
2018-07-29 17:04:42
阅读次数:
159
通过手机测试手机上的客户端应用,一般需要先安装被测应用apk到手机中,安装步骤如下: 【预置条件】 1、通过PC的“开始”,在运行框中输入cmd,回车,打开cmd编辑界面; 2、手机已连接PC,PC可以识别出手机,可在cmd编辑界面输入adb devices,回车,查看当前手机是否连接,若显示设备信 ...
分类:
数据库 时间:
2018-07-28 15:07:37
阅读次数:
228
#!/bin/bashpkill-9mysqldate+%Y-%m-%d-%H-%Mrm-rf/usr/local/nginx*/bin/rpm-e$(/bin/rpm-qa|grepnginx|xargs)--nodepsecho"============================检查基本插件安装=================================="yu
分类:
其他好文 时间:
2018-07-26 18:31:47
阅读次数:
141