- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
各位程序员 friend ,我从这个优秀的网站学到了很多东西,也许还有其他可以学到的东西。
好吧,我从别人那里接手了一个delphi 7项目,对其进行了一些小改动,主要是if then子句,我根本没有更改主要结构,只是一些更改,我什至没有添加任何内容变量。问题是,它曾经完美地工作,但现在我们有 APP 崩溃报告。我删除了我添加的所有内容,实际上删除了整个文件夹,再次从 USB 磁盘重新复制它,按原样编译它,有时我们会再次出现 APPCRASH 报告。即使我编译原始版本,我们也会收到错误。
我在文件夹中进行了搜索,发现该文件夹包含一个 DSK 文件,其中包含有关另一台计算机的文件夹路径(我的意思是 DSK 文件中定义的路径属于另一台计算机,而不是我的!)
如果我删除这个 dsk 文件会发生什么?如何使用我的文件夹路径重新创建它?由于这个 DSK 文件,我们有可能拥有这些 APPCRASHES 吗?
这是我在 CTD 之后拍摄的一张照片,我试图调试..
最佳答案
.dsk 文件仅由 IDE 使用(详见下文),因此它不可能导致您的 APPCRASH 报告。是仅限 IDE 在设计时使用它来保存和恢复您的桌面信息;它不会以任何方式包含在可执行文件中,也不会被您的应用程序在运行时使用。
.dsk 文件只是在您保存项目时保存桌面。它按照选项卡的排列顺序保存当前打开的编辑器选项卡和每个包含的文件,并保存每个选项卡的状态(例如代码或表单编辑器)。
Delphi 2007 帮助文件说
Saves the arrangement of your desktop when you close a project or exit the product. When you later open the same project, all files opened when the project was last closed are opened again, regardless of whether they are used by the project.
Autosaves or updates the project desktop file (.dsk file extension) when you close the project or exit the product.
The <myproject>.dsk file records your current settings for:
- Desktop layout
- Breakpoints
- Watch items
- Files currently open in the IDE
When you reopen the project later, the .dsk file is read, and your desktop layout, your breakpoints, and your watches are all restored. Also, all files that were opened when the project was closed are opened again, regardless of whether they are used by the project.
When Autosave Project desktop is disabled, any existing project .dsk files are read when opening the project, but the .dsk files are never updated. This causes the same set of files to open with the project until the .dsk file is manually deleted from disk.
关于由于项目的 DSK 文件取自另一台计算机,Delphi 项目具有 APPCRASH?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41228936/
我正在使用 bitbake 构建 yocto 图像,图像类型为 dsk(默认为 wic,我在 中更改为 dsk本地.conf)。它生成 bzImage, boot/grub/grub.conf。但是这
我正在尝试使用 R 库 Ggmap 对向量进行地理定位。 location_google_10000 geocodeQueryCheck() 2500 geocoding queries remai
我正在尝试运行以下代码来在上述型号的DSP处理器中实现FFT。代码是用C语言编写的 //All codes submitted by Srivatsa Sinha /*Include Library
datasciencetoolkit.org 从 2019 年 2 月 12 日起终止了其 map 服务。还有其他人遇到同样的问题吗?此外,还有任何其他简单的方法可以在 R 中对位置进行地理编码,因为
各位程序员 friend ,我从这个优秀的网站学到了很多东西,也许还有其他可以学到的东西。 好吧,我从别人那里接手了一个delphi 7项目,对其进行了一些小改动,主要是if then子句,我根本没有
是否可以在 Delphi 中只将断点保存在项目的 .DSK 文件中,而不保存其他桌面设置? 大多数 .DSK 都妨碍了,但无法保存调试断点是一个真正的痛苦(尤其是当它们是有条件的或附加了操作时)。 最
我是一名优秀的程序员,十分优秀!