会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HappyCoder
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
11
12
13
14
15
16
17
18
19
···
39
下一页
2020年12月30日
/lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found 问题解决
摘要: find / -name "libstdc++.so*" ll libstdc++* cp /usr/local/lib64/libstdc++.so.6.0.21 /usr/lib64/ cd /usr/lib64/ rm -f libstdc++.so.6 ln -s libstdc++.so.
阅读全文
posted @ 2020-12-30 13:55 HappyCoder_1
阅读(2807)
评论(0)
推荐(0)
2020年12月7日
libkafka编译
摘要: github下载地址:https://github.com/edenhill/librdkafka/tags git clone https://github.com/edenhill/librdkafka.git chmod 777 configure lds-gen.py ./configure
阅读全文
posted @ 2020-12-07 16:40 HappyCoder_1
阅读(292)
评论(0)
推荐(0)
protobuf 编译安装
摘要: 源码编译 wget https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/protobuf-cpp-3.14.0.tar.gz tar -zxvf protobuf-cpp-3.14.0.tar.gz mkdir
阅读全文
posted @ 2020-12-07 10:50 HappyCoder_1
阅读(248)
评论(0)
推荐(0)
2020年12月1日
Zookeeper C端编译
摘要: 下载 zookeeper tar包 解压 yum install autoconf automake libtool yum install -y cppunit-devel yum install -y ant ⼀旦安装了所有必需的⼯具,你可以采⽤以下⽅式构建ZooKeeper的 库:ant co
阅读全文
posted @ 2020-12-01 11:21 HappyCoder_1
阅读(359)
评论(0)
推荐(0)
g++: error trying to exec 'cc1plus': execvp: No such file or directory
摘要: g++ --version gcc --version 没有版本号的话下载 有的话 执行 sudo find / -name "cc1plus" export PATH="/usr/libexec/gcc/x86_64-redhat-linux/4.8.2:$PATH" 加到环境变量
阅读全文
posted @ 2020-12-01 10:13 HappyCoder_1
阅读(1278)
评论(0)
推荐(0)
2020年11月24日
jmeter取样器结果分析
摘要: Thread Name: 线程组名称 Sample Start: 启动开始时间 Load time: 加载时长,这个时间是我们测试常用的时间,也是整个请求的消耗时间,从发送到接收完成全程消耗的时间 Latency: 等待时长,不常用,表示从请求发送到刚开始接收响应时的时间 Size in bytes
阅读全文
posted @ 2020-11-24 13:09 HappyCoder_1
阅读(2011)
评论(0)
推荐(0)
2020年11月16日
C++ string中的空格替换成字符串
摘要: #include "stdafx.h"#include<iostream>using namespace std; char *ReplaceSpace( char Str[]){if (Str == NULL)return NULL; char *retStr = Str; //指向字符串的首地址
阅读全文
posted @ 2020-11-16 20:39 HappyCoder_1
阅读(645)
评论(0)
推荐(0)
2020年11月11日
windows jmeter安装
摘要: 一、Jmeter下载 进入官网:http://jmeter.apache.org/ 1.第一步进入官网如下图 2.选择进行下载,下载下来为一个压缩包,解压即可。 3.我下载的是jmeter4.0版本,对应jdk1.8。然后就进行解压。 个人认为要注意3点: 1)解压之后压缩包叫apache-jmet
阅读全文
posted @ 2020-11-11 14:41 HappyCoder_1
阅读(125)
评论(0)
推荐(0)
windows装JDK1.8
摘要: JDK1.8下载安装(Windows版) cmr-test 2019-03-17 18:15:07 401060 收藏 161 分类专栏: JAVA 文章标签: java JDK JDK1.8 JDK Windows 版权 官网下载 JDK在oracle上的下载地址:https://www.orac
阅读全文
posted @ 2020-11-11 10:10 HappyCoder_1
阅读(83)
评论(0)
推荐(0)
2020年10月13日
Linux time scap
摘要: // struct timeval tvafter,tvpre; // struct timezone tz; // gettimeofday (&tvpre , &tz); // //llss_block_index_tree_calculate(); // gettimeofday (&tvaf
阅读全文
posted @ 2020-10-13 09:24 HappyCoder_1
阅读(104)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
39
下一页
公告