摘要:
-------------------正则表达式的所有内容-----------------------------RegExp属性 Global IgnoreCase PatternRegExp方法 Execute --对指定的字符串执行正则表达式搜索。 Replace --替换正则表达式搜索到的字符。 TestRegExp对象 Match Match属性 FirstIndex Length ValueRegExp集合 Matches SubMatches说明:正则表达式搜索的设计模式是通过 RegExp 对象的 Pattern 来设置的。Execute 方法返回一个 Matches 集合. 阅读全文
摘要:
先描述下问题所在吧。jboss在suse11上部署后,用root用户可以成功启动,但是用普通用户就提示如下问题:2012-11-15 16:26:28,432 ERROR [org.apache.coyote.http11.Http11Protocol] Error initializing endpointjava.net.BindException: Permission denied:562at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:500)at org.apache.coyote.http11.Http 阅读全文