jsp+mysql购物车示例
<%Class.forName("com.mysql.jdbc.Driver").newInstance();Stringurl="jdbc:mysql://localh...
<%
Class.forName("com.mysql.jdbc.Driver").newInstance();
String url="jdbc:mysql://localhost:3306/eshop?user=root&password=root&useUnicode=true&characterEncoding=gb123";
Connection conn=DriverManager.getConnection(url);
Statement stat=conn.createStatement();
String sql="select*from shop";
ResultSet rs=stat.executeQuery(sql);
%>
请问,第三行中的String url="jdbc:mysql://localhost:3306/eshop?……
这个eshop是不是在mysql那里建一个eshop的数据库,然后把两个表放到里面就可以了?如图
我该怎么改呢? 展开
Class.forName("com.mysql.jdbc.Driver").newInstance();
String url="jdbc:mysql://localhost:3306/eshop?user=root&password=root&useUnicode=true&characterEncoding=gb123";
Connection conn=DriverManager.getConnection(url);
Statement stat=conn.createStatement();
String sql="select*from shop";
ResultSet rs=stat.executeQuery(sql);
%>
请问,第三行中的String url="jdbc:mysql://localhost:3306/eshop?……
这个eshop是不是在mysql那里建一个eshop的数据库,然后把两个表放到里面就可以了?如图
我该怎么改呢? 展开
6个回答
2017-08-28
展开全部
通过这个方法request.getsession().setAttribute("cart",购物车的数据);放入,然后需要提取的时候就通过request.getsession().getAttribute("cart");得到数据,然后在往数据库里面插就好了。
华普信息
2024-10-30 广告
2024-10-30 广告
电商批量下单软件是我们深圳市华普信息科技有限公司针对电商行业设计的高效工具。该软件支持多平台、多账号管理,可一键导入订单信息,实现快速批量下单,极大提升运营效率。通过智能算法优化下单流程,减少人工操作错误,确保订单处理准确无误。同时,软件提...
点击进入详情页
本回答由华普信息提供
展开全部
eshop是数据库
String url="jdbc:mysql://localhost:3306/eshop;
Connection conn=DriverManager.getConnection(url,"root","root");
String url="jdbc:mysql://localhost:3306/eshop;
Connection conn=DriverManager.getConnection(url,"root","root");
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<%
Class.forName("com.mysql.jdbc.Driver");
String url="jdbc:mysql://localhost:3306/eshop?characterEncoding=gb123";
Connection conn=DriverManager.getConnection(url,"root","root");
Statement stat=conn.createStatement();
String sql="select*from shop";
ResultSet rs=stat.executeQuery(sql);
%>
Class.forName("com.mysql.jdbc.Driver");
String url="jdbc:mysql://localhost:3306/eshop?characterEncoding=gb123";
Connection conn=DriverManager.getConnection(url,"root","root");
Statement stat=conn.createStatement();
String sql="select*from shop";
ResultSet rs=stat.executeQuery(sql);
%>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
是,eshop是数据库的名字
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
谁交你们这么写代码的啊,牛逼了啊
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |