Web jsp开发学习——实现页面跳转和传参
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
// TODO Auto-generated method stub
/*
* 不带状态的跳转:response.sendRedirext("index.jsp")
* 带状态的页面跳转:RequestDispatcher.forward(request,response)
*/
}
C/C++中extern关键字详解
python中的多继承
用python爬虫抓站的一些技巧总结
python中的OO
互斥量、条件变量与pthread_cond_wait()函数的使用,详解
C/C++ struct位结构(位域)
VS2008无法启动asp.net提示“无法启动程序: http://localhost/.../test.aspx” 数据无效”。
昨晚比较开心,QQ2009 sp6的0x00dd发送出去的包终于搞明白了
CRC32 CRC16 校验算法 C# 代码