自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Title_layout

Activity<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" an...

2018-08-24 11:45:55 203

原创 FaCreate

//主布局<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.andr...

2018-07-01 21:01:04 141

原创 频道管理

<com.bawei.channelmanager.ui.ChannelView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.c...

2018-07-01 19:44:24 125

原创 轮播图——上下刷新----

//主布局<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:app="http://schemas.android.com/apk/res-auto"    xmlns:tools="http://schemas.android.com/tools"    android:lay...

2018-06-23 18:03:43 278

原创 Fragment+多条目加载+下拉刷新

//主布局<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.andro...

2018-06-15 16:45:55 726

原创 上拉刷新

//主布局<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" androi...

2018-06-14 10:51:18 148

原创 listview -------多条目加载--

//activty--main<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" ...

2018-06-13 16:56:16 108

原创 圆形图片---rikao8

//适配public class ListAdapter extends BaseAdapter{ private Context context; private List<NewsBean.NewslistBean>list; public ListAdapter(Context context, List<NewsBean.NewslistBean&g...

2018-06-13 10:35:17 135

原创 Asynk--

//主布局<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:...

2018-06-10 19:21:53 157

原创 Last----

//MyListViewpublic class MyListView extends ListView{private MyListView listView; public MyListView(Context context) { super(context); } public MyListView(Context context, Attrib...

2018-05-30 21:09:00 131

原创 Last--protice

//Manticitypublic class MainActivity extends AppCompatActivity implements View.OnClickListener{private ViewPager viewPager;private List<Fragment>fs=new ArrayList<>();private FragmentAda...

2018-05-30 20:55:54 445

原创 //LastProtice

//主布局<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:...

2018-05-30 20:49:18 190

原创 Fragment的切换

//主布局<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:...

2018-05-29 08:39:38 290

原创 自己

//圆点的acitivitypublic class SplashActivity extends AppCompatActivity {    private TextView time;    private ImageView imageView;    private int i = 3;    private Timer timer;    @Override    protected ...

2018-05-27 21:00:19 101

原创 YueOne

//制作圆点的跳转首界面<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:app="http://schemas.android.com/apk/res-auto"    xmlns:tools="http://schemas.android.com/tools"    an...

2018-05-27 20:55:24 123

原创 HttpContent

package com.daydayup.zhoukao1.acitivities;import android.support.v4.app.FragmentManager;import android.support.v4.app.FragmentTransaction;import android.support.v7.app.AppCompatActivity;import android...

2018-05-13 21:08:57 693

原创 部门查询 网页的

tbody tr:nth-child(even){                background-color: paleturquoise;            }            tbody tr:nth-child(odd){                background-color: palegreen;            }                     

2018-01-19 08:44:35 185

原创 无操作数据 最终的anglur

tbody tr:nth-child(even){                background-color: paleturquoise;            }            tbody tr:nth-child(odd){                background-color: lightcyan;            }                     

2018-01-19 08:43:20 249

原创 anglir 模拟月考

tbody tr:nth-child(odd){                background-color:#F2F2F2;                text-align: center;            }            tbody tr:nth-child(even){                background-color:#C0C0C0;         

2018-01-19 08:40:34 140

原创 JH 连接的anglur

var app=angular.module("myApp",[]);            app.controller("myCtrl",function($scope,$http){                $scope.kong=false;                $http.get("http://result.eolinker.com/TucCTQueffdc1d1aaa

2018-01-19 08:16:23 191

原创 anglur 的非空

var app=angular.module("myApp",[]);            app.controller("myCtrl",function($scope){                $scope.products=[{                    id:1,                    name:"nanjing",        

2018-01-16 20:48:38 313

原创 anglur 的绑定排序

var app=angular.module("myApp",[]);         app.controller("myCtrl",function($scope){             //自定义数据             $scope.products=[{                 id:15,                 name:"可乐小饼干",           

2018-01-16 20:46:34 293

原创 Anglur 增删改查

tbody tr:nth-child(even){                background-color: aliceblue;            }            tbody tr:nth-child(odd){                background-color: lightpink;            }            .

2018-01-16 11:16:06 425

空空如也

空空如也

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

TA关注的人

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