hibernate.properties # # Hibernate, Relational Persistence for Idiomatic Java # # License: GNU Lesser General Public License (LGPL), version 2.1 or later. # See the lgpl.txt file in the root directory or . # #### ################## ### Query Languag
刚刚 部署了ii7的dll的有x86写的,就会出现以下这样的问题
iis 7 x86,Could not load file or assembly ‘Name’ or one of its dependencies. An attempt was made to load a program with an incorrect format.
解决这样的,只要设置一下iis兼容x86程序就可以了,具体步骤:
1.开始-> 运行
2.
3. 高级设置, Enable 32 – B
1、CGI(通用网关接口/Common Gateway Interface)一般是可执行程序,例如EXE文件,和WEB服务器各自占据着不同的进程,而且一般一个CGI程序只能处理一个用户请求。这样,当用户请求数量非常多时,会大量占用系统的资源,如内存、CPU时间等,造成效能低下。
2、ISAPI(Internet Server Application Program Interface)是微软提供的一套面向WEB服务的API接口,它能实现CGI提供的全部功能,并在此基础上进行了扩展,如提供了过