本文转载自:http://www.youarebug.com/forum.php?mod=viewthread&tid=56&extra=page%3D1 我们在网页上传图片的时候,特别是上传图像等操作,需要限制用户上传图片的类型.大小.有时候还需要对图片进行剪切.这样的需求在我们工作中经常遇到.今天就来说说在web开发中,如何对上传的图片判断文件的类型.检查文件的大小.对图片进行可视化裁剪等操作.很少写帖子,有不足之处,请不吝赐教.先上图看看效果: <ignore_js_op st
建议27:谨慎包装类型的大小比较 基本数据类型比较大小木有问题,不过其对应的包装类型大小比较就需要注意了.看如下代码: public class Client { public static void main(String[] args) { Integer a = new Integer(100); Integer b = new Integer(100); /* compareTo返回值:若a>b则返回1:若a==b则返回0:若a<b则返回-1 */ int result = a.com
problom : 'f1' value hava been changed when output. reason : the binary repersentation of 2.2f is : 00110011001100110011... (is an infinite recurring decimal) but computer only store 24 byte , so discard the remaining number , lead to the value has b