摘要:1. G_DEFINE_TYPE#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {}) #define G_DEFINE_TYPE_WITH_CODE(TN, t_n, T_P, _C_) _G
阅读全文
摘要:valgrind --xtree-memory=allocs --leak-check=full ./Sample
阅读全文
摘要:1. https://forums.linuxmint.com/viewtopic.php?t=281922 2. cat /proc/driver/nvidia/version NVRM version: NVIDIA UNIX x86_64 Kernel Module 418.67 Sat Ap
阅读全文
摘要:1. lshw 1.1 lshw 1.2 lshw -C display 1.3 lshw -C cpu 2. cat /proc/cpuinfo 3. nvidia-smi 4. lspci 5. dmidecode 6. sudo apt install mesa-utils sudo glxi
阅读全文
摘要:addgroup --quiet --system jettyadduser --quiet --system --ingroup jetty --no-create-home --disabled-password jettyusermod -c "Jetty 9" -d /opt/jetty9
阅读全文