摘要: package com.learn.algorithm.Str; /** * 自己实现 字符串的匹配 * @author Jiekun.Cui * */ public class SString { public static void main(String[] args) { System.out.println(indexOf("china",... 阅读全文
posted @ 2017-08-20 20:26 观堂村程序员 阅读(2055) 评论(0) 推荐(0) 编辑
摘要: 目前只是实现了 Integer 类型的运算 ,也没有对表达式进行验证, 后续有待完善 阅读全文
posted @ 2017-08-15 21:41 观堂村程序员 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 以上代码。 阅读全文
posted @ 2017-08-14 21:29 观堂村程序员 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 以上代码。 阅读全文
posted @ 2017-08-13 19:52 观堂村程序员 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 其实还可以用map实现,而且更简单 阅读全文
posted @ 2017-08-12 20:46 观堂村程序员 阅读(3530) 评论(0) 推荐(0) 编辑