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ū), 一杯淡茶。 守著那一份淡定, 品讀屬于自己的寂寞。 保持淡定, 才能欣賞到最美麗的風(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 |