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)
*/
}
base64 encoder/decoder for objectivec编码及解码(转)
用XCode 开发基于网络库ACE的应用
迅雷/旋风地址转换原理分析(转)
主题:非常常用的Mac快捷键
没事干测试ObjC数据类型
These are the support and errata files for titles formerly published by Wrox Press Limited.
iOS 开发者应该知道的 ARM 结构(转自apple4us)
[创建型模式] Factory
[创建型模式] Builder