第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

我最后想得到這些個(gè)數(shù)字,怎么樣做呢?

我最后想得到這些個(gè)數(shù)字,怎么樣做呢?

PHP
翻翻過去那場(chǎng)雪 2023-03-12 20:16:40
我是用struts,hibernate,spring編程的,想顯示所有的數(shù)據(jù),比如數(shù)據(jù)庫中共有3行數(shù)據(jù),我想將這三行數(shù)據(jù)的每個(gè)屬性都顯示出來,當(dāng)然是不用form的,第一,我不知道是不是用DAO里提供的findAll()函數(shù),第二,如果是的話,返回值是一個(gè)List,那么,我如何將一個(gè)list中的數(shù)據(jù),重新分開成為我想要的數(shù)據(jù)比如:數(shù)據(jù)庫有三個(gè)屬性a,b,c,有三行數(shù)據(jù)(1,2,3)(4,5,6)(7,8,9)我最后想得到這九個(gè)數(shù)字,怎么樣做呢?
查看完整描述

2 回答

?
揚(yáng)帆大魚

TA貢獻(xiàn)1799條經(jīng)驗(yàn) 獲得超9個(gè)贊

List集合里存儲(chǔ)的是你hibernate model對(duì)象(也就是你由類對(duì)應(yīng)的一行記錄)
可以用c:foreach 或是 struts迭代標(biāo)簽
既然你說的是ssh,那么說一下struts的標(biāo)簽
<logic:iterate id="..." name="..." indexId="i">
<bean:write name="i">
<bean:write name="id的值" property="對(duì)象里面的字段名">
</logic:iterate>
name為你的list名稱,id可以隨便取,indexID為遍歷到第幾條記錄數(shù).
關(guān)鍵是hql查詢結(jié)果list要賦給一個(gè)帶范行l(wèi)ist<對(duì)象名>的集合

查看完整回答
反對(duì) 回復(fù) 2023-03-15
?
MM們

TA貢獻(xiàn)1886條經(jīng)驗(yàn) 獲得超2個(gè)贊

給你看段代碼 
<logic:empty name="proList" scope="request">暫時(shí)沒有此類商品</logic:empty>

<logic:notEmpty name="proList" scope="request">
<logic:iterate id="pro" name="proList" scope="request">

<tr>
<td>

<table width="603" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" height="135" align="center" background="images/cp001.gif" ><img src="manage/product/images/<bean:write name="pro" property="photoAdd"/>" width="140" height="125" /></td>
<td width="15" valign="top"> </td>
<td width="438" valign="top"><table width="438" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="zi_xh"><bean:write name="pro" property="title"/></td>
</tr>
<tr>
<td class="zi_12" height="88" valign="top"><bean:write name="pro" property="content" filter="false"/></td>
</tr>
<tr>
<td class="zi_12" align="right"><a href="products.do?method=getProducts&proCate=<bean:write name="pro" property="TCProductsCategory.categoryId"/>&proId=<bean:write name="pro" property="id"/>"><img src="images/sy009.gif" width="76" height="18" border="0" /></a></td>
</tr>
</table></td>
</tr>

<tr>
<td height="8" colspan="3"></td>
</tr>
</table>
</td>
</tr>

</logic:iterate>

</logic:notEmpty>

是不是不明白?
問題的關(guān)鍵是你要學(xué)會(huì)struts標(biāo)簽 它提供了很強(qiáng)大的功能其中就包括迭代list 上面的代碼就是迭代list 兄弟 還得繼續(xù)學(xué)啊


查看完整回答
反對(duì) 回復(fù) 2023-03-15
  • 2 回答
  • 0 關(guān)注
  • 120 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)