上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: 原文地址:http://www.piaoyi.org/computer/Google-Chrome-input-file-delay-3-5.html 原先写法: 改为: 阅读全文
posted @ 2017-07-14 10:49 Cynthia娆墨旧染 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cnblogs.com/xujanus/p/5985644.html html js 阅读全文
posted @ 2017-07-11 14:07 Cynthia娆墨旧染 阅读(2116) 评论(2) 推荐(0) 编辑
摘要: radio checkbox select ng-repeat checkbox 取值和默认勾选 接口请求回来的json: html js 阅读全文
posted @ 2017-06-29 14:51 Cynthia娆墨旧染 阅读(830) 评论(0) 推荐(0) 编辑
摘要: $index $first $middle $last $odd $even html 指令 ctrl里面 阅读全文
posted @ 2017-06-29 13:41 Cynthia娆墨旧染 阅读(2874) 评论(0) 推荐(0) 编辑
摘要: 需要以管理员运行cmd 阅读全文
posted @ 2017-06-23 14:07 Cynthia娆墨旧染 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1.手动在项目里创建文件 .babelrc 2.安装 3.手动修改 .babelrc文件 4,修改 package.json文件,实现自动化转码,copy的时候请去掉注释 4.命令行输入以下命令进行转码 阅读全文
posted @ 2017-06-23 11:41 Cynthia娆墨旧染 阅读(688) 评论(0) 推荐(0) 编辑
摘要: 在项目目录里输入以上名利后,会自动生成一个文件 .gitignore,可在文件里写入忽略的文件名,例如 阅读全文
posted @ 2017-06-23 11:12 Cynthia娆墨旧染 阅读(1429) 评论(0) 推荐(0) 编辑
摘要: $scope.users = [ {name:'a',id:'1'}, {name:'b',id:'2'}, {name:'c',id:'3'} ]; $scope.selected='2';//id的值,区分类型 $scope.selected=$scope.users[0].id;//如果想要第一个值 阅读全文
posted @ 2017-06-22 16:11 Cynthia娆墨旧染 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 简介 常用地址 安装node,查看版本命令: 因为npm服务器在国外,如果没有FQ且npm特别慢的话,可以考虑安装淘宝镜像文件,安装cnpm命令 npm 安装参数说明: npm 安装、卸载、更新、帮助、列出已安装插件命令: npm自动生成配置文件 安装好Npm后,全局安装gulp 然后在你项目里,新 阅读全文
posted @ 2017-06-22 15:17 Cynthia娆墨旧染 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 引入 用法: md5.js 文件下载: 阅读全文
posted @ 2017-06-21 11:39 Cynthia娆墨旧染 阅读(785) 评论(0) 推荐(0) 编辑
摘要: 1.引入文件 2.页面 3.html 4.js 阅读全文
posted @ 2017-06-20 14:35 Cynthia娆墨旧染 阅读(9658) 评论(3) 推荐(0) 编辑
摘要: html: js:数据取多次 每次翻页都重新取数据 js:分页情况:数据只取一次 以下是引入的分页插件文件 阅读全文
posted @ 2017-06-19 11:21 Cynthia娆墨旧染 阅读(1601) 评论(0) 推荐(0) 编辑
摘要: 方法一: 安装后,把系统时间调到未来,然后试用,再把系统时间调回来。 方法二: 注册时,在打开的License Activation窗口中选择“License server”,在输入框输入下面的网址: 点击:Activate即可。 方法三:推荐 阅读全文
posted @ 2017-06-19 10:10 Cynthia娆墨旧染 阅读(211) 评论(0) 推荐(0) 编辑
摘要: var s = [1,2,3];//数组 var ss = s.join(',');//得到的字符串 console.log(ss); var sss = '1,2,3';//字符串 var ssss = sss.split(',');//按逗号分成数组 console.log(ssss) 阅读全文
posted @ 2017-06-19 09:42 Cynthia娆墨旧染 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 合并分支dev_1.0.0的修改到master上 阅读全文
posted @ 2017-06-16 13:47 Cynthia娆墨旧染 阅读(1878) 评论(0) 推荐(0) 编辑
摘要: 使用: 时间转为时间戳: 阅读全文
posted @ 2017-06-15 18:57 Cynthia娆墨旧染 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: 方法一:点击后,让button的状态变为disable js指令: html: 方法二:在app.config里面,重写ng-click事件,设置一定事件内不能重复点击 阅读全文
posted @ 2017-06-15 16:28 Cynthia娆墨旧染 阅读(3728) 评论(1) 推荐(0) 编辑
摘要: 接口结构 html js 阅读全文
posted @ 2017-06-15 15:01 Cynthia娆墨旧染 阅读(1596) 评论(0) 推荐(0) 编辑
摘要: 1.路由里配置参数operation 2.页面A跳转时带上参数 3.页面B获取参数operation的值 阅读全文
posted @ 2017-06-14 19:40 Cynthia娆墨旧染 阅读(580) 评论(2) 推荐(0) 编辑
摘要: 官网:http://select2.github.io/examples.html 兼容性: 引入文件 html js 附: select2 单选取值赋值 html: js: select2 多选取值赋值 html: js: 阅读全文
posted @ 2017-06-14 17:13 Cynthia娆墨旧染 阅读(2632) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页