- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 使用request.getInputStream() 创建文件(Excel)
ServletInputStream is = request.getInputStream(); if(is==null){ throw new Exception("文件不能为空"); } byte[] junk = new byte[1024]; int bytesRead = 0;
2011-10-20 16:23:52
884
原创 ext 动态Tree
接触EXT差不多两个礼拜了吧,今天终于把动态树形菜单搞定了。----------------jsp--------------
2011-03-24 15:34:00
287
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人