$(function(){ var g_index = 0; function slide_index(){ g_index = g_index + 1; if(g_index>2){ g_index = 0; } $(".group-"+g_index).show().siblings(".rig ...
分类:
其他好文 时间:
2017-06-09 15:18:48
阅读次数:
157
这个世界每一天都在验证我们的渺小,但我们却在努力创造,不断的在这生活的画卷中留下自己的脚印。或许等到我们老去的那一天,老得不能动仅仅能靠回顾的那一天。你躺在轮椅上,不断的回顾过去。相思的痛苦忘不了,相恋的甜蜜浮如今心头。嘴角不觉一笑,年少时的疯狂,热情。理想和抱负,都随着岁月的流去而化作人生的財富, ...
分类:
其他好文 时间:
2017-06-09 13:20:29
阅读次数:
269
今天复习了一下面向对象编程,下面是我的效果图 看着这个图片你会觉得这没有什么,那么上代码: html部分: 必要的css代码 js部分: 轮播的js 希望能帮到大家,还有就是这个不是基于jQuery的,我自己封装了一个简单的方法。 以后我们图片轮播可以使用 这样使用于比较多的轮播组件的网站,当然我们 ...
分类:
其他好文 时间:
2017-06-07 23:13:47
阅读次数:
311
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
物理存储结构 数据库的物理存储结构主要包括3个类物理文件:数据文件,控制文件,重做日志文件; 其他文件:归档日志文件,参数文件,密码文件; 相关命令 sqlplus / as sysdba ; 登入超管 alter user scott account unlock ; 解锁scott用户 gran ...
分类:
其他好文 时间:
2017-06-05 10:18:13
阅读次数:
263
fullpage方法: 所有的方法都用如下格式: moveSectionUp(): 向上滚动一页。 moveSectionDown(): 向下滚动一页。 moveTo(section,slide): 滚动到第几页,第几个幻灯片,注意,页面是从1开始,而幻灯片是从0开始。 silentMoveTo(s ...
分类:
Web程序 时间:
2017-06-04 20:10:24
阅读次数:
272
一,简单说明:1),传输表空间的限制: 1,mysql 版本 5.6.6 及其以上,并且版本建议源和目标版本建议都是GA版并且大版本一样 2,表引擎为innodb并且开启独立表空间 innodb_file_per_table 3,处于导出状态的表只允许读也即是”read_only“状态 4,DISC ...
分类:
数据库 时间:
2017-06-04 18:38:00
阅读次数:
220