Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4eeb4 commit f57be3bCopy full SHA for f57be3b
1 file changed
extending/windows.po
@@ -91,6 +91,7 @@ msgid ""
91
"code. Before you try to build a module that can be dynamically loaded, be "
92
"aware of how your system works."
93
msgstr ""
94
+"Unix 和 Windows 对于代码的运行时加载使用了完全不同的范式。 在你尝试构建可动态加载的模块之前,要先了解你所用系统是如何工作的。"
95
96
#: ../../extending/windows.rst:57
97
msgid ""
@@ -101,6 +102,8 @@ msgid ""
101
102
"actual locations in the program where the functions and data are placed in "
103
"memory. This is basically a link operation."
104
105
+"在 Unix 中,一个共享对象 (:file:`.so`) 文件中包含将由程序来使用的代码,也包含在程序中可被找到的函数名称和数据。 "
106
+"当文件被合并到程序中时,对在文件代码中这些函数和数据的全部引用都会被改为指向程序中函数和数据在内存中所放置的实际位置。 这基本上是一个链接操作。"
107
108
#: ../../extending/windows.rst:64
109
0 commit comments