这里主要说明rt_list_for_each_entry宏的用法,因为每次就这里不太好理解,这个宏实现的功能类似C++中用引用遍历链表,很好用的。而且RTT已经给实现了这种遍历方法如果不用总感觉自己亏了点啥 先看一下代码里此宏的具体定义: /** rt_list_for_each_entry - iterate over list of given type @pos: the type *...
xml文件代码: <insert id="insertActLabelGroupRel">insert into act_label_group_rel values<foreach collection="listData" item="param" separator="," close=";">(#{param.labelGroupId}, #{param.labelId}, #{param.labelName})</foreach> </insert>...