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"/>
效果如如图:
期货趋势程序化交易方法
马文胜 编 / 中国财政经济 / 2008-1 / 42.00元
《期货趋势程序化交易方法》可作为学习期货行业的教程。中国期货行业非常重视期货人才队伍的建设,无论是在抓紧推进期货分析师的认证体系建设、提升期货分析师的执业水平上,还是在专业人才的后续教育上。 要想在期货市场上长期生存并保持稳定的获利,必须在充分认识市场的基础上,建立一个有效的系统化的手段和程序化的方法,把一切的复杂性和不确定性全部加以量化,使所有的交易有序而直观,才能最终达到低风险、低回报。一起来看看 《期货趋势程序化交易方法》 这本书的介绍吧!
