会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Cchuying
博客园
首页
新随笔
联系
管理
订阅
04 2016 档案
jq之实现轮播
摘要:效果图 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一直出错
摘要:最近安装node,npm一直不成功,终于找了好久找到解决办法,参考参考 解决办法: 删除npmrc文件。 使用镜像 镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候配置还在): 1.通过config命令 1 2 npm config set registry ht
阅读全文
posted @
2016-04-10 16:43
Cchuying
阅读(526)
评论(0)
推荐(0)
Jq之21点游戏
摘要:最近在看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)
移动端屏幕适配viewport
摘要:一般,自适应移动端加这个语句即可 <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)
meta属性
摘要: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)
公告