- 博客(6)
- 收藏
- 关注
原创 添加了点击事件之后原本的hover属性就不运行了
在css中: #music .img_p:hover{ animation:run 3s linear infinite; } js中: var music_sta=0;//1表示为旋转状态。0表示为停止状态 music.onclick=function(){ if(music_sta==1){ // 让后面动画隐藏
2017-11-25 12:31:10
2088
1
原创 使用swiper里的animate动画时出现的错误
使用swiper插件,一直把js代码隔离到一个js文件中,连带动画都是放入js文件中,导致了动画一直不出现。把动画的js放到html中就可以了。 就是下面这一行代码: var mySwiper = new Swiper ('.swiper-container', { on:{ init:
2017-11-25 12:19:00
3233
转载 权限
转载至:http://blog.sina.com.cn/s/blog_4ba5b45e0102ek9m.html 常用权限: 读写存储卡 装载和卸载文件系统 android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_EXTERNAL_STORAGE android.permissio
2016-08-26 00:53:53
350
原创 AlertDialog.Builder
Alert 警觉地 AlertDialog对话框 Builder建设者 displayed 显示 as the content作为内容 notified 通知,报告 via 通过 supplied 提供 chaining 链接 arguments 争论 arguments supplied提供参数 extra 额外的 processing 处理 创建对话框步骤: 1
2016-08-26 00:24:03
1050
原创 Unable to create Debug Bridge
错误:Unable to create Debug Bridge: Unable to start adb server: error: cannot parse version string: kg01 'C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\adb.exe,start-server' failed --
2016-08-25 00:27:36
681
原创 VideoView视频播放
Uri uri = Uri.parse(url); //网络视频 mVideoView = (VideoView) findViewById(R.id.videoView); mVideoView.setMediaController(new MediaController(this)); //设置控制器,系统自带的控制器 mVideoView.se
2016-08-25 00:15:41
294
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅