摘要: moveSectionUp(): 向上滚动一页 moveSectionDown(): 向下滚动一页 moveTo(section,slide): 滚动到第几页 第几个幻灯片 section从1开始 slide从0开始 使用方式 $.fn.fullpage.XXX() selientMoveTo(): 阅读全文
posted @ 2016-01-29 16:05 北辰星l 阅读(527) 评论(0) 推荐(0) 编辑
摘要: fullpage API(配置项) <script> $(document).ready(function(){ $('#fullpage').fullpage({ sectionsColor['#FFF','#F00','#FHH','#FF0'], controlArrows:false }); 阅读全文
posted @ 2016-01-25 20:34 北辰星l 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 回复时 选中话按R就意味着回复某人github 主页按 T 可以搜寻回复 : 可以引入表情回复 ```tab上面的三个反引号 则表示 引用语法markdown ```js alert('hello');``` 阅读全文
posted @ 2016-01-24 16:28 北辰星l 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 有参数java 方法只能返回一个参数 并且要用一个变量来接收参数PrintFace pfc=new PrintFace();int max=pfc.max();无参数直接调用重载public class HelloWorld { public static void main(String[]... 阅读全文
posted @ 2016-01-23 10:26 北辰星l 阅读(619) 评论(0) 推荐(0) 编辑