当前位置:
代码迷
>>
J2SE
>> 请教Enumation enum=.在JSP中这样写为什么不行。小弟我使用JDK5.0
详细解决方案
请教Enumation enum=.在JSP中这样写为什么不行。小弟我使用JDK5.0
热度:
286
发布时间:
2016-04-24 15:54:17.0
请问Enumation enum=.....在JSP中这样写为什么不行。我使用JDK5.0
是不是enum在jdk5.0中是关键字了》
------解决方案--------------------
好像是
------解决方案--------------------
是的
1.5中enum是keyword
------解决方案--------------------
enum是关键字
------解决方案--------------------
enum是1、5的关键字,换个名字吧
相关解决方案
大家帮忙看看小弟我的程序代码错哪了 为什么总提示需要为class,interface,enum}
c# enum 输入name 失去 int 值
怎么遍历dictionary<enum,class>输出
JDK5.0新特性系列-11.5.4线程 同步设备之Exchanger
JDK5.0问题
enum 在eclipse 中为什么无法解析
[分享]JDK5.0API中文帮助文档.chm
[分享]JDK5.0API中文帮助文档.chm
[分享]JDK5.0API中文帮助文档.chm
[分享]JDK5.0API中文帮助文档.chm
jdk5+tomcat5.5 session丢失解决方案
JDK5.0是否支持WebService?解决方法
java 枚举类总结 Enum
org.apache.axis.enum.Style.RPC内中enum被eclipse当成的关键字
jdk5.0+tomcat5.5+eclipse3.21+myeclipse5.1,eclipse中tom猫头出不来,该如何处理
enum 没法解析为类型?
Eclipse+MyEclipse+jdk5.0经常down机,该怎么处理
常量定义,enum,仍是static final
jdk5.0 静态导入 在其他版本中如何用
enum(switch)的有关问题
请教Enumation enum=.在JSP中这样写为什么不行。小弟我使用JDK5.0
JDK5?解决方案
接前面有关问题.JDK5.0的泛形
JDK5.0如何去除类型转换的警告
Error: Expecting keyword 'class' 'interface' or 'enum' before 'optimizationpasses' in line 11 of
enum { IDD = IDD_xxx};这句 未声明的标识符 IDD_xxx 求解!解决办法
C# Enum,Int,String的相互转换
Kotlin-11-枚举类+密封类(enum+sealed)
Kotlin中的数据类(data class)和密封类(sealed class)和枚举类(enum class)
条款02:尽量以const、enum、inline替换#define