blob 타입 난자 해결
724 단어 난자 해결
public void setArticleContent(byte[] articleContent) {
try {
this.articleContent = new String(articleContent,"utf-8");
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
}
}
2. 리치 텍스트 편집기를 데이터베이스에 저장: String 형식으로 데이터를 수신