vue 配合animate.css使用: transtion enter-active-class=“bounceInleft” leave-actict-classs="bounceOutRight"v-show="class=animated" JS 取得一个区间的随机整数 function r ...
分类:
其他好文 时间:
2018-08-08 13:43:40
阅读次数:
125
* { padding: 0; margin: 0; } #subject { position: relative; width: 80%; height: 165px; background: skyblue; ... ...
分类:
Web程序 时间:
2018-08-06 11:46:01
阅读次数:
465
Pass a year learning in Hangzhou, yifenfei arrival hometown Ningbo at finally. Leave Ningbo one year, yifenfei have many people to meet. Especially a ...
分类:
其他好文 时间:
2018-08-01 14:31:26
阅读次数:
181
transition .v-enter{} 当前组件刚进入时的样式 .v-enter-to{} 当前组件进入完成的样式 .v-enter-active{} 当前组件进入的过程中的样式 .v-leave 当前组件离开时的样式 .v-leave-to 当前组件离开完成时的样式 .v-leave-acti ...
分类:
其他好文 时间:
2018-07-30 20:19:36
阅读次数:
533
第一步:下载git工具,选择合适的版本安装 第二步:安装完成后打开Git bash,输入自己的用户名和邮箱 $ git config --global user.name "LeavesYan" $ git config --global user.email "746258461@qq.com" ...
分类:
Web程序 时间:
2018-07-29 22:33:18
阅读次数:
324
Problem Description Pass a year learning in Hangzhou, yifenfei arrival hometown Ningbo at finally. Leave Ningbo one year, yifenfei have many people to ...
分类:
其他好文 时间:
2018-07-24 19:29:49
阅读次数:
186
报错日志:org.springframework.jdbc.UncategorizedSQLException: Error updating database. Cause: java.sql.SQLException: sql injection violation, syntax error: ...
分类:
数据库 时间:
2018-07-24 17:59:30
阅读次数:
2970
Find a way Problem Description Pass a year learning in Hangzhou, yifenfei arrival hometown Ningbo at finally. Leave Ningbo one year, yifenfei have man ...
分类:
其他好文 时间:
2018-07-22 00:20:56
阅读次数:
217
1.认识ionic的生命周期钩子 截至ionic 3.8.0版本,框架提供了8个钩子函数,它们分别会在页面生命周期的各个阶段被触发,我们来简单了解一下。 1.1 ionViewDidLoad 页面加载完成触发,这里的“加载完成”指的是页面所需的资源已经加载完成,但还没进入这个页面的状态(用户看到的还 ...
分类:
其他好文 时间:
2018-07-19 10:46:42
阅读次数:
121
1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 9 -(void)touchesBegan:(NSSet *)touches wit... ...
分类:
移动开发 时间:
2018-07-11 14:43:36
阅读次数:
264