摘要: The Life Of An HTML HTTPRequest(1) The loading of theurl is started in nsWebShell::DoLoadURL (called from some LoadURLor LoadURI variant in the webshell). The webshell then tells it'sDocumentLoader to... 阅读全文
posted @ 2010-03-12 11:28 dc0453 阅读(320) 评论(0) 推荐(0)
摘要: 一:列文件清单1. List(gdb) list line1,line2二:执行程序要想运行准备调试的程序,可使用run命令,在它后面可以跟随发给该程序的任何参数,包括标准输入和标准输出说明符()和外壳通配符(*、?、[、])在内。如果你使用不带参数的run命令,gdb就再次使用你给予前一条run命令的参数,这是很有用的。利用set args 命令就可以修改发送给程序的参数,而使用show arg... 阅读全文
posted @ 2010-03-12 11:01 dc0453 阅读(150) 评论(0) 推荐(0)