上一页 1 ··· 3 4 5 6 7
摘要: 阅读全文
posted @ 2017-04-01 17:59 半遮 阅读(927) 评论(0) 推荐(0) 编辑
摘要: -webkit-transform:matrix(1.1,0.1,-0.5,1.5,-50,15);-webkit-transform-origin:50% 50%;【正确格式,matrix中不能带单位】 matrix【scaleX:1.1,rotateX:0.1,rotateY:-0.5,scal 阅读全文
posted @ 2017-03-23 10:39 半遮 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 从码云上拉项目下来的步骤(命令行方法)【少帅版】第一:初始化一个本地git库 git init第二:链接到远程库 git remote add origin https://git.oschina.net/shuaiutopia/myproject5.git****/ 第三:下拉下来 git pul 阅读全文
posted @ 2017-03-21 16:05 半遮 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 开启侦听并压缩css: scss --watch scss:css --style compressed 阅读全文
posted @ 2017-03-18 14:15 半遮 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 1. 如果十进制数包含前导0,那么最好采用基数10,这样才不会意外地得到八进制的值。例如: parseInt("010"); //returns 8 parseInt("010", 8); //returns 8 parseInt("010", 10); //returns 10 【parseInt 阅读全文
posted @ 2017-03-06 17:51 半遮 阅读(113) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>倒立</title> <style type="text/css"> body{ background: black; padding: 0; margin: 0; } .box- 阅读全文
posted @ 2017-02-20 10:58 半遮 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7