Skip to primary navigation

coolEx

Today will be better

分类: c/c++

c/c++, java

JVMTI那些事——和Java相互调用

Posted on 2019年 2月 14日 by babydragonLeave a Comment on JVMTI那些事——和Java相互调用

前面几篇文章介绍了JVMTI接口的一些基本概念,以及如何编写一个基于JVMTI的 … Continue reading “JVMTI那些事——和Java相互调用” →

jni jvmti
c/c++, 前端

初识webassembly

Posted on 2017年 3月 17日 by babydragonLeave a Comment on 初识webassembly

Chrome 57正式发布,带来了对webassembly的正式支持,因此决定尝 … Continue reading “初识webassembly” →

webassmebly
c/c++

静态编译expect以及大坑

Posted on 2016年 1月 9日 by babydragon静态编译expect以及大坑有1条评论

expect是脚本处理有交互命令的利器,但是这货依赖tcl,并且默认没有安装。为 … Continue reading “静态编译expect以及大坑” →

expect 静态编译
c/c++

nanomsg实验——survey

Posted on 2015年 2月 20日 by babydragonLeave a Comment on nanomsg实验——survey

nanomsg实验——survey survey模式是由server发出询问,c … Continue reading “nanomsg实验——survey” →

nanomsg survey
c/c++

nanomsg实验——pubsub

Posted on 2015年 2月 17日 by babydragonLeave a Comment on nanomsg实验——pubsub

nanomsg实验——pubsub 发布订阅模式是很多消息中间件提供的常见功能。 … Continue reading “nanomsg实验——pubsub” →

nanomsg pubsub
c/c++

[redis设计与实现][14]sentinel——jedis客户端

Posted on 2014年 11月 18日 by babydragonLeave a Comment on [redis设计与实现][14]sentinel——jedis客户端

sentinel客户端支持——jedis 简单的代码: public class … Continue reading “[redis设计与实现][14]sentinel——jedis客户端” →

redis
c/c++

[redis设计与实现][13]sentinel——故障恢复

Posted on 2014年 11月 17日 by babydragonLeave a Comment on [redis设计与实现][13]sentinel——故障恢复

选举领头sentinel 当sentinelStartFailoverIfNee … Continue reading “[redis设计与实现][13]sentinel——故障恢复” →

redis
c/c++

[redis设计与实现][12]sentinel——故障检测

Posted on 2014年 11月 14日 by babydragonLeave a Comment on [redis设计与实现][12]sentinel——故障检测

检查主观下线 sentinel每次发送PING命令,用于检测被监测的master … Continue reading “[redis设计与实现][12]sentinel——故障检测” →

redis
c/c++

[redis设计与实现][11]sentinel——通信

Posted on 2014年 11月 13日 by babydragonLeave a Comment on [redis设计与实现][11]sentinel——通信

通信 初始化完成之后,sentinel会主动和master、slave进行通信, … Continue reading “[redis设计与实现][11]sentinel——通信” →

redis
c/c++

[redis设计与实现][10]sentinel——简介和启动

Posted on 2014年 11月 12日 by babydragonLeave a Comment on [redis设计与实现][10]sentinel——简介和启动

Sentinel(Redis 3.0.0-rc1) Sentinel是Redis … Continue reading “[redis设计与实现][10]sentinel——简介和启动” →

ha redis

文章导航

← Older posts

分类

  • android
  • c/c++
  • java
  • latex
  • linux
  • rust
  • Uncategorized
  • 云原生
  • 前端
  • 吐槽
  • 硬件

Copyright © 2023 coolEx. Proudly powered by WordPress.

Back to top