RT,CSDN原帖地址: http://community.csdn.net/Expert/topic/5514/5514601.xml?temp=.7604029
代码char 'A' = "org.apache.lucene"; char 'B' = "org/apache/lucene"; char 'B' = 'A';
我看了半天,都没看懂
2、如何判断一个字符串是否有效的email地址: 答:
代码if(select '@' from * where exists '.com' or '.net' org '.org') return true else return false;
打死我也写不出这些代码,想象力太丰富了,我有点纳闷了,现在的学生大学四年在学校究竟是学了什么东西啊