- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在运行 Visual Studio 2008 SP1。在获取任何文件的版本树时,Visual Studio 崩溃并退出。怎么办?
透明 shell 7.1 版
操作系统:Windows 7 (x86)
最佳答案
此 technote提到 DEP(数据执行保护)是这些崩溃的可能原因。
This only happens on Windows 2008 Server, Windows Vista and Windows 7 systems.
Cause
This is due to DEP (Data Execution Prevention), which is enabled by default for all applications.
Defect, APAR PK64886, has been opened to investigate this issue.WORKAROUND:
DEP can be disabled for certain applications by running
bcdedit.exe
In order to avoid this crash from happening the user needs to do the following
- 1/ Login as Administrator 2/ Open a command prompt and run the following command.
- 3/ Restart the system
- 4/ Navigate to the Visual Studio install directory, which is typically found in the following locations:
- VS.NET 2008:
C:\Program Files\Microsoft Visual Studio 9.0
- VS.NET 2010:
C:\Program Files\Microsoft Visual Studio 10.0
Note: On Windows 64-bit platforms the above pathnames start with:
C:\Program Files (x86)\
Then cd to the dir "VC\bin
" (for example,C:\Program Files\Microsoft Visual Studio 9.0\VC\bin
).
- 5/ Run the following 2 commands
This should resolve DEP-related crashes in Visual Studio with the ClearCase integration going forward.
Note:To restore DEP to the Windows default, use the following command:
bcdedit.exe /set nx OptIn
关于visual-studio-2008 - Visual Studio 在从 Clearcase 获取版本树时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5510364/
所以基本上我所做的是向后构建一棵树。我从叶子开始,然后添加他们的 parent ,然后是他们的 parent (最后是一个 3 级树)。 我添加叶子没问题(我查询数据库,并为每个条目创建一个 TNod
我们正在使用 React 并且有类似的代码: const isDescendant = (predicateFn, child) => { let node = child.parentNode;
我是一名优秀的程序员,十分优秀!