1.概述 还在用struts1?是的,在地球的没写地方,落后的生产方式还在运转(老项目). 从 继承org.apache.struts.action.Action, 继承org.apache.struts.action.ActionForm开始吧 2. 代码 2.1 html页面 2.2 _file ...
分类:
Web程序 时间:
2017-05-24 19:47:15
阅读次数:
212
错误: rake aborted! Gem::LoadError: You have already activated rake 10.3.2, but your Gemfile requires rake 10.1.1. Prepending `bundle exec` to your comm ...
分类:
系统相关 时间:
2017-05-06 14:22:20
阅读次数:
201
在上传代码中添加一下代码 suffix=suffix.substring(1); fast.FastDFSFile file = new fast.FastDFSFile(mFile.getBytes(), suffix); NameValuePair[] meta_list = new NameV ...
分类:
Web程序 时间:
2017-05-06 13:14:38
阅读次数:
487
前提条件:node和ruby on rails必须已经安装好(相关安装流程不再此处介绍) 1.nvm、node 2.npm or yarn装一个就好 3.rvm、ruby on rails 4.foreman ...
分类:
其他好文 时间:
2017-04-27 11:50:48
阅读次数:
648
private ArrayList mImageList; private static final int REQUEST_CAMERA = 5; // 相机拍照标记 private static final int CAMERA_REQUEST_CODE = 1; /** * 拍照获取照片 */... ...
分类:
移动开发 时间:
2017-04-24 17:19:07
阅读次数:
252
# Production 冰山一角的悲剧啊 Started GET "/discount_service/assets/admin.js?body=1" for 127.0.0.1 at 2014-05-23 14:50:24 +0800 ActionController::RoutingError ...
分类:
Web程序 时间:
2017-04-18 09:20:44
阅读次数:
257
过程 在Scala中,定义函数时,如果函数体直接包裹在了花括号里面,而没有使用=连接,则函数的返回值类型就是Unit。这样的函数就被称之为过程。过程通常用于不需要返回值的函数。 过程还有一种写法,就是将函数的返回值类型定义为Unit。 lazy值 在Scala中,提供了lazy值的特性,也就是说,如 ...
分类:
其他好文 时间:
2017-04-14 00:55:48
阅读次数:
219
/// /// 根据指定尺寸得到按比例缩放的尺寸,返回true表示以更改尺寸 /// /// 图片宽度 /// 图片高度 /// 指定宽度 /// /// 指定高度 /// 返回true表示以更改尺寸 private bool GetPicZoomS... ...
图片加载涉及到图片的缓存、图片的处理、图片的显示等。四种常用的图片加载框架,分别是Fresco、ImageLoader、 Picasso、 Glide... ...
分类:
移动开发 时间:
2017-04-05 14:42:01
阅读次数:
323
1.side bar设置浏览器打开 2.文件名乱码问题 ...
分类:
其他好文 时间:
2017-03-26 16:14:27
阅读次数:
149