安装64位操作系统不是编译64位程序的必要条件,关键是要装64位程序的编译器。1. 选择“Build” – “Configuration Manager”菜单,打开配置管理器。点击新建解决方案平台。2. 选择“x64”平台,点击确定按钮。3. 这时候配置管理器中的平台已经改成刚才选择的x64了,这时...
分类:
其他好文 时间:
2014-08-07 22:44:05
阅读次数:
264
一、struts2的核心部件
(1)Configuration
(2)Action
(3)Interceptor
(4)Value Stack / OGNL
(5)Result Types
(6)Results / View Technology
二、architectural goals:
(1)separation of concerns
(2)loose coup...
分类:
其他好文 时间:
2014-08-07 18:58:50
阅读次数:
262
1.创建Tomcat7x的服务。 Window --> Preferences --> Server --> Runtime Environment2.在Servers窗口新建Tomcat7x实例,并打开该实例,进行配置。 a) Open launch configuration --> Cla.....
分类:
系统相关 时间:
2014-08-06 18:51:11
阅读次数:
324
http://www.petrikainulainen.net/programming/spring-framework/unit-testing-of-spring-mvc-controllers-configuration/Writing unit tests for Spring MVC co...
分类:
编程语言 时间:
2014-08-06 18:21:12
阅读次数:
398
如题: 使用web.config的configuration/location节点. 在configuration节点内新建一个location节点,注意这个节点和system.webserver那些是平级节点 然后使用location/@path 来指定某个单独的文件,这个文件可以是as...
分类:
Web程序 时间:
2014-08-06 18:18:01
阅读次数:
243
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:
其他好文 时间:
2014-08-06 17:56:21
阅读次数:
333
其他信息: 具有固定名称“Npgsql”的 ADO.NET 提供程序未在计算机或应用程序配置文件中注册或无法加载。有关详细信息,请参阅内部异常解决方法在 App.config的 configuration中加入下面的内容其中红底部分是你调用的Npgsql的版本号 ...
分类:
数据库 时间:
2014-08-06 17:54:51
阅读次数:
1473
如果部署的phpmyadmin权限为所有人可写,即权限为777,就会报”Wrong permissions on configuration file, should not be world writable!” 这个错误。可以通过修改文件夹权限解决:#chmod -R 755 phpmyadmi...
分类:
Web程序 时间:
2014-08-06 14:12:51
阅读次数:
213
1) cd xx.xcodeproject 2) xcodebuild –list 3) xcodebuild –target $TARGET –sdk iphoneos –configuration Release 4) xcrun -sdk iphoneos PackageApplication...
分类:
其他好文 时间:
2014-08-06 08:22:51
阅读次数:
277