摘要:
good: https://hps.vi4io.org/_media/teaching/wintersemester_2013_2014/epc-14-haase-svenhendrik-alignmentinc-presentation.pdf 本节疑惑的原因:在读Hotspot源码时: http 阅读全文
摘要:
https://blog.csdn.net/yusiguyuan/article/details/22938671 https://blog.csdn.net/simsunny22/article/details/82597859 阅读全文
摘要:
https://blog.csdn.net/unix21/article/details/8923752 阅读全文
摘要:
参考:https://www.cnblogs.com/Anker/p/3746802.html gcc -fPIC -shared calc.c -o libcalc.so, 编译得到 在linux上 man dlopen可以得到以下信息: 头文件注释: 实践内容: 输出: 阅读全文
摘要:
如果是终端窗口执行的话直接: 在g++编译选项后面,加入dl的库,选项为-ldl,即可. 如果是在eclipse里的话: 在工程属性中-》c/c++ build->gcc complier右边的command中加上一个参数 -ldl 然后在gcc linker 右边的command同样加上一个参数- 阅读全文
摘要:
bsd linux macosx solaris windows 阅读全文
摘要:
https://blog.csdn.net/hackooo/article/details/48395765/ https://www.jianshu.com/p/5847a2cb68c0 阅读全文
摘要:
Java虚拟机 初始化过程: 参考: https://www.cnblogs.com/bhlsheji/p/4017816.html 参考:https://blog.csdn.net/boling_cavalry/article/details/70904278 开启debug: 阅读全文
摘要:
https://blog.csdn.net/t8116189520/article/details/78908975 所以,若想基于插入值累加是不行的,需要insert into https://www.cnblogs.com/lixiaozhi/p/8193132.html INSERT INTO 阅读全文