摘要: Microsoft Windows [版本 10.0.14393](c) 2016 Microsoft Corporation。保留所有权利。 C:\Windows\system32>netstat -aon | findstr "8080" TCP 0.0.0.0:8080 0.0.0.0:0 L 阅读全文
posted @ 2017-05-22 13:36 wqkant 阅读(649) 评论(0) 推荐(0) 编辑
摘要: public class BoyerMoore { private static int search(String txt,String pat){ int[] right=new int[256]; final int N=txt.length(); final int M=pat.length(); ... 阅读全文
posted @ 2017-05-22 12:42 wqkant 阅读(273) 评论(0) 推荐(0) 编辑