04 2016 档案

摘要:效果图 html文件 <!DOCTYPE html><html><head> <meta http-equiv="Content-type" content="text/html;charset=utf-8"/> <title>轮播</title> <link rel="stylesheet" hr 阅读全文
posted @ 2016-04-14 16:01 Cchuying 阅读(277) 评论(0) 推荐(0)
摘要:最近安装node,npm一直不成功,终于找了好久找到解决办法,参考参考 解决办法: 删除npmrc文件。 使用镜像 镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候配置还在): 1.通过config命令 1 2 npm config set registry ht 阅读全文
posted @ 2016-04-10 16:43 Cchuying 阅读(526) 评论(0) 推荐(0)
摘要:最近在看Jq,里面有个21点的游戏挺不错的,也是需要一点时间去理解~分享一下 html结构 <!DOCTYPE html> <html> <head> <title>Head First Black Jack</title> <meta http-equiv="Content-type" conte 阅读全文
posted @ 2016-04-09 23:04 Cchuying 阅读(687) 评论(0) 推荐(0)
摘要:一般,自适应移动端加这个语句即可 <script> var viewportContent = ''; if (window.devicePixelRatio = 1) { viewportContent = 'width=device-width, initial-scale=1.0, maxim 阅读全文
posted @ 2016-04-02 11:25 Cchuying 阅读(1836) 评论(0) 推荐(0)
摘要:The key "inital-scale" is not recognized and ignored. The value "no;" for key "user-scalable" is invalid, and has been ignored. Error parsing a meta e 阅读全文
posted @ 2016-04-02 09:07 Cchuying 阅读(1772) 评论(0) 推荐(0)