- 博客(3)
- 收藏
- 关注
转载 Android 滑动scrollBy()和scrollTo()两个方法的简单认识
涉及到滑动,就涉及到VIEW,大家都知道,Android的UI界面都是由一个一个的View以及View的派生类组成,View作为基类,而常用的布局里面的各种布局就是它派生出来的ViewGroup的子类,ViewGroup作为各个组件的容器搭建了整体的UI。以下是android UI的结构示示意图: 查看源码 [java] view plain copy
2017-06-11 19:12:36
1190
转载 使用Jmeter进行http接口性能测试
使用Jmeter进行http接口性能测试 转载于:http://www.cnblogs.com/star91/p/5059222.html 在进行网页或应用程序后台接口开发时,一般要及时测试开发的接口能否正确接收和返回数据,对于单次测试,Postman插件是个不错的Http请求模拟工具。 但是Postman只能模拟单客户端的单次请求,而对于模拟多用户并发
2017-05-27 21:29:55
306
原创 TextView的竖排版
1.TextView的mes属性: (不建议使用) TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxEms="1" android:textSize="28sp" android:textColor="@col
2017-03-04 15:51:40
591
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅