自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 收藏
  • 关注

原创 Andorid studio git远程仓库下拉\上传代码 pushing问题

Android studio git工具使用问题记录

2022-08-29 14:59:08 916 1

原创 自定义view知识点

public class WaterView extends View { private Paint mBottomPaint; private Paint mTopPaint; private Path mPathBottom; private Path mPathTop; public WaterView(Context context) { ...

2018-10-08 08:11:10 187

原创 MVP框架

public interface iPresenter { //请求成功后 void success(List<MyBean.ResultBean.NearbyCinemaListBean> list); void error(String error);}mypresenterpublic class MyPresenter implements ...

2018-09-20 14:40:46 206

原创 自定义view画图,画笔设置

//矩形canvas.drawRect("左边距离左边框的距离","上边距离上边框的距离","右边距离左边框的距离","下边距离上边框的距离","画笔");//线canvas.drawLine("线的起始x坐标","起始y坐标","终止x左边","终止y坐标","画笔");//文字canvas.dr

2018-09-02 19:52:21 260

原创 画图柱形图

public class MyScondView extends View { private Paint xyPaint; private Paint weekPaint; private Paint zPaint; private int width_num=50; private int height_num=0; private Paint...

2018-09-02 19:51:42 223

原创 多条目类型获取

adapter根据图片的路径字符串判断图片数量@Overridepublic int getItemViewType(int position) { String image0 = list.get(position).getImage0(); String image1 = list.get(position).getImage1(); String image...

2018-08-24 16:34:32 224

原创 多条目加载

private PullToRefreshListView pull_list;private NetUtils instance = NetUtils.getInstance();private String URL = "http://www.xieast.com/api/news/news.php?page=";private int page = 1;private NewsB...

2018-08-24 15:57:14 167

原创 多条加载获取数据,设置适配器,上拉下拉加载

public class ShowActivity extends AppCompatActivity implements NetUtils.NetCallback, AdapterView.OnItemClickListener { private PullToRefreshListView pullList; private List<Result.ResultBe...

2018-08-23 09:01:20 410

原创 csnd-update

                        var ug=""; $scope.upShow=false; $scope.upGood=function(uname){ $scope.upShow=true;//回显 //循环找到名字相同的对象 for (var i = 0; i < $scope.goods.length; i++) { if ($sc...

2018-05-30 19:35:54 307

原创 通过地址请求数据

$http.get("地址").then(function(req){ $scope.goods=req.data;});

2018-05-30 19:04:19 272

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除