自定义博客皮肤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)
  • 收藏
  • 关注

转载 修改为form表单

var app=angular.module("Liu",[]);app.controller("myApp",function($scope,$http){ $scope.jsonFromeNet=""; //准备数据 $http({  method:"get",  url:"http://gank.io/api/data/Android/10/1" }).t

2018-01-19 08:50:12 675

转载 二级联动

$(function(){var city = $("#city").val();var regions = [["西二旗"],["邯郸"],["郑州","濮阳"]];for(var i=0; ivar op = $("");op.text(regions[city][i]);$("#region").append(op);}$("#city").change(fu

2018-01-17 14:54:56 206

转载 购物车加减按钮

var app = angular.module("Lj",[]);app.controller("count",function($scope){$scope.px = '-number';$scope.stus = [{name:'手机',price:1200,number:5},{name:'电脑',price:6200,number:4},{name:'平板',pr

2018-01-17 14:52:10 1433

转载 发货,未发货

var app = angular.module("Lj",[]);app.controller("cont",function($scope){$scope.px = '-id';$scope.stus = [{id:2,shopname:'手机',name:'曹操',tel:15151515151,money:4990,city:"北京",regdate:new Date(

2018-01-17 14:51:15 406

转载 添加修改 + 表单验证

var app = angular.module("Lj",[]);app.controller("count",function($scope){$scope.people = [{name:'张三',pass:123123,age:18,sex:'男'},{name:'李四',pass:123123,age:14,sex:'女'},{name:'王五',pass:12312

2018-01-17 14:49:41 387

转载 json串 购物车

input{text-align: center;}angular.module("myApp",[]).controller("coun",function($scope){$scope.datas = [{state: false,head: "https://img12.360buyimg.com/n1/jfs/t12223/184/496496336/3

2018-01-17 14:48:26 425

转载 网络数据http进行操作

var app = angular.module("myApp",[]);app.controller("count",function($scope,$http){$http.get("http://result.eolinker.com/TucCTQueffdc1d1aaa3be05d8c62e9bb5d3e8b495f97cca?uri=hybrid").then(functio

2018-01-17 14:47:30 190

转载 WebView

布局LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent"

2017-12-20 13:46:28 195

翻译 频道管理

布局    xmlns:app="http://schemas.android.com/apk/res-auto"    xmlns:tools="http://schemas.android.com/tools"    android:layout_width="match_parent"    android:layout_height="match_parent"

2017-12-20 13:38:52 145

转载 DrawerLayout + tablayout

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

2017-12-20 11:49:10 270

空空如也

空空如也

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

TA关注的人

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