组件api说明 1、依赖move.js,组件前一定要引入move.js 2、轮播图需要有一个父级,这个父级一定要给一个id 默认参数: this.settings={ id:'pic', //轮播图父级的id, 必需传的参数 autoplay:true, //自动播放, true为自动,false为 ...
分类:
其他好文 时间:
2017-10-15 19:45:55
阅读次数:
168
1.JavaScript 输出 JavaScript 没有任何打印或者输出的函数。 JavaScript 显示数据 JavaScript 可以通过不同的方式来输出数据: 使用 window.alert() 弹出警告框。 使用 document.write() 方法将内容写到 HTML 文档中。 使用 ...
分类:
编程语言 时间:
2017-10-15 19:28:55
阅读次数:
183
com.louis.web.filter.PrivilegeFilter /store/WebContent/WEB-INF/web.xml ...
分类:
其他好文 时间:
2017-10-15 17:35:10
阅读次数:
147
Sleep that knits up the raveled sleeve of care, the death of each day's life, sore labor's bath, balm of hurt minds, great nature's second course, chi ...
分类:
其他好文 时间:
2017-10-14 23:34:56
阅读次数:
241
1.查看网卡信息和网络相关配置 [root@localhost ~]# ifconfigens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 #ens33:物理网卡名称 网卡最大传输单元(字节) inet 192.168.86.132 ...
分类:
其他好文 时间:
2017-10-14 21:10:11
阅读次数:
242
How to use SKP1000 car key programmer to program Ford Focus 2014 none-smart folding Key without security pin code. Top 7 reasons to get SKP1000 Tablet ...
分类:
其他好文 时间:
2017-10-13 14:55:53
阅读次数:
256
/** * 获取选中文字 * 返回selection,toString可拿到结果,selection含有起始光标位置信息等 **/ function getSelectText() { var text, userSelection = window.getSelection()||document... ...
分类:
Web程序 时间:
2017-10-13 11:12:18
阅读次数:
151
系统论的出现,使人类的思维方式发生了深刻地变化。以往研究问题,一般是把事物分解成若干部分,抽象出最简单的因素来,然后再以部分的性质去说明复杂事物。这是勒内·笛卡尔(Rene Descartes)奠定理论基础的分析方法。这种方法的着眼点在局部或要素,遵循的是单项因果决定论,虽然这是几百年来在特定范围内 ...
分类:
其他好文 时间:
2017-10-13 10:26:40
阅读次数:
211
请采用采用简单工厂设计模式,为某个汽车销售店设计汽车销售系统,接口car至少有方法print(),三个汽车类:宝马、奥迪、大众 (属性:品牌,价格),在测试类中根据客户要求购买的汽车品牌,通过接口car为客户提供相应的汽车对象。 ...
分类:
其他好文 时间:
2017-10-11 12:57:17
阅读次数:
135
原题链接在这里:https://leetcode.com/problems/baseball-game/description/ 题目: You're now a baseball game point recorder. Given a list of strings, each string c ...
分类:
其他好文 时间:
2017-10-11 10:44:00
阅读次数:
128