在Eclipse中,出现“Access Restriction: The Type BASE64Encoder Is Not Accessible
Due To Restriction”错误。
解决方法:
点击Window-->Preferences-->Java-->Compiler-->Errors/Warns,设置Deprecated And Restri...
分类:
数据库 时间:
2014-05-15 05:22:58
阅读次数:
265
In file included from mod_shib_20.cpp:68:
mod_shib.cpp:118: warning: deprecated conversion from string constant to 'char*'
mod_shib.cpp: In member function 'virtual const char* ShibTargetApache::get...
分类:
其他好文 时间:
2014-05-07 06:04:50
阅读次数:
363
Eclipse
默认把这些受访问限制的API设成了ERROR。只要把Windows-Preferences-Java-Complicer-
Errors/Warnings里面的Deprecated and restricted API中的Forbidden references(access
rul...
分类:
数据库 时间:
2014-05-05 10:32:49
阅读次数:
435