会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Cynthia娆墨旧染
Don’t Repeat Yourself.
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
2017年7月14日
chorme type=file 延迟5-8秒
摘要: 原文地址:http://www.piaoyi.org/computer/Google-Chrome-input-file-delay-3-5.html 原先写法: 改为:
阅读全文
posted @ 2017-07-14 10:49 Cynthia娆墨旧染
阅读(229)
评论(0)
推荐(0)
2017年7月11日
angular post 带参数 导出excel
摘要: 原文地址:http://www.cnblogs.com/xujanus/p/5985644.html html js
阅读全文
posted @ 2017-07-11 14:07 Cynthia娆墨旧染
阅读(2123)
评论(2)
推荐(0)
2017年6月29日
angular raido checkbox select取值
摘要: radio checkbox select ng-repeat checkbox 取值和默认勾选 接口请求回来的json: html js
阅读全文
posted @ 2017-06-29 14:51 Cynthia娆墨旧染
阅读(842)
评论(0)
推荐(0)
angular 获取ng-repeat完成状态 $last
摘要: $index $first $middle $last $odd $even html 指令 ctrl里面
阅读全文
posted @ 2017-06-29 13:41 Cynthia娆墨旧染
阅读(2886)
评论(0)
推荐(0)
2017年6月23日
windows生成当前目录树
摘要: 需要以管理员运行cmd
阅读全文
posted @ 2017-06-23 14:07 Cynthia娆墨旧染
阅读(180)
评论(0)
推荐(0)
babel在项目里的使用
摘要: 1.手动在项目里创建文件 .babelrc 2.安装 3.手动修改 .babelrc文件 4,修改 package.json文件,实现自动化转码,copy的时候请去掉注释 4.命令行输入以下命令进行转码
阅读全文
posted @ 2017-06-23 11:41 Cynthia娆墨旧染
阅读(694)
评论(0)
推荐(0)
如何创建.gitignore文件,忽略git不必要提交的文件
摘要: 在项目目录里输入以上名利后,会自动生成一个文件 .gitignore,可在文件里写入忽略的文件名,例如
阅读全文
posted @ 2017-06-23 11:12 Cynthia娆墨旧染
阅读(1436)
评论(0)
推荐(0)
2017年6月22日
angular select 默认值
摘要: $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娆墨旧染
阅读(212)
评论(0)
推荐(0)
gulp简介
摘要: 简介 常用地址 安装node,查看版本命令: 因为npm服务器在国外,如果没有FQ且npm特别慢的话,可以考虑安装淘宝镜像文件,安装cnpm命令 npm 安装参数说明: npm 安装、卸载、更新、帮助、列出已安装插件命令: npm自动生成配置文件 安装好Npm后,全局安装gulp 然后在你项目里,新
阅读全文
posted @ 2017-06-22 15:17 Cynthia娆墨旧染
阅读(374)
评论(0)
推荐(0)
2017年6月21日
js md5加密
摘要: 引入 用法: md5.js 文件下载:
阅读全文
posted @ 2017-06-21 11:39 Cynthia娆墨旧染
阅读(795)
评论(0)
推荐(0)
2017年6月20日
angularjs-select2的使用
摘要: 1.引入文件 2.页面 3.html 4.js
阅读全文
posted @ 2017-06-20 14:35 Cynthia娆墨旧染
阅读(9702)
评论(3)
推荐(0)
2017年6月19日
angular 分页插件的使用
摘要: html: js:数据取多次 每次翻页都重新取数据 js:分页情况:数据只取一次 以下是引入的分页插件文件
阅读全文
posted @ 2017-06-19 11:21 Cynthia娆墨旧染
阅读(1613)
评论(0)
推荐(0)
webstorm 破解
摘要: 方法一: 安装后,把系统时间调到未来,然后试用,再把系统时间调回来。 方法二: 注册时,在打开的License Activation窗口中选择“License server”,在输入框输入下面的网址: 点击:Activate即可。 方法三:推荐
阅读全文
posted @ 2017-06-19 10:10 Cynthia娆墨旧染
阅读(217)
评论(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娆墨旧染
阅读(222)
评论(0)
推荐(0)
2017年6月16日
git 拉取分支代码 合分支
摘要: 合并分支dev_1.0.0的修改到master上
阅读全文
posted @ 2017-06-16 13:47 Cynthia娆墨旧染
阅读(1891)
评论(0)
推荐(0)
2017年6月15日
时间戳转化为时间格式 时间格式转为时间戳
摘要: 使用: 时间转为时间戳:
阅读全文
posted @ 2017-06-15 18:57 Cynthia娆墨旧染
阅读(1041)
评论(0)
推荐(0)
angular ng-click防止重复提交
摘要: 方法一:点击后,让button的状态变为disable js指令: html: 方法二:在app.config里面,重写ng-click事件,设置一定事件内不能重复点击
阅读全文
posted @ 2017-06-15 16:28 Cynthia娆墨旧染
阅读(3766)
评论(1)
推荐(0)
angular ng-repeat出来的数据 每条修改数据后返回给接口 如何取到每个对应修改的值
摘要: 接口结构 html js
阅读全文
posted @ 2017-06-15 15:01 Cynthia娆墨旧染
阅读(1604)
评论(0)
推荐(0)
2017年6月14日
angular url 传参
摘要: 1.路由里配置参数operation 2.页面A跳转时带上参数 3.页面B获取参数operation的值
阅读全文
posted @ 2017-06-14 19:40 Cynthia娆墨旧染
阅读(589)
评论(2)
推荐(0)
angular select2 下拉单选和多选的取值赋值
摘要: 官网:http://select2.github.io/examples.html 兼容性: 引入文件 html js 附: select2 单选取值赋值 html: js: select2 多选取值赋值 html: js:
阅读全文
posted @ 2017-06-14 17:13 Cynthia娆墨旧染
阅读(2677)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
公告