我第一接触resin+iis
在window xp下用的是iis5.0
resin用的版本是resin-3.0.25
不知怎的,总是一启动resin总是报以下的问题:
In-place class redefinition (HotSwap) is not available. In-place
class reloading during development requires a compatible JDK and -Xdebug.
网上找了很多资料,一天半的时间都过去了,还是没有解决.
分享到:
- 2007-12-21 10:32
- 浏览 2476
- 评论(0)
- 论坛回复 / 浏览 (0 / 2566)
- 查看更多
相关推荐
在编程世界中,`block` 和 `typedef` 是两种非常重要的技术,特别是在Objective-C和C++等语言中。本文将深入探讨这两个概念以及它们在实际编程中的应用。 首先,我们来了解一下`block`。`block`是Objective-C的一个...
Redefinition of ''xxx'' is not identical ------------------- xxx的两次定义不一致 Register allocation failure ------------------寄存器定址失败 Repeat count needs an lvalue ------------------重复计数...
DBMS_REDEFINITION DBMS_REDEFINITION 是 Oracle 10g 中的一个包,主要用于在线修改表的属性,可以在线重定义表,性能调优方面用处很大。 DBMS_REDEFINITION 包提供了多个函数和过程,可以用于在线重定义表,包括...
STM32F103 UART(通用异步收发传输器)是STMicroelectronics公司生产的STM32系列微控制器中的一个重要通信接口。该芯片广泛应用于嵌入式系统中,为设备提供串行通信能力。在本教程中,我们将深入探讨如何在STM32F103...
error C2011: 'C': 'class' type redefinition **描述**:类`C`被重新定义。 **解决方案**: - 确保类`C`仅在一个头文件中定义一次。 - 使用前缀或命名空间来避免名称冲突。 #### 4. error C2018: unknown ...
* Oracle 12c 的高可用性特性包括 Editon-based Redefinition、Online Redefinition、Data Guard、GoldenGate 等。 三、Edition-based Redefinition * Edition-based Redefinition 是 Oracle 12c 的一个高可用性...
This book is the definitive reference on PL/SQL, considered throughout the database community to be the best Oracle programming book available. Like its predecessors, this fifth edition of Oracle PL/...
在使用MDK开发工具进行单片机程序设计时,可能会遇到编译器给出的两种常见错误提示:“redefinition”和“missing function-prototype”。这两种错误提示分别表明函数重定义和函数原型缺失,它们均属于链接器错误,...
STM32_MPU6050测试程序是一个基于STM32微控制器的项目,主要目的是实现对MPU6050六轴传感器的数据采集和处理。MPU6050是一款集成了三轴加速度计和三轴陀螺仪的高性能传感器,常用于运动检测、姿态估计以及各种需要...
Openwrt-18.06的nginx编译过程,只作为Ubuntu下采用openwrt SDK下nginx编译过程的参考。
50. In-line assembly not allowed - 不允许使用内联汇编,可能是因为编译选项设置问题。 51. Incompatible storage class - 存储类别不兼容,例如函数返回值与函数原型不符。 52. Incompatible type conversion -...
Today, pension funds and institutional investors are using this approach in the development of smart indexing and the redefinition of long-term investment policies. Written by a well-known expert of ...
"Android 兼容性问题:java.lang.UnsupportedOperationException解决办法" Android 兼容性问题:java.lang.UnsupportedOperationException解决办法是 Android 开发中常见的一种问题。该问题会导致应用程序崩溃,...
- **Class Names in Source Code(源代码中的类名)**:解释了如何在源代码中声明和引用类名。 - **Testing Class Equality(测试类相等性)**:提供了检查两个类是否相等的方法。 - **Defining a Class(定义一个类...
本文探讨了利用碳洋葱重新定义千克单位,以及在此基础上确定阿伏伽德罗常数(Avogadro constant)精确值的方法。文章首先介绍了质量单位在宏观尺度(千克)和原子尺度(原子质量单位)上定义的差异,并指出了两者...
- **memory operand not allowed in context** (当前上下文中不允许使用内存操作数): 在某些指令或上下文中,特定类型的操作数是不允许使用的。 - **immediate operand not allowed** (不允许使用立即数操作数): ...
Standard methods & operators redefinition in user-created Classes ?Special informative state attributes for some types ?Important modules : sys, os, posix, posixpath, shutil, time, string, re, math,...
《关于ILI93xx系列显示屏驱动的深度解析》 在电子设备的世界中,显示屏作为人机交互的关键元素,其性能和驱动程序的质量至关重要。本文将深入探讨“ILI93xx”系列显示屏驱动程序,它是针对特定类型液晶显示模块...
《AspectJ in Action》是一本深入探讨面向切面编程(Aspect-Oriented Programming, AOP)的权威书籍,由Eric Evans和Manning Publications在2003年出版。该书详细介绍了AspectJ这一强大的Java语言扩展,它允许开发者...