java-learning Java https://snailclimb.gitee.io/javaguide/#/ JavaGuide CyC2018/CS-Notes: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计 (github.com) 史上最全的Java命名规范[转] - 云+社区 - 腾讯云 (tencent.com) Java环境 Ubuntu18.04安装jdk1.8 2023-04-21 java #Linux #C++ #git #linux #HTML #Java
README GDB查看C++对象布局_tmhanks的博客-CSDN博客 123456789101112131415161718GDB查看对象如下:(gdb) set print object on(gdb) set print vtbl on(gdb) set print pretty on((gdb) p base$7 = (Base) {_vptr.Base = 0x403a50 <vt 2023-04-21 cpp > C++对象的内存布局 #C++
README 参考链接: https://blog.csdn.net/fengfengdiandia/article/details/86688520 https://cmake.org/cmake/help/v3.5/module/FindProtobuf.html 2023-04-21 cpp > protobuf > protobuf_example #HTML
README 123ostree --repo=/deepin/linglong/repo/repo-test refs --delete com.qq.weixin.work.deepin/4.0.0.6007/x86_64 && ostree --repo=/deepin/linglong/repo/repo-test prune --refs-onlyostree --repo=/deep 2023-04-21 cpp > qt-learning > qprocess_wget
README 使用工具qdbuscpp2xml从object.h生成XML文件 qdbuscpp2xml -M ../qdbus/test.h -o com.scorpio.test.xml 使用工具qdbusxml2cpp从XML文件生成继承自QDBusInterface的类 qdbusxml2cpp com.scorpio.test.xml -p valueInterface # 生成两个文件:valueI 2023-04-21 cpp > qt-learning > dbus > proxy