<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    posts - 193,  comments - 520,  trackbacks - 0

    開發(fā)中遇到這么一個要求,用戶USER這個PO里需要保存用戶的照片。一般情況下有兩種處理方法:一是直接保存圖片到數(shù)據(jù)庫;二是保存圖片到服務(wù)器端,PO字段保存一個聯(lián)接??紤]到用戶照片一般較小,采用第一種方法。

    ?1 public ? class ?User? extends ?Principal? {
    ?2 ???? private ? byte []?photo;??? // 考慮與各種數(shù)據(jù)庫兼容問題
    ?3 ???? public ? byte []?getPhoto()? {
    ?4 ???????? return ?photo;
    ?5 ????}

    ?6
    ?7 ???? public ? void ?setPhoto( byte []?photo)? {
    ?8 ???????? this .photo? = ?photo;
    ?9 ????}

    10 ????..
    11 }

    12


    頁面里面,直接用webwork的FileUploadInterceptor攔截

    < @ww.form??enctype = " multipart/form-data " ?action = " doUpdateUser " ??method = " post " >
    < image?name = " img1 " ?src = " /getUserPhoto.action?userId=${user.id} " ?width = 90 ?height = 120 ?border = " 0 " ></ image >
    < @ww.file?label = " %{getText('user.photo')} " ?name = " photo " ? />
    </ @ww.form >


    xwork.xml里的配置

    ??????? < action?name = " doUpdateUser " ? class = " com.ronghao.organization.action.OrganizationAction " ?method = " updateUser " >
    ????????????
    < interceptor - ref?name = " defaultStack " >
    ????????????????
    < param?name = " fileUpload.allowedTypes " >
    ?????????????????????image
    / x - png,image / gif,image / pjpeg
    ????????????????
    </ param >
    ????????????
    </ interceptor - ref >
    ????????????
    < result?name = " success " >/ organization / user.ftl </ result >
    ????????
    </ action >

    ????????
    < action?name = " getUserPhoto " ? class = " com.ronghao.organization.action.OrganizationAction " ?method = " getUserPhoto " >
    ????????????
    < result >/ organization / user.ftl </ result >
    ????????
    </ action >


    引用默認的攔截器棧,棧里已經(jīng)包含F(xiàn)ileUploadInterceptor攔截,這里配置FileUploadInterceptor攔截的參數(shù),設(shè)定上傳的文件為圖片
    格式
    Action類

    ?1 public ? class ?OrganizationAction? extends ?BaseOrganizationAction {
    ?2 ???? private ?File?photo;?? // 與頁面里的上傳文件字段名對應(yīng)
    ?3 ???? private ?OutputStream?outPhoto
    ?4
    ?5 ????? /**
    ?6 ?????*?更新用戶信息
    ?7 ?????*
    ?8 ?????*? @return
    ?9 ?????*? @throws ?Exception
    10 ????? */

    11 ???? public ?String?updateUser()? throws ?Exception? {
    12 ???????? // 以下為保存圖片,視情況修改
    13 ???????? if ?( null ? != ?photo)? {
    14 ????????????FileInputStream?file? = ? new ?FileInputStream(photo);
    15 ???????????? int ?length? = ?file.available();
    16 ???????????? byte []?buffer? = ? new ? byte [length];
    17 ????????????file.read(buffer);
    18 ????????????file.close();
    19 ????????????user.setPhoto(buffer);??? // 將上傳的圖片轉(zhuǎn)換為字節(jié)數(shù)組存儲到PO中
    20 ????????}

    21 ????????organizationService.updateUser(user);
    22 ???????? return ?SUCCESS;
    23 ????}

    24
    25 ???? public ?String?getUserPhoto()? throws ?Exception? {
    26 ????????user? = ?organizationService.getUserById(userId);
    27 ???????? if ?(user.getPhoto()? != ? null )? {
    28 ????????????outPhoto? = ? this .getResponse().getOutputStream();? // 將PO中字節(jié)數(shù)組轉(zhuǎn)換為輸出流
    29 ????????????outPhoto.write(user.getPhoto());
    30 ????????????outPhoto.flush();
    31 ????????????outPhoto.close();
    32 ????????}

    33 ???????? return ?SUCCESS;
    34 ????}

    35 }

    36


    這樣就OK了,考慮一個問題,就是action 必須要指定一個result ,實際這里的圖片顯示僅僅是要一個輸出流

    < image?name = " img1 " ?src = " /getUserPhoto.action?userId=${user.id} " ?width = 90 ?height = 120 ?border = " 0 " ></ image >


    而我的配置里面是

    < result >/ organization / user.ftl </ result >


    不知道這會不會有什么影響?;蛘哌@樣?

    < result >/ organization / blank.ftl </ result >


    http://www.tkk7.com/ronghao 榮浩原創(chuàng),轉(zhuǎn)載請注明出處:)
    posted on 2006-06-15 17:14 ronghao 閱讀(665) 評論(0)  編輯  收藏 所屬分類: 表現(xiàn)層相關(guān)

    只有注冊用戶登錄后才能發(fā)表評論。


    網(wǎng)站導(dǎo)航:
     
    <2006年6月>
    28293031123
    45678910
    11121314151617
    18192021222324
    2526272829301
    2345678

    關(guān)注工作流和企業(yè)業(yè)務(wù)流程改進。現(xiàn)就職于ThoughtWorks。新浪微博:http://weibo.com/ronghao100

    常用鏈接

    留言簿(38)

    隨筆分類

    隨筆檔案

    文章分類

    文章檔案

    常去的網(wǎng)站

    搜索

    •  

    最新評論

    閱讀排行榜

    評論排行榜

    主站蜘蛛池模板: 国产色爽免费无码视频| 中国黄色免费网站| 亚洲欧美国产欧美色欲| 亚洲国产精品美女| 久久夜色精品国产噜噜亚洲a| 亚洲精品福利网站| 无码一区二区三区亚洲人妻| 最新亚洲人成网站在线观看 | 亚洲一区二区观看播放| 亚洲高清在线mv| 99久久国产亚洲综合精品| 亚洲一区二区三区久久久久| 国产成人精品亚洲日本在线| 亚洲无人区码一二三码区别图片| 亚洲一区二区观看播放| 国产精品亚洲专区无码牛牛 | 亚洲精品无码久久久| 亚洲精品乱码久久久久久不卡| 国产传媒在线观看视频免费观看| 中文字幕一精品亚洲无线一区| 亚洲日本va在线视频观看| 亚洲日产2021三区在线| 激情无码亚洲一区二区三区 | 亚洲午夜电影在线观看高清| 色偷偷亚洲女人天堂观看欧| 日日摸夜夜添夜夜免费视频| 久久受www免费人成_看片中文| 四虎永久免费影院在线| 亚洲入口无毒网址你懂的| 日韩电影免费在线观看| 亚洲?V乱码久久精品蜜桃| 黄床大片30分钟免费看| 日韩精品成人亚洲专区| 男人j进女人p免费视频| 2021在线观看视频精品免费| 亚洲av伊人久久综合密臀性色| 免费99热在线观看| 国产精品亚洲片在线| 成全高清在线观看免费| 亚洲影院在线观看| 无码国产精品久久一区免费|