Windows 是如何工作的? “打开方式”工作?

发布于 2024-08-25 05:57:36 字数 1459 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

人│生佛魔见 2024-09-01 05:57:36

Windows 将文件传递给程序的方式因应用程序而异。此行为由注册表控制

对于 Excel,他们使用所谓的 DDE 来实现此目的。这就是为什么您在命令行上看不到任何内容。

How Windows passes the file to the program varies from one application to another. This behavior is controlled by the registry.

In the case of Excel they use what is called DDE for the purpose. That's why you see nothing on the command line.

温柔女人霸气范 2024-09-01 05:57:36

文件名实际上并不总是作为参数传递。

您自己有一个与注册表中某些特定文件类型关联的程序列表。系统检查文件扩展名,然后启动与之关联的进程。但总是将其作为参数传递是不正确的。操作系统有自己的体系结构来从其程序集中调用程序。

the filename is not always passed as parameter in actual.

you have with yourself a list of programs associated with some specific file type in ur registry.the system checks for the file extension then starts a process associated with.but always passing it as parameter is not true. The operating system has its own architecture to call a program from its assembly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文