无奈白开水

文章
3
资源
0
加入时间
2年10月21天

说说jdk和jre的区别和联系?

1、jdk是包含了jre的。2、jre是用来运行java程序的环境,而jdk除了包含运行java程序环境外还提供了java程序开发环境。

list_for_each_entry详解

先上相关代码:/** * list_for_each_entry_rcu - iterate over rcu list of given type * @pos: the type * to use as a loop cursor. * @head: the head for your list. * @member: the name of the list_struct withi