#AB

mac 安装 RabbitMQ

https://blog.csdn.net/u010046908/article/details/54773323...
代码星球 ·2020-04-05

持续集成+自动化部署[代码流水线管理及Jenkins和gitlab集成]

转载:https://www.abcdocker.com/abcdocker/2065  Pipeline名词顾名思义就是流水线的意思,因为公司可能会有很多项目。如果使用jenkins构建完成后,开发构建项目需要一项一项点击,比较麻烦。所以出现pipeline名词。   代码质量检查完毕之后,我们需要将代码部...

AbstractQueuedSynchronizer

AQS,即AbstractQueuedSynchronizer,一个基于FIFO的队列同步器,是实现lock的基础,AQS是一个抽象类,继承了AbstractOwnableSynchronizer抽象类,其总体结构如下:包含内部类Node,ConditionObject。 AQS的结构 AQS是一个...
代码星球 ·2020-04-05

sqoop import mysql to hive table:GC overhead limit exceeded

1.ScenariodescriptionwhenIusesqooptoimportmysqltableintohive,Igotthefollowingerror:19/07/1215:41:35WARNhcat.SqoopHCatUtilities:TheSqoopjobcanfailiftypesarenotas...
代码星球 ·2020-04-05

mysql 5.7 enable binlog

0.preconditiona)installmysql5.7,for detailpleaserefermyblogpost. 1.loginmysqlandcheckthevariablestoseeifthebinloghas beenenabled.mysql-h127.0.0.1...
代码星球 ·2020-04-05

robot framework :List Variables-List变量及其用法

【转自:https://blog.csdn.net/yezibang/article/details/52692342】这一讲我们重点来介绍ListVariables-List变量及其用法。 在我们前面几篇文章里用到了很多List变量,相信以后各位也会碰到需要使用的地方。和Scalar类似的赋值,除了用Set...

Robot Framework-DatabaseLibrary(MySql) API

API参数说明CheckIfExistsInDatabase查询语句数据库中存在:存在,则为PASS,不存在,则为FAILCheckIfNotExistsInDatabase查询语句数据库中不存在:不存在,则为PASS,存在,则为FAILConnectToDatabasedbapiModuleName=None,dbN...

The authenticity of host 192.168.0.xxx can't be established

用ssh登录一个机器(换过ip地址),提示输入yes后,屏幕不断出现y,只有按ctrl+c结束 错误是:Theauthenticityofhost192.168.0.xxxcan'tbeestablished. 以前和同事碰到过这个问题,解决了,没有记录,这次又碰到了不知道怎么处理,还好有QQ聊天记...

Android Studio:Unable to add window android.view.ViewRootImpl$W@5e2d85a -- permission denied for this window 第一行代码

学习《第一行代码》的时候,出现的错误。 java.lang.RuntimeException:Unabletostartreceivercom.example.sevenun.littledemo.receiver.ForceOfflineReceiver:android.view.WindowManager...

Software Scalability with MapReduce

 SoftwareScalabilitywithMapReduceCraig HendersonFirstpublishedonlineApril2010Thearchitectureofa software systemisthestructureanddesignofthec...

Apache Kudu as a More Flexible And Reliable Kafka-style Queue

Howdyfriends!Inthisblogpost,IshowhowKudu,anewrandom-accessdatastore,canbemadetofunctionasamoreflexiblequeueingsystemwithnearlyashighthroughputasKafka.Oneofthemo...

Vs打包工程 错误: Unable to update the dependencies of the project (转)

SetupProject错误:Unabletoupdatethedependenciesoftheproject在VS2010中编译包含安装工程的解决方案提示错误:Unabletoupdatethedependenciesoftheproject解决方法:1、用记事本打开*.vdproj文件;2、查找Hierarchy...
代码星球 ·2020-04-05

hyperledger fabric 1.0.5 分布式部署 (九)

linux使用vim、ctags配置fabric源码阅读环境 首先需要安装ctags,作者使用apt-get来安装的,安装的版本是5.9apt-getinstallctags5.9版本的ctags默认不支持golang语言ctags--list-languages编辑~/.ctags文件,手工加上golang...

hyperledger fabric 1.0.5 分布式部署 (八)

gdbdebugpeer程序 在开始我们从github上download下来的源码包,实际上已经包含了可执行的peer程序,但是该程序是使用release方式编译的,并不支持gdb直接debug,所以我们需要对源码从新编译peer。在开始编译前,读者应该了解,由于“神秘的东方力量”,程...

hyperledger fabric 1.0.5 分布式部署 (七)

fabric使用fabric-ca服务 准备部分首先需要用户从github上downloadfabric-ca的工程代码cd$GOPATH/src/github.com/hyperledgergitclonehttps://github.com/hyperledger/fabric-ca.git然后对它进行编...
首页上一页...352353354355356...下一页尾页