SPOJREPEATS-Repeats REPEATS - Repeatsno tags A string s is called an (k,l)-repeat if s is obtained by concatenating k>=1 times some seed string t with length l>=1. For example, the strings = abaabaabaaba ----后缀数组 2023-10-06 166 点赞 2 评论 251 浏览
servlet原理及使用前言:servlet的基本认识 servlet原理及使用在servlet3.0之前,servlet与web.xml是相互实现的3.0之后即可不配置web.xml文件而使用注解的方式使服务器访问到servlet文件 初级解析 2023-09-26 170 点赞 2 评论 257 浏览