摘要:
eclipse中编译时enum出现cannot be resolved to a type错误通常是因为eclise使用的jdk版本的问题。。。默认是使用的是jdk1.5应该去选择成jdk1.6或者更高的版本。项目右键->properties->Java Compiler->Compiler Com... 阅读全文
摘要:
String str="this is \"Tom\" and \"Eric\", this is \"Bruce lee\", he is a chinese, name is \"李小龙\"。"; Pattern p=Pattern.compile("\"(.*?)\"")... 阅读全文