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 f57be3b commit 0d5231cCopy full SHA for 0d5231c
1 file changed
extending/windows.po
@@ -114,6 +114,8 @@ msgid ""
114
" and the lookup table is modified at runtime to point to the functions and "
115
"data."
116
msgstr ""
117
+"在 Windows 中,一个动态链接库 (:file:`.dll`) 文件中没有悬挂的引用。 而是通过一个查找表执行对函数或数据的访问。 因此在运行时 "
118
+"DLL 代码不必在运行时进行修改;相反地,代码已经使用了 DLL 的查找表,并且在运行时查找表会被修改以指向特定的函数和数据。"
119
120
#: ../../extending/windows.rst:70
121
msgid ""
@@ -161,7 +163,7 @@ msgstr ""
161
163
162
164
#: ../../extending/windows.rst:103
165
msgid "Using DLLs in Practice"
-msgstr ""
166
+msgstr "DLL 的实际使用"
167
168
#: ../../extending/windows.rst:108
169
0 commit comments