Reference: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Function/call call https://developer.mozilla.org/zh-CN/doc ...
分类:
移动开发 时间:
2020-02-10 11:38:37
阅读次数:
113
我打算使用gdb调试pcl的kdtree教程(kdtree_search.cpp)。由于pcl经过预编译,将kdtree模块编译成动态链接库。使用gdb无法进入动态链接库进行调试! 因此将kdtree模块(主要为kdtree_flann.h和kdtree_flann.hpp)的相关代码抽取出来,单独 ...
分类:
其他好文 时间:
2020-02-10 10:06:56
阅读次数:
198
process [?pr??ses] n.过程;工序;程序;vt.convenience [k?n'vi?n??ns] n.purpose [?p?:p?s] n.目的;意志;growth [ɡr?uθ] n.增加,增长(量);生长,发展technology [tek?n?l?d?i] n.theo ...
分类:
其他好文 时间:
2020-02-09 09:51:46
阅读次数:
733
疑问: 在学习GC的时候发现,无论是 ,还是 算法,都要 ,这必然会导致对象的 发生变动,那么移动后,对象是怎么找到在堆中对象的新内存地址的? 难道每移动一个对象,就会找到并更新所有引用这个对象的 reference? 垃圾收集算法:https://plumbr.io/handbook/garbag ...
分类:
其他好文 时间:
2020-02-09 09:48:45
阅读次数:
65
Time: 2017-01-16 ~ DownloadGithub: https://github.com/KeliCheng/Simpo一款快速发布文字和图片到社交网站的macOS菜单栏App,目前支持饭否/Twitter/微博多账户登录。Version2017-01-26 v.1.0.0:-支持... ...
分类:
其他好文 时间:
2020-02-09 09:24:00
阅读次数:
68
thrift链接:https://www.cnblogs.com/sxrtb/p/12209455.html 一 thrift文件 文件名为tutorial.thrift /* * Licensed to the Apache Software Foundation (ASF) under one ...
分类:
其他好文 时间:
2020-02-08 17:29:03
阅读次数:
47
reference: https://tech.meituan.com/2018/10/18/meishi data flink.html ...
分类:
其他好文 时间:
2020-02-08 15:30:37
阅读次数:
52
ELF文件整体布局 ELF Header layout e_ident format 实际工程输出结果 main.c int main() { return 0; } View Code main.o, reference: https://www.cnblogs.com/gatsby123/p/9 ...
分类:
其他好文 时间:
2020-02-08 13:58:30
阅读次数:
59
1、retain 和 copy各自的set方法当用copy时,set方法会先release旧值,再copy一个新的对象,reference count 为1(减少了对上下文的依赖);retain,release旧值,retain新值;a ssign,直接赋值,无retain操作。retain使引用计... ...
分类:
其他好文 时间:
2020-02-08 11:45:16
阅读次数:
77
https://software.intel.com/en-us/mpi-developer-reference-windows-main-thread-pinning Main Thread Pinning Use this feature to pin a particular MPI thre ...
分类:
其他好文 时间:
2020-02-07 15:04:47
阅读次数:
66