软件需求规范 - 功能需求
Closed. This question needs to be more focused. It is not currently accepting answers. 想要改进这个问题吗?通过编辑这篇文章来更新问题,使其…
恢复过时的 Fox Pro 应用程序
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
命名一个包含其他依赖类的类
Closed. This question is opinion-based. It is not currently accepting answers. 想要改进这个问题?更新问题,以便可以通过编辑这篇文章用事实和…
使用Delphi实现win32应用程序的动态流程图
Delphi XE、Win32 应用程序、SQL Server 2005 数据库。 我正在实施质量管理体系。 我有一些预定义的流程图可以将它们应用到我的应用程序/系统中。我被…
API 的传统包结构
Closed. This question is opinion-based. It is not currently accepting answers. 想要改进这个问题?更新问题,以便可以通过编辑这篇文章用事实和…
生产代码中的面向方面 C(不是 C++)
这是从上一个问题进一步衍生出来的问题: https://stackoverflow.com/questions/1834485/aspect-oriented-programming-aop-in-c-not-c-anyone-doing-i…
使用服务层在分层应用程序中的何处抛出异常?
我想知道我应该在 Zend Framework + Doctrine 2 MVC 应用程序中的哪里抛出、捕获异常。 这是我的设计: 数据库 - MySQL > ORM (Doctrine2) >服务>控制…
添加 WCF 服务和 Windows Phone 7 应用程序中使用的枚举类型
我正在开发一个使用 WCF 服务的 Windows Phone 7 应用程序。 我需要在两个项目上使用以下代码: public enum GameType { MonoPlayer = 1, MultiPlayer…