上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: 转载自: https://my.oschina.net/ximidao/blog/351017 摘要: 测试点击事件的时候浏览器报错,提示Uncaught TypeError: Cannot set property 'onclick' of null 今天看了一个W3School JS点击事件的测 阅读全文
posted @ 2017-03-04 16:43 JaceyKan 阅读(22315) 评论(0) 推荐(0)
摘要: 转载自:http://www.w3cplus.com/css%2520/img-vertically-center-content-with-css 经实践,推键第二种做法。 做为一个前端设计人员,对于产品展示页面的设计一定不会陌生,其中产品图片摆放是必定经历的一步,并且水平居中和垂直居中又是最多的 阅读全文
posted @ 2017-03-03 16:35 JaceyKan 阅读(468) 评论(0) 推荐(0)
摘要: $ git remote add origin git@github.com:JaceyKan/practice.git //添加远程库 $ git add * $ git commit -m "add practice" $ git checkout -b gh-pages //创建gh-page 阅读全文
posted @ 2017-03-01 18:38 JaceyKan 阅读(147) 评论(0) 推荐(0)
摘要: jquery: <script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script> Font Awesome: <link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-a 阅读全文
posted @ 2017-03-01 10:47 JaceyKan 阅读(199) 评论(0) 推荐(0)
摘要: 当你需要根据服务器返回的数据来动态改变页面的时候,应用程序接口(API)就派上用场了。 记住,API——应用程序接口(Application Programming Interface)是计算机之间相互交流沟通的工具。 许多网站的应用程序接口(API)都是通过一种称为JSON格式的数据来传输的,JS 阅读全文
posted @ 2017-02-28 16:12 JaceyKan 阅读(322) 评论(0) 推荐(0)
摘要: 注释 1. // This is an in-line comment. 2. /* This is a multi-line comment */ 七种data types(数据类型) undefined(未定义), null(空), boolean(布尔型), string(字符串), symb 阅读全文
posted @ 2017-02-27 18:52 JaceyKan 阅读(5693) 评论(0) 推荐(0)
摘要: 转载自:https://developer.mozilla.org/zh-CN/docs/Web/Guide/CSS/Using_CSS_gradients CSS 渐变 是在 CSS3 Image Module 中新增加的 <image> 类型. 使用 CSS 渐变可以在两种颜色间制造出平滑的渐变 阅读全文
posted @ 2017-02-24 22:01 JaceyKan 阅读(232) 评论(0) 推荐(0)
摘要: 转载自:http://zengrong.net/post/1746.htm 删除远程分支和tag 在Git v1.7.0 之后,可以使用这种语法删除远程分支: $ git push origin --delete <branchName> 删除tag这么用: git push origin --de 阅读全文
posted @ 2017-02-24 20:47 JaceyKan 阅读(584) 评论(0) 推荐(0)
摘要: 问题描述 我们每次使用命令 git clone git@gitlab.xxx.com:xxxxx.git 默认 clone 的是这个仓库的 master 分支。如果最新的代码不在 master 分支上,该如何拿到呢?如下图所示,最新的代码可能在daily/1.4.1分支上,我们希望拿到这个分支上的代 阅读全文
posted @ 2017-02-24 19:15 JaceyKan 阅读(18001) 评论(0) 推荐(1)
摘要: https://coding.net/ 写了些小程序后放在github上托管,并用gitpages展示。 今天发现用git pages展示的网页网络特别不稳定,时常会出现网页打不开的现象。 之前一直通过FQ访问国外网站,竟没发现这个问题。问了大新子,大新子说git hub容易抽风,我也是醉了。 于是 阅读全文
posted @ 2017-02-24 18:17 JaceyKan 阅读(360) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 下一页