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 2012 和 .Net Framework 4.5 编写了一个程序。现在我想将 .Net Framework 更改为 .Net Framework 4。我该如何更改它?
右键单击项目,选择属性。
在“应用程序”下,您有一个名为 TargetFramework 的下拉菜单。将其更改为 4.0
鼠标右键单击解决方案资源管理器中的项目。应用程序选项卡上有TargetFramework下拉菜单。
我正在一个 spring mvc web 应用程序中工作,我正在尝试person使用 Spring 的 Validator 验证一个 db 对象,并尝试将验证器的结果以 JSP 形式显示为form:errors path="". 我在控制器中有服务器端方法:
person
form:errors path=""
@RequestMapping( va