上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: 使用野狗云做的弹幕小程序: 演示:http://jacey.coding.me/barrage/ 或 https://jaceykan.github.io/practice/barrage.html 代码:https://github.com/JaceyKan/practice 野狗云学习笔记 野狗 阅读全文
posted @ 2017-02-24 17:58 JaceyKan 阅读(3393) 评论(3) 推荐(2)
摘要: 1. Centos 安装、卸载 git yum install git yum remove git 2. 安装完成最后一步设置: $ git config --global user.name "Your Name" $ git config --global user.email email@e 阅读全文
posted @ 2017-02-22 23:42 JaceyKan 阅读(254) 评论(0) 推荐(0)
摘要: http://www.jianshu.com/p/85266fa16639 http://idea.lanyus.com/ webstorm 入门指南 破解方法 1. 下载的WebStorm https://www.jetbrains.com/webstorm/ 2. 打开网页 http://ide 阅读全文
posted @ 2017-02-22 22:18 JaceyKan 阅读(1088) 评论(0) 推荐(0)
摘要: 学习网址:http://www.w3school.com.cn/jquery/index.asp http://jquery.com/ jQuery 极大地简化了 JavaScript 编程。 jQuery 是一个“写的更少,但做的更多”的轻量级 JavaScript 库。 jQuery 库 - 特 阅读全文
posted @ 2017-02-17 17:46 JaceyKan 阅读(194) 评论(0) 推荐(0)
摘要: 转载自:http://majing.io/questions/432 问题描述 jQuery升级到3.0.0后类型错误 jquery.js:9612 Uncaught TypeError: url.indexOf is not a function 转载自:http://majing.io/ques 阅读全文
posted @ 2017-02-17 16:33 JaceyKan 阅读(8063) 评论(0) 推荐(0)
摘要: animate.css – 齐全的CSS3动画库 学习网站: https://daneden.github.io/animate.css/ http://www.dowebok.com/98.html animate.css 是一个来自国外的 CSS3 动画库,它预设了抖动(shake)、闪烁(fl 阅读全文
posted @ 2017-02-15 20:15 JaceyKan 阅读(361) 评论(0) 推荐(0)
摘要: 引入jQuery库: jQuery 库是一个 JavaScript 文件,您可以使用 HTML 的 <script> 标签引用它: 通过 CDN(内容分发网络) 引用它 提示:使用谷歌或微软的 jQuery,有一个很大的优势: 许多用户在访问其他站点时,已经从谷歌或微软加载过 jQuery。所有结果 阅读全文
posted @ 2017-02-15 09:47 JaceyKan 阅读(1126) 评论(0) 推荐(0)
摘要: http://www.jianshu.com/p/4e3c8b06cb06 为什么要共享文件夹? 在工作的过程当中会使用到不同的软件开发环境,php的,python的,nodejs的为了隔离这些应用环境,我通常将这些编译环境安装到virtualbox当中,然后和主机共享文件目录,这样我就可以在主机环 阅读全文
posted @ 2017-02-09 16:18 JaceyKan 阅读(1651) 评论(0) 推荐(0)
摘要: 学习网站:http://bootstrap.ninghao.net/index.html https://www.freecodecamp.cn http://www.runoob.com/bootstrap/bootstrap-tutorial.html Bootstrap 为快速简单的实施 We 阅读全文
posted @ 2017-02-03 10:32 JaceyKan 阅读(858) 评论(0) 推荐(0)
摘要: 转载自:http://www.jianshu.com/p/q81RER 相关:用markdown写下你的第一个md文档 「简书」作为一款「写作软件」在诞生之初就支持了 Markdown,Markdown 是一种「电子邮件」风格的「标记语言」,我们强烈推荐所有写作者学习和掌握该语言。为什么?可以参考: 阅读全文
posted @ 2017-01-22 22:59 JaceyKan 阅读(247) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 下一页