会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大辉
博客园
首页
新随笔
新文章
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
11
下一页
2019年9月24日
数据结构对齐 堆对齐 栈对齐
摘要: good: https://hps.vi4io.org/_media/teaching/wintersemester_2013_2014/epc-14-haase-svenhendrik-alignmentinc-presentation.pdf 本节疑惑的原因:在读Hotspot源码时: http
阅读全文
posted @ 2019-09-24 09:27 大辉_FFf
阅读(424)
评论(0)
推荐(0)
2019年9月10日
TLS Thread Local Storage
摘要: https://blog.csdn.net/yusiguyuan/article/details/22938671 https://blog.csdn.net/simsunny22/article/details/82597859
阅读全文
posted @ 2019-09-10 08:28 大辉_FFf
阅读(164)
评论(0)
推荐(0)
2019年9月2日
【转】(void**)的理解
摘要: https://blog.csdn.net/unix21/article/details/8923752
阅读全文
posted @ 2019-09-02 07:48 大辉_FFf
阅读(177)
评论(0)
推荐(0)
2019年8月31日
C++动态链接库实践
摘要: 参考:https://www.cnblogs.com/Anker/p/3746802.html gcc -fPIC -shared calc.c -o libcalc.so, 编译得到 在linux上 man dlopen可以得到以下信息: 头文件注释: 实践内容: 输出:
阅读全文
posted @ 2019-08-31 09:10 大辉_FFf
阅读(340)
评论(0)
推荐(0)
解决:linux eclipse 对‘dlopen’未定义的引用, 对‘xxx’未定义的引用
摘要: 如果是终端窗口执行的话直接: 在g++编译选项后面,加入dl的库,选项为-ldl,即可. 如果是在eclipse里的话: 在工程属性中-》c/c++ build->gcc complier右边的command中加上一个参数 -ldl 然后在gcc linker 右边的command同样加上一个参数-
阅读全文
posted @ 2019-08-31 09:06 大辉_FFf
阅读(1220)
评论(0)
推荐(0)
2019年8月29日
bsd linux macosx solaris windows
摘要: bsd linux macosx solaris windows
阅读全文
posted @ 2019-08-29 08:52 大辉_FFf
阅读(114)
评论(0)
推荐(0)
2019年8月28日
字节码加载执行原理
摘要: sss
阅读全文
posted @ 2019-08-28 08:12 大辉_FFf
阅读(296)
评论(0)
推荐(0)
2019年8月27日
JNI原理
摘要: https://blog.csdn.net/hackooo/article/details/48395765/ https://www.jianshu.com/p/5847a2cb68c0
阅读全文
posted @ 2019-08-27 08:41 大辉_FFf
阅读(226)
评论(0)
推荐(0)
2019年8月23日
TODO: Java虚拟机 初始化过程
摘要: Java虚拟机 初始化过程: 参考: https://www.cnblogs.com/bhlsheji/p/4017816.html 参考:https://blog.csdn.net/boling_cavalry/article/details/70904278 开启debug:
阅读全文
posted @ 2019-08-23 08:17 大辉_FFf
阅读(153)
评论(0)
推荐(0)
2019年8月19日
mysql replaceinto VS insertinto
摘要: https://blog.csdn.net/t8116189520/article/details/78908975 所以,若想基于插入值累加是不行的,需要insert into https://www.cnblogs.com/lixiaozhi/p/8193132.html INSERT INTO
阅读全文
posted @ 2019-08-19 10:03 大辉_FFf
阅读(289)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
11
下一页
公告