摘要: 也是一个练手用的Demo 地址https://github.com/zxk0212/jsDemo 阅读全文
posted @ 2020-09-12 07:27 呦啊哈 阅读(47) 评论(0) 推荐(0)
摘要: 自己做的demo练手,还是有不少细节没有主意,把代码分享给大家,可以帮我改正奥。 https://github.com/zxk0212/todoList 阅读全文
posted @ 2020-09-12 07:21 呦啊哈 阅读(80) 评论(0) 推荐(0)
摘要: 线性查找法 根据线性查找法,给一个数组,一个目标值,查找目标值在数组中的位置。如果没有返回-1. 首先写出的代码为 public class LinerSeach { private LinerSeach(){} public int search(int[] data,int target){ f 阅读全文
posted @ 2020-09-12 07:13 呦啊哈 阅读(109) 评论(0) 推荐(0)