摘要:
1.返回值为引用的理解。 A& f1() 返回的为 A* const;但是在b = A* const的时候,进行了值拷贝,猜测编译器进行了赋值运算符的重载。 阅读全文
摘要:
1.返回值为引用的理解。 A& f1() 返回的为 A* const;但是在b = A* const的时候,进行了值拷贝,猜测编译器进行了赋值运算符的重载。 阅读全文
摘要:
1.一句话总结real模式(16位),16位保护模式,32位保护模式。 16位Real模式,寻址:sg+offset(16位),段寄存器+offset就为内存地址,没有段描述表,直接读内存,段只有逻辑意义(代码段?数据段?等) 16为protected模式,寻址 sg+offset(16位),段寄存 阅读全文
摘要:
https://blog.caton.space/2017/11/08/tutorial-set-up-your-own-ssr-server-easily/index.html 阅读全文
摘要:
原文链接: https://people.cs.pitt.edu/~xianeizhang/notes/Linking.html Linking Linking is the process of collecting and combining various pieces of code and 阅读全文
摘要:
1. 首先登陆review.openstack.org,找到 https://review.openstack.org/#/settings/http-password 设置https密码,选择生成密码 之后系统会自动生成一个随机密码 2. 修改git review的配置,在修改之前,可以先使用 g 阅读全文
摘要:
Adding a route manually can be necessary sometimes. When on Linux, I know the command by head:(centos only) 1 sudo route add -net 10.67.0.0/16 gw 192. 阅读全文
摘要:
以太网 https://serverfault.com/questions/521443/can-wireshark-capture-an-entire-ethernet-frame-including-preamble-crc-and-inter My question is: is there 阅读全文
摘要:
原链接: https://glow.li/technology/2015/11/06/run-an-ssh-server-on-your-android-with-termux/ With the brilliant Termux terminal emulator app you can run 阅读全文
摘要:
1.本文环境基于virtualbox虚拟机,建立两台Ubuntu虚拟机,完成openstack最小可用环境搭建。 阅读全文
|