Inter-process Communication (IPC)
目录
1 Overview
1.1 IPC in the browser1.2 IPC in the renderer2 Messages
2.1 Types of messages2.2 Declaring messages
2.2.1 Pickling values2.3 Sending messages2.4 Handling mess...
参考资料:
http://www.linuxidc.com/Linux/2012-01/50739.htm http://www.yolinux.com/TUTORIALS/LibraryArchives-StaticAndDynamic.html
1.
-fpic
Generate position-independent code (PIC) suitable for use in a shared library, if ...