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
一盏灯, 一片昏黄; 一简书, 一杯淡茶。 守着那一份淡定, 品读属于自己的寂寞。 保持淡定, 才能欣赏到最美丽的风景! 保持淡定, 人生从此不再寂寞。
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 |