会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
2016年12月11日
jdbc步骤:
摘要: 一、注册数据库驱动 Class.forName("com.mysql.jdbc.Driver"); 二、建立连接(Connection) Connection conn = DriverManager.getConnection(url,user,pass); 三、创建用于向数据库发送SQL的Sta
阅读全文
posted @ 2016-12-11 18:02 songyinan
阅读(188)
评论(0)
推荐(0)
编辑
关于前后台传值:
摘要: controller层:public ModelAndView goAdd(HeheEntity hehe, HttpServletRequest req) { String id = req.getParameter("id");//拿到前台的数据id String name = req.getP
阅读全文
posted @ 2016-12-11 18:00 songyinan
阅读(193)
评论(0)
推荐(0)
编辑
EL表达式.jsp指令等
摘要: 1.JSP标准指令:<%@ 标准指令(属性 )%><%@ page %><%@ include %><%@ taglib %> 2.JSP程序代码元素:<%! 变量或方法声明 %><% 程序代码 %><%= 表达式 %> <%-- jsp被服务器翻译成servlet时,变量a被翻译成成员变量 --%
阅读全文
posted @ 2016-12-11 17:43 songyinan
阅读(576)
评论(0)
推荐(0)
编辑
songyinan
公告
导航
博客园
首页
新随笔
联系
订阅
管理