国产亚洲精品福利在线无卡一,国产精久久一区二区三区,亚洲精品无码国模,精品久久久久久无码专区不卡

當(dāng)前位置: 首頁 > news >正文

政府門戶網(wǎng)站建設(shè)工作總結(jié)杭州seo博客有哪些

政府門戶網(wǎng)站建設(shè)工作總結(jié),杭州seo博客有哪些,網(wǎng)站建設(shè) 要維護(hù)么,做網(wǎng)站app公司前景Mybatis 處理 CLOB/BLOB 類型數(shù)據(jù) BLOB 和 CLOB 都是大型字段類型。 BLOB通過二進(jìn)制存儲(chǔ),而CLOB可以直接存儲(chǔ)文本。 通常,圖片、文件、音樂等信息存儲(chǔ)在 BLOB 字段中。首先,文件是轉(zhuǎn)換為二進(jìn)制,然后存儲(chǔ)在。文章或較長(zhǎng)的文本存…

Mybatis 處理 CLOB/BLOB 類型數(shù)據(jù)

BLOB 和 CLOB 都是大型字段類型。

BLOB通過二進(jìn)制存儲(chǔ),而CLOB可以直接存儲(chǔ)文本。

通常,圖片、文件、音樂等信息存儲(chǔ)在 BLOB 字段中。首先,文件是轉(zhuǎn)換為二進(jìn)制,然后存儲(chǔ)在。文章或較長(zhǎng)的文本存儲(chǔ)在 CLOB 中。

不同數(shù)據(jù)庫中相應(yīng)的 BLOB 和 CLOB 類型也不同:

在MySQL中,clob對(duì)應(yīng)于text/longtext,blob對(duì)應(yīng)于blob。

在Oracle中:clob 對(duì)應(yīng)于 clob,blob 對(duì)應(yīng)于 blob。

MyBatis 為 CLOB/BLOB 類型的列提供了內(nèi)置的映射支持。

1、創(chuàng)建表語句:

create table user_pics(id number primary key,name varchar2(50) ,pic blob,bio clob
);

2、圖片(PICS)可以是PNG,JPG或其他格式。簡(jiǎn)要信息(bio)可以是很長(zhǎng)的文本描述。默認(rèn)情況下,MyBatis 將 CLOB 列映射到 java.lang.String 類型,將 BLOB 列映射到 byte [] 類型。

public class UserPic{private int id;private String name;private byte[] pic;private String bio;//setters & getters
}

3、Map 文件:

<insert id="insertUserPic" parameterType="UserPic"><selectKey keyProperty="id" resultType="int" order="BEFORE">select my_seq.nextval from dual</selectKey>insert into user_pics(id,name, pic,bio) values(#{id},#{name},#{pic},#{bio})
</insert><select id="getUserPicById" parameterType="int" resultType="UserPic">select * from user_pics where id=#{id}
</select>

4、Mapping 接口:

public interface PicMapper {int insertUserPic(UserPic userPic);UserPic getUserPicById(int id);
}

5、測(cè)試方法:

@Test
public void test_insertUserPic(){String name = "tom";String bio = "Can be a very long string";byte[] pic = null;try {//Read user pictureFile file = new File("src/com/briup/special/1.gif");InputStream is = new FileInputStream(file);pic = new byte[is.available()];is.read(pic);is.close();} catch (Exception e) {e.printStackTrace();}//Prepare the data to be inserted into the database and encapsulate it as an objectUserPic userPic = new UserPic(name, pic , bio);SqlSession sqlSession = null;try {sqlSession = MyBatisSqlSessionFactory.openSession();SpecialMapper mapper = sqlSession.getMapper(SpecialMapper.class);mapper.insertUserPic(userPic);sqlSession.commit();} catch (Exception e) {e.printStackTrace();}
}

6、以下 getUserPic() 方法將 CLOB 類型數(shù)據(jù)讀取為字符串類型,將 BLOB 類型數(shù)據(jù)讀取為字節(jié) []屬性:

@Test
public void test_getUserPicById(){SqlSession sqlSession = null;try {sqlSession = MyBatisSqlSessionFactory.openSession();SpecialMapper mapper = sqlSession.getMapper(SpecialMapper.class);UserPic userPic = mapper.getUserPicById(59);System.out.println(userPic.getId());System.out.println(userPic.getName());System.out.println(userPic.getBio());System.out.println(userPic.getPic().length);} catch (Exception e) {e.printStackTrace();}
}
http://aloenet.com.cn/news/46774.html

相關(guān)文章:

  • 信譽(yù)好的邢臺(tái)做網(wǎng)站瀏陽廖主任打人案
  • 邢臺(tái)網(wǎng)站制作報(bào)價(jià)多少錢seo研究中心倒閉
  • p2p網(wǎng)站開發(fā)的多少錢太原seo招聘
  • 做動(dòng)態(tài)網(wǎng)站不需要DW嗎推廣技巧
  • 織夢(mèng)cms收費(fèi)seo優(yōu)化網(wǎng)站的注意事項(xiàng)
  • 泉州seo網(wǎng)站建設(shè)費(fèi)用品牌建設(shè)
  • 上海高端網(wǎng)站開發(fā)公司網(wǎng)絡(luò)推廣公司電話
  • 北京做兼職從哪個(gè)網(wǎng)站好企業(yè)網(wǎng)頁設(shè)計(jì)報(bào)價(jià)
  • 建設(shè)網(wǎng)站上傳軟件海淀區(qū)seo引擎優(yōu)化
  • 應(yīng)持續(xù)抓好二級(jí)網(wǎng)站的建設(shè)工作新站整站快速排名
  • 怎樣做科普視頻網(wǎng)站google chrome download
  • wordpress后臺(tái)不提醒更新站長(zhǎng)之家的seo綜合查詢工具
  • 成都建設(shè)網(wǎng)站分享搜索引擎 磁力吧
  • html基礎(chǔ)網(wǎng)頁代碼快速排名優(yōu)化seo
  • 福清市百度seo天津seo培訓(xùn)
  • 建設(shè)網(wǎng)站的企業(yè)友情鏈接交換
  • 做的好的手機(jī)網(wǎng)站怎樣制作網(wǎng)頁設(shè)計(jì)
  • 重慶巫溪網(wǎng)站建設(shè)網(wǎng)站怎么開發(fā)
  • 淘寶美工與網(wǎng)站開發(fā)搜索引擎優(yōu)化seo論文
  • WordPress網(wǎng)頁加載時(shí)間網(wǎng)站優(yōu)化公司
  • 怎么做刷網(wǎng)站流量生意永久免費(fèi)自動(dòng)建站
  • 阿里巴巴網(wǎng)站怎么做全屏分類怎么找平臺(tái)推廣自己的產(chǎn)品
  • 網(wǎng)站建設(shè)項(xiàng)目設(shè)計(jì)報(bào)告海外營銷推廣
  • 開發(fā)建設(shè)網(wǎng)站網(wǎng)絡(luò)優(yōu)化大師
  • 如何推廣一個(gè)新的app優(yōu)化網(wǎng)站排名費(fèi)用
  • 網(wǎng)站免費(fèi)建站 圖標(biāo)seo全網(wǎng)營銷的方式
  • 網(wǎng)站制作營銷型seo常用工具
  • 東莞網(wǎng)站制作十強(qiáng)seo 培訓(xùn)教程
  • 商務(wù)網(wǎng)站開發(fā)騰訊企點(diǎn)客服
  • 建設(shè)一個(gè)公司網(wǎng)站寧波網(wǎng)站推廣優(yōu)化公司怎么樣