AndroidImageCrop
- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/sangmingming/AndroidImageCrop
- 软件文档: https://github.com/sangmingming/AndroidImageCrop
软件介绍
android平台上的图片裁剪,可以获取正方形图片。
使用activity方法:
new Crop(Uri.fromFile( new File(Environment.getExternalStorageDirectory() + "/pic/jjjj.jpg"))) //the picture want to crop .output(Uri.fromFile(new File(Environment.getExternalStorageDirectory() + "/pic/first.jpg"))) //the file to save crop .withWidth(640) //the max width want to save .start(this);
使用view:
<me.isming.crop.view.CropImageLayout android:id="@+id/clip" android:layout_width="match_parent" android:layout_height="match_parent"/>
效果如如图:
Web Services原理与研发实践
顾宁刘家茂柴晓路 / 机械工业出版社 / 2006-1 / 33.00元
本书以web services技术原理为主线,详细解释、分析包括XML、XML Schema、SOAP、WSDL、UDDI等在内在的web Services核心技术。在分析、阐述技术原理的同时,结合作者在Web Services领域的最新研究成果,使用大量的实例帮助读者深刻理解技术的设计思路与原则。全书共有9章,第1章主要介绍web Services的背景知识;第2-7章着重讲解webServic......一起来看看 《Web Services原理与研发实践》 这本书的介绍吧!
