This is simple text.

This is an example inline link.

This is simple text.

This is simple text.

This is simple text.

This is simple text.

This is simple text.

This is simple text.
This is simple text.
  • list
  • one
  • mark

簡(jiǎn)書(shū)

簡(jiǎn)書(shū)

盞燈, 一片昏黃; 一簡(jiǎn)書(shū), 一杯淡茶。 守著那一份淡定, 品讀屬于自己的寂寞。 保持淡定, 才能欣賞到最美麗的風(fēng)景! 保持淡定, 人生從此不再寂寞。

hello world

public void uploadSource(String path,String name,InputStream in) throws Exception{
        OutputStream out=null;
        path = path.replace("\\", "/");
        try {
            File tem = new File(path);
            if(!tem.exists()){
                tem.mkdirs();
            }
            out = new FileOutputStream(new File(path,name));
            FileCopyUtils.copy(in, out);
            logger.info("上傳圖片成功:{}/{}",path,name);
        } catch (Exception e) {
            throw e;
        }finally{
            IOUtils.closeQuietly(out);
            IOUtils.closeQuietly(in);
        }
}

![][1]
[1]: http://latex.codecogs.com/gif.latex?\prod%20(n_{i})+1

name content age
allen dasd 18
blog dasd 18
allen dasd 18
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀(guān)點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

推薦閱讀更多精彩內(nèi)容