会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
仔仔爱学习
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
14
15
16
17
···
20
下一页
2017年3月15日
vue
摘要: 1.怎么打开vue写的项目 http://localhost:8080/#/ cmd 先 cd my-project 然后 cnpm run dev 2. 从网上下载下来的 Vue例子 需要 npm install 再 cnpm run dev
阅读全文
posted @ 2017-03-15 10:38 仔仔爱学习
阅读(133)
评论(0)
推荐(0)
2017年3月9日
vertical-align属性测试实验面板 文字 图片对齐
摘要: 转自:http://www.zhangxinxu.com/study/201005/verticle-align-test-demo.html
阅读全文
posted @ 2017-03-09 11:29 仔仔爱学习
阅读(165)
评论(0)
推荐(0)
2017年3月6日
0.5px的宽度的边框
摘要: 方法1: .border { position: relative;} .border:before { content: "";/* 注意这里为双引号 */ position: absolute; left:0; top:0; width: 200%; height: 200%; border:
阅读全文
posted @ 2017-03-06 14:21 仔仔爱学习
阅读(582)
评论(0)
推荐(0)
重复点击的解决方案
摘要: 重复点击,多次触发的解决方案 $("").unbind('click').click(function(){});
阅读全文
posted @ 2017-03-06 13:55 仔仔爱学习
阅读(251)
评论(0)
推荐(0)
2017年2月24日
判断window.open的页面是否已经被关
摘要: <!DOCTYPE html><html><head><meta charset="utf-8"><title>菜鸟教程(runoob.com)</title><script>var myWindow;function openWin(){ myWindow=window.open("","","w
阅读全文
posted @ 2017-02-24 16:30 仔仔爱学习
阅读(5297)
评论(0)
推荐(0)
2017年2月23日
npm run dev 报错 版本太低
摘要: 解决方案是: 先用命令: npm -v 查看下你的版本(我原来是 V3.1 不行) 然后用 cnpm install -g npm 更新版本 npm - v 变成最新的4.0.4 npm run dev 可以用了!
阅读全文
posted @ 2017-02-23 09:21 仔仔爱学习
阅读(1514)
评论(0)
推荐(1)
2017年2月16日
1、:after 写三角形 border 2、css写大于号>
摘要: 1、写三角形 .tooltip:after { content: ''; position: absolute; border: 6px solid #5190ac; border-color: #5190ac transparent transparent; width: 0; height: 0
阅读全文
posted @ 2017-02-16 15:05 仔仔爱学习
阅读(981)
评论(0)
推荐(0)
2017年2月15日
input text 在苹果微信浏览器中有上上阴影
摘要: box-shadow:0px 0px 0px rgba(0,0,0,0); -webkit-appearance:none;
阅读全文
posted @ 2017-02-15 14:03 仔仔爱学习
阅读(354)
评论(0)
推荐(0)
2017年2月14日
input实时监听
摘要: $(function(){ $('#username').bind('input propertychange', function() { $('#result').html($(this).val().length + ' characters'); }); }) 类似于,实现微博的‘还能输入x
阅读全文
posted @ 2017-02-14 10:14 仔仔爱学习
阅读(280)
评论(0)
推荐(0)
2017年2月13日
pre强制 自动换行
摘要: 转自:http://www.16sucai.com/2010/10/941.html <pre> 元素可定义预格式化的文本。被包围在 pre 元素中的文本通常会保留空格和换行符。而文本也会呈现为等宽字体。 <pre> 标签的一个常见应用就是用来表示计算机的源代码。 而我们经常碰到的一个问题是如果一个
阅读全文
posted @ 2017-02-13 11:10 仔仔爱学习
阅读(544)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
20
下一页
公告