34 33 what are cohension levels from bad to good? coincidental logical temporal procedural communicational sequential functional 32 what are coupling ...
分类:
其他好文 时间:
2017-06-07 20:50:55
阅读次数:
234
1 what is an architectural pattern? An architectural pattern is a pacakge of decisions that is found repeatedly in practice has known properties that ...
分类:
其他好文 时间:
2017-06-07 20:50:46
阅读次数:
143
$(function () { const sliderData=[ { img:"../images/1.jpg", name:"", desc:"Earth's mightiest heroes must come together and learn to fight as a team if... ...
分类:
Web程序 时间:
2017-06-05 16:50:54
阅读次数:
267
marquee语法 <marquee></marquee>实例一<marquee>Hello, World</marquee>marquee常用到的两个事件:onMouseOut="this.start()" 当鼠标移出该区域时onMouseOver="this.stop()" 当鼠标移入该区域时实 ...
分类:
其他好文 时间:
2017-06-05 14:50:41
阅读次数:
191
fullpage方法: 所有的方法都用如下格式: moveSectionUp(): 向上滚动一页。 moveSectionDown(): 向下滚动一页。 moveTo(section,slide): 滚动到第几页,第几个幻灯片,注意,页面是从1开始,而幻灯片是从0开始。 silentMoveTo(s ...
分类:
Web程序 时间:
2017-06-04 20:10:24
阅读次数:
272
<ion-slide-box>属性中循环播放:dose-continue=‘true’,但是在项目遇到这样一个问题,从后台获取数据后将数据ng-repeat到<ion-slide>中,发现循环播放失效了,后来在外网中找到了一个解决方法。 $ionicSlideBoxDelegate.update() ...
分类:
其他好文 时间:
2017-06-03 17:28:48
阅读次数:
244
操作元素的显示和隐藏可以有几种方法。例如: 改变样式display为none 设置位置高度为0 设置透明度为0 都能达到这个目的,并且针对这样的处理jQuery都提供了各自的方法。show/hide、sildeDown/sildeUp、fadeIn/fadeOut。除此之外,还引入了toggle、s ...
分类:
Web程序 时间:
2017-06-03 16:15:46
阅读次数:
207
Title 松开刷新 正在刷新 ... item1 -- item1 -- item1 item2 -- item2 -- i... ...
分类:
其他好文 时间:
2017-06-01 14:44:07
阅读次数:
184
1.效果图: 之前在《Android 高仿 IOS7 IPhone 解锁 Slide To Unlock》中制作了文字上闪亮移动的效果,这次我们来看下怎样在cocos2d js 中做出类似的效果。 顺便给我公司的游戏打下广告。https://itunes.apple.com/cn/app/kuang ...
分类:
Web程序 时间:
2017-05-29 13:31:49
阅读次数:
204
之前有人问过我关于图片轮播的代码怎么写,尽管我是专注于后台的,但学习一些后台的仅仅是还是比較有优点的,我有时候总是把简单的问题复杂化,其原因还是自己对于知识点的掌握不够坚固,导致不可以在实践中充分利用起来。所以。在平时的学习过程中,很多其它的应该注重于实践,仅仅有实践,才干在这个过程中把知识充分吸收 ...
分类:
其他好文 时间:
2017-05-26 21:47:18
阅读次数:
180