摘要:
foreach中collection的三种用法 https://www.cnblogs.com/xiemingjun/p/9800999.html foreach的主要用在构建in条件中,它可以在SQL语句中进行迭代一个集合。foreach元素的属性主要有 item,index,collection 阅读全文
posted @ 2019-11-27 11:24
ThisCall
阅读(691)
评论(0)
推荐(0)
摘要:
ArrayList和LinkedList的区别 原文链接:https://pengcqu.iteye.com/blog/502676 大致区别: 1.ArrayList是实现了基于动态数组的数据结构,LinkedList基于链表的数据结构。 (LinkedList是双向链表,有next也有previ 阅读全文
posted @ 2019-11-27 10:02
ThisCall
阅读(767)
评论(0)
推荐(0)