自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 购物流程web

var app=angular.module("myApp",[]); app.controller("myContro",function($scope,$http,$interval){ $http.get("http://result.eolinker.com/rR1VBtT56a6bb220c10b3d44b65b4787a8aec03c4ec32ce?uri=monthTest").

2018-04-07 13:18:40 383

原创 web网站(购物车)

//权限  angular.min架包(放在js文件夹内) var app=angular.module("App",[]); app.controller("Democtrl",function($scope){ $scope.datas= [{ gid: 001, gname: "手机", gnum: 3, gprice: 1000, gcount:

2018-04-07 10:55:53 841

原创 网页数据库的增删该查

//在 js文件夹 里添加 angular.min 的包 .css1{ background-color: red; } .css2{ background-color: blue; } 数量排序: 数量正序 数量倒序 批量删除 产品编号 产品名称 购买数量 产

2018-03-06 11:31:18 139

原创 Handler倒计时跳转

//布局 TextView android:id="@+id/tv" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentEnd="true" android:layout_alignParentRight=

2018-01-19 11:00:01 271

原创 Banner无线自动轮播图

/** *先导依赖(架包)在--build.gradle *banner依赖: compile 'com.youth.banner:banner:1.4.9' *图片依赖:compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' **/ // Banner布局 com.youth.ban

2018-01-18 14:09:26 375

原创 XListView多条目加载

/** * 导 xlistview 的代码    *导依赖(架包) **/ com.bwie.xlistviewlibrary.View.XListView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/dxlv"/>

2018-01-18 10:52:23 268

原创 XListView上下拉刷新加载

/** *先连接xlistview代码 *导架包Gson   ImageLoader 的 **/ //布局 com.bwie.xlistviewlibrary.View.XListView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@

2018-01-17 20:56:22 236

原创 TabLayout

/** *添加依赖 (在 build gradle 里面) *dependencies { * compile 'com.android.support:design:26.1.0'  **/ //布局 android.support.design.widget.TabLayout android:layout_width="match_parent" andro

2018-01-17 16:15:11 102

原创 Fragment 和 ViewPager (样本:微信)

//布局 android.support.v4.view.ViewPager android:id="@+id/vp" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="9" /> RadioGroup android:layout

2018-01-17 14:08:38 121

原创 DrawdleLaout+ListView(侧拉)

依赖Gradle://classpath 'com.android.tools.build:gradle:3.0.1'(最后导架宝) 权限:// uses-permission android:name="android.permission.INTERNET"/> uses-permission android:name="android.permission.READ_EXTERNAL_S

2018-01-17 12:28:03 296

原创 ImageLoader应用

public class MainActivity extends AppCompatActivity { ********图片的宽高必须是准确的数值 *********     private ListView lv;     private ImageLoader imageLoaderInstance;     String imageUrl = "http://img.my

2018-01-04 19:06:44 141

空空如也

空空如也

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

TA关注的人

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