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.
我想在生产模式而不是检查模式下运行我的 Dart 程序。我正在使用飞镖编辑器。我可以控制运行时模式吗?
确实可以!在“管理启动”中找到“以选中模式运行”复选框。取消选中此项将在生产模式下运行您的 Dart 程序。
请记住,在生产模式下,静态类型注释被忽略。
我确信这在 stackoverflow 上的某个地方得到了回答,但对于我的生活,我找不到为什么我的情况与已经写的不同,所以这里是。
使用带水豚的 rspec
1) report_cards#index must have 'Report Cards Index' Failure/Error: visit '/' NoMethodError: undefi