09 2016 档案
摘要:摘自: http://www.cnblogs.com/lhb25/archive/2013/01/30/css3-linear-gradient.html 摘自: http://www.cnblogs.com/lhb25/archive/2013/01/30/css3-linear-gradient
阅读全文
摘要:I had the same issue. I ran: $ ps aux | grep node to get the process id, then: $ sudo kill -9 followed by the process id to kill the process.
阅读全文
摘要:http://www.ryanstefani.com/resume/ nodejs教程: http://www.nodebeginner.org/index-zh-cn.html 个人主页案例: http://www.sarahevansdesign.co.uk/work/ 墨刀: https://
阅读全文
摘要:参考:http://blog.csdn.net/joyhen/article/details/21631833 方法1: 该方法不同于ajax,因为script标签不受同源策略的限制。 前端和后台需要约定一个接收参数, 然后返回一段js代码。 后端php代码: 后台输出一段js代码,其中包含了一个
阅读全文
摘要:编写一个方法,输入DOM节点,返回包含所有父节点的一个数组
阅读全文