Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Visual Studio 上,如果我创建一个新的 Windows 窗体并将以下内容放入 Form_Load 事件中:
throw new Exception();
什么都没发生。我可以在这里放一个断点,看到这行代码已经到了,但是好像没有抛出异常。如果我将相同的语句放入按钮的单击事件并单击该按钮,则程序会按我的预期崩溃。
这里发生了什么?
谢谢
如果你在调试器之外运行它,它会被抛出。您需要配置调试器以中断未处理的异常。
Debug->Exceptions... Common Language Runtime Exceptions System System.Exception Click the "Thrown" checkbox.
这很奇怪,也很复杂,我会尽力解释它。我手工制作日历,计划开源等等。我目前正在寻找谷歌日历的外观和感觉,因为它们似乎是最好的,但我确实计划升级它+开源。一切都在完美运行,除非我单击上个月,以查看上个月,然后运行 ajax 查询,php 返回新日历,但是当它呈现时,它呈现没有任何 <table>元素,除了没有遇到任何障碍想法?继承人一些代码/图像:
<table>
html: