首页 > 作文

索尼WX300

更新时间: 阅读: 评论:0

手机越来越慢-债权转让协议

索尼WX300
2023年3月18日发(作者:钢铁是怎样炼成的阅读笔记)

JavaWebhtml+js创建购物车表单以及连接数据库部分代码提⽰

因为⼤作业需要设置购物车,并能从⽤户所在数据库表中导出,所以找到了⼀个购物车模版,运⾏之后状态如下:

**

**

购物车

全选

商品

单价

数量

⼩计

操作

Casio/卡西欧EX-TR350

5999.8

 -  +

5999.8

删除

Canon/佳能PowerShotSX50HS

3888.5

 -  +

3888.5

删除

Sony/索尼DSC-WX300

1428.5

 -  +

1428.5

删除

Fujifilm/富⼠instaxmini25

640.6

 -  +

640.6

删除

添加⼀⾏

全部删除

结算

合计:¥0

**

**

*{

font-size:14px;

font-family:"微软雅⿊";

vertical-align:middle;

margin:0;

padding:0;

}

img{

width:160px;

height:120px;

}

/*span{display:inline-block;}*/

.imfor_topdiv{

height:40px;

background-color:deepskyblue;

font-weight:bold;

}

.imfordiv{

height:140px;

line-height:120px;

}

.imfor:hover{

back好听id ground:RGB(238,246,255);

}

.check,

.check_top{

width:70px;

}

.pudc,

.pudc,

.pudc_top{

width:400px;

}

.pices,

.pices_top{

width:60px;

}

.totle{

color:red;

}

.num,

.num_top{

width:90px;

}

.numinp小王子书评 ut{

width:40px;

}

.numspan{

height:23px;

width:17px;

border:1pxsolid#e5e5e5;

background:#f0f0f0;

text-align:center;

line-height:23px;

color:#444;

cursor:pointer;

}

.totle,

.totle_top{

width:60px;

}

.del,

.del_top{

width:60px;

cursor:pointer;

}

.imfor_topdiv,

.imfordiv{

float:left;

border:1pxsoliddeepskyblue;

text-align:center;

}

.imfor_top,

.imfor{

width:800px;

}

.foot{

float:inherit;

}

#box,

#content_box{

width:800px;

margin:0auto;

}

.foot_add,

.foot_del{

float:left;

cursor:pointer;

margin-left:10px;

margin-top:1胃溃疡用药 4px;

}

.foot{

width:800px;

background-color:#eaeaea;

}

.foot_tol,

.foot_cash{

float:right;

cursor:pointer;

width:80px;

margin-top:14px;

margin-left:100px;

}

#susum{

color:red;

}

:

$(function(){

totl();

adddel()

//全选

$("#all").click(function(){

all=$(this).prop("checked")

$(".Each").each(function(){

$(this).prop("checked",a鱼鳔怎么做好吃 ll);

})

})

//删除当前⾏

$(".del").each(function(){

$(this).click(function(){

$(this).parent().remove();

if($(".imfor").length==0){

$("#susum").text(0);

}

totl();

})

})

//添加⼀⾏

$(".foot_add").click(function(){

varstr=''+

''+

''+

'

'+

'Fujifilm/富⼠instaxmini25

'+

'640.6

'+

' -  +

'+

'640.6

'+

'删除

'+

'

';

$(this).parent().prev().append(str);

totl();

adddel()

$(".del").each(function(){

$(this).click(function(){

$(this).parent().remove();

totl();

})

})

})

//全选删除

$(".foot_del").click(function(){

$(".Each").each(function(){

if($(this).prop('checked')){

$(this).parents(".imfor").remove();

totl();

if($(".imfor").length==0){

$("#susum").text(0);

}

}

})

})

})

//合计

functiontotl(){

varsum=0;

$(".totle").each(function(){

sum+=parFloat($(this).text());

$("#susum").text(sum);

})

}

functionadddel(){

//⼩计和加减

//加

$(".add").each(function(){

$(this).click(function(){

var$multi=生活活动 0;

varvall=$(this).prev().val();

vall++;

$(this).prev().val(vall);

$multi=parFloat(vall)*parFloat($(this).parent().prev().text());

$(this).parent().next().text(($multi));

totl();

})

})

//减

$(".reduc").each(function(){

$(this).click(function(){

var$multi1=0;

varvall1=$(this).next().val();

vall1--;

if(vall1<=0){

vall1=1;

}

$(this).next().val(vall1);

$multi1=parFloat(vall1)*parFloat($(this).parent().prev().text());

$(this).parent().next().text(($multi1));

totl();

})

})

}

上⾯三个是未调⽤数据库时的模版,需要运⽤jquery。

Canon/佳能PowerShotSX50HS

3888.5

 -  +

3888.5

删除

那么如何遍历输出上⾯这⼀段代码表现出数据库输出呢,在jsp界⾯连接数据库,查询数据库中的商品,如下⾯这段代码,将信息⾏插⼊到

while遍历中:

<%@pageimport=".*"%>

<%@pagecontentType="text/html;chart=UTF-8"language="java"%>

<%Stringno=ameter("flag");//从上⼀jsp获取的⽤户no,⽤来判断⽤户信息,以及取值

StringDRIVER_NAME="";

finalStringURL="jdbc:mysql://localhost:3306/ClothesM7";//url地址,

//可以在DriveandDataSource⾥⾯查看⾃⼰的数据库的地址

finalStringUSER_NAME="root";//数据库⽤户名

//密码

finalStringPASSWORD="Wzy768291";//我设置的连接数据库的密码

try{

//获取连接

e(DRIVER_NAME);

Connectionconn2=nection(URL,USER_NAME,PASSWORD);

Stringsql="lect*ngcarwhereuids='"+no+"'";

//ing(3,age);

Statementstmt=Statement();//创建PreparedStatement对象

ResultSetrs=eQuery(sql);

%>

全选

商品

单价

数量

⼩计

加⼊购物车时间

操作

<%

while(()){//当查询结果存在时,获取相关信息

Stringcid=ing(2);//获取服装id

Stringnumb=ing(3);

Stringdate=ing(4);

Stringsql2="lect*swherecid='"+cid+"'";//利⽤服装id获取更多服装信息

Statementstmt2=Statement();//创建Pr溥仪退位时间 eparedStatement对象

ResultSetrs2=eQuery(sql2);//获取查询结果,rs表⽰

while(()){//当服装信息存在时,遍历rs2,这⾥我遍历了两遍因为需要输出的东西在两张表⾥⾯,简单的化⼀遍即可

while(()){//当服装信息存在时,遍历rs2,这⾥我遍历了两遍因为需要输出的东西在两张表⾥⾯,简单的化⼀遍即可

Stringpath=ing(8);//通过clothes表格获取服装路径

Stringfilename=ing(7);//通过clothes表格获取服装照⽚⽂件名称

Stringname=ing(1);//通过clothes表格获取服装名称

Stringprice=ing(6);//通过clothes表格获取服装价格

finalfloati=loat(price)*loat(numb);

Stringtot=""+i;

//输出每⾏信息

%>

"/><%=name%>

<%=price%>

 - "/> +

<%=tot%>

<%=date%>

&flag2=<%=no%>&flag3=<%=date%>"mothed="pos神龙政变 t">删除

<%

}

}

%>

添加⼀⾏

全部删除

结算

合计:¥0

<%

();

();

}catch(ClassNotFoundExceptione){

tackTrace();

}catch(SQLExceptionthrowables){

tackTrace();

}

(no);

%>

读取数据库结果,并输出如下:

本文发布于:2023-03-18 06:17:44,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/310d865117b1531be4584dbcf2d69728.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:索尼WX300.doc

本文 PDF 下载地址:索尼WX300.pdf

上一篇:夜来香用多大的盆合适
下一篇:返回列表
标签:索尼WX300
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
热门标签
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图