上一页 1 2 3 4 5 6 ··· 11 下一页
  2018年5月3日
摘要: git 地址: https://github.com/Augus/ngAnimate/ 使用方法: 下载后, 1、引入ngAnimate.js(依赖jquery); 2、引入 ng-animate.css 3、在需要ng-show的标签上,加上以下效果的类名 显示效果类名: toggle spin- 阅读全文
posted @ 2018-05-03 14:44 段了的弦 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 注入:$ionicScrollDelegate 判断滚动条的位置用: 返回一个Json对象,内容为:{top:0,left:0} 例如当滚动条距离顶部一定距离时: 阅读全文
posted @ 2018-05-03 14:06 段了的弦 阅读(1472) 评论(0) 推荐(0) 编辑
  2018年4月27日
摘要: 1.工具 -> 库程序包管理器 -> 程序包管理器控制台 2.运行命令 Enable-Migrations, 这时候,你会发现在程序端多出一个文件夹叫Migrations,这里面有一个Configuration.cs文件 3.运行命令Add-Migration,此命令会在Migrations文件下新 阅读全文
posted @ 2018-04-27 14:31 段了的弦 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 话不多说,地址放上 https://blog.csdn.net/u013474436/article/details/46337213 阅读全文
posted @ 2018-04-27 14:29 段了的弦 阅读(91) 评论(0) 推荐(0) 编辑
  2018年4月17日
摘要: ng-repeat="item in items|filter:{name:data.type,area:data.area}" 阅读全文
posted @ 2018-04-17 20:57 段了的弦 阅读(581) 评论(0) 推荐(0) 编辑
  2018年4月16日
摘要: 官方地址:https://market.ionicframework.com/plugins/ionicdatepicker 安装NPM文件: 主要是引用JS文件: JS内容: 阅读全文
posted @ 2018-04-16 15:33 段了的弦 阅读(751) 评论(0) 推荐(0) 编辑
  2018年4月15日
摘要: 1.在tabs导航中,部分子页面隐藏底部选项卡 tabs添加: 要隐藏选项卡的子页面: direction: 2.设置导航的过渡方向: JS中:注入 使用: 3.下拉刷新 4.滚动条到底加载 $scope.$on('stateChangeSuccess', function () { $scope. 阅读全文
posted @ 2018-04-15 11:54 段了的弦 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1.部分图标按钮调整大小 2.item内容垂直方向居中 3.背景图片占满 4.内容自动换行 阅读全文
posted @ 2018-04-15 11:17 段了的弦 阅读(96) 评论(0) 推荐(0) 编辑
  2018年3月29日
摘要: var app = angular.module("app",[]); app.controller("ctrl", function ($scope) { $scope.title = "点击展开"; $scope.text = "这是内部内容"; $scope.list = [{ title: "标题1", text: "内容1" },... 阅读全文
posted @ 2018-03-29 16:16 段了的弦 阅读(161) 评论(0) 推荐(0) 编辑
  2018年3月27日
摘要: 安装OData环境: 安装EF环境: Code First连接字符串:web.config中 配置路由:WebApiConfig 阅读全文
posted @ 2018-03-27 14:49 段了的弦 阅读(183) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页