91hello.com Open in urlscan Pro
82.156.2.84  Public Scan

URL: https://91hello.com/
Submission: On June 13 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET https://91hello.com/

<form role="search" method="get" action="https://91hello.com/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"><label class="wp-block-search__label" for="wp-block-search__input-1">搜索</label>
  <div class="wp-block-search__inside-wrapper "><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="" value="" type="search" name="s" required=""><button aria-label="搜索" class="wp-block-search__button wp-element-button"
      type="submit">搜索</button></div>
</form>

Text Content

搜索内容
取 消 确 定
代码编程
C/C++
Rust
系统编程
Linux
Windows
网络架构
ZeroMQ
Socket
登录
网络架构

更多 >
ZeroMQ入门—3. ZeroMQ中的IO
2024-06-11
ZeroMQ入门—2. ZeroMQ中的Message
2024-06-11
ZeroMQ入门—1. ZeroMQ简介
2024-06-11
代码编程

更多 >
C/C++11中的lock-free技术
2024-06-11
缓存一致性协议MESI
2024-06-07
C/C++动态链接及地址无关代码(PIC)
2024-06-07
C/C++符号重定位
2024-06-07
最新文章


ZEROMQ入门—3. ZEROMQ中的IO

1. I/O 用户空间的一次I/O请求涉及到内核空间和用户空间两步,假如以下图为例: client的网络请求达到server端;
当客户端数据到达server后,数据首先进入网……
liuyf5231 2024-06-11
0 0 0


ZEROMQ入门—2. ZEROMQ中的MESSAGE

1. zmq中的message A 0MQ message is composed of 1 or more message parts. 0MQ
ensures atomic delivery of messages: peers shall receive either all mes……
liuyf5231 2024-06-11
0 0 0


ZEROMQ入门—1. ZEROMQ简介

1. 什么是ZeroMQ ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable
networking library but acts like a concurrency framework. It gives……
liuyf5231 2024-06-11
0 0 0


C/C++11中的LOCK-FREE技术

1. 多线程编程中需要注意的细节 1.1 程序员角度的一条语句可能包含很多条机器指令 counter += 1; 对counter进行+1操作,对应的汇编如下,
mov rax, QWORD……
liuyf5231 2024-06-11
0 0 0


缓存一致性协议MESI

本文主要对多核CPU的缓存架构、缓存一致性的相关概念做了简要介绍,同时介绍了Valid/Invalid、MSI、MESI等缓存一致性协议以及Store
Buffer和Invalidate Queue……
liuyf5231 2024-06-07
0 0 0


C/C++动态链接及地址无关代码(PIC)

本文简要介绍了动态链接库中地址无关代码(Position independent code)的实现原理,并利用GDB等工具对此过程进行了验证。 1. 测试代码
/*add.c*/ int global_ex……
liuyf5231 2024-06-07
0 0 0


C/C++符号重定位

本文简要介绍C/C++符号重定位的原理,并简要分析了libc对main等函数的调用顺序。 1.编译、链接相关的文件 测试代码如下: /*main.c*/ int
add(int a_, int b_)……
liuyf5231 2024-06-07
0 0 1
加载更多
lyf
C/C++,Network,RTOS,lewif5231@163.com
数据统计
本周更新
4篇
本月更新
7篇
用户数量
1位
知乎:
@liuyf5231
去看看
微信:
liuyf5231
搜索
搜索


近期文章

 * ZeroMQ入门—3. ZeroMQ中的IO
 * ZeroMQ入门—2. ZeroMQ中的Message
 * ZeroMQ入门—1. ZeroMQ简介
 * C/C++11中的lock-free技术
 * 缓存一致性协议MESI


近期评论

没有评论可显示。

Copyright © 2024 lyf's blog CoreNext Powered by WordPress
陕ICP备2024039729号-2