摘要:
jsp中存在一个奇奇怪怪的bean标签。例如现在在java包中定义一个类test2package bean;public class test { private int number;public test(){ number=100;}public int get_number(){ re... 阅读全文
摘要:
76 /* 77 * This function frees a continuos block of page tables, as needed 78 * by 'exit()'. As does copy_page_tables(), this handles only 4Mb block... 阅读全文