随笔分类 -  Html

摘要:博客搬迁,给您带来的不便敬请谅解! http://www.suanliutudousi.com/2017/10/23/%E5%BF%AB%E9%80%9F%E5%88%97%E5%87%BA%E5%A4%A7%E7%BA%B2-%E6%8F%90%E7%BA%B2%E3%80%82%E6%80%9D 阅读全文
posted @ 2017-10-23 22:55 一米阳光! 阅读(1225) 评论(0) 推荐(0)
摘要:网站搬迁,给你带来的不便敬请谅解! http://www.suanliutudousi.com/2017/10/21/li%E4%B8%AD%E4%B8%8B%E7%9A%84a%E5%85%83%E7%B4%A0%E7%9A%84%E5%AD%97%E8%B6%85%E5%87%BA%E4%BA% 阅读全文
posted @ 2017-10-23 17:39 一米阳光! 阅读(243) 评论(0) 推荐(0)
摘要:http://www.suanliutudousi.com/2017/09/11/wordpress%E5%90%AF%E7%94%A8memcached%E5%8A%A8%E6%80%81%E7%BC%93%E5%AD%98%EF%BC%8C%E5%BC%84%E4%BA%86%E5%A5%BD% 阅读全文
posted @ 2017-09-11 20:09 一米阳光! 阅读(226) 评论(0) 推荐(0)
摘要:出现无法加载本地图片的问题, 原因就是把图片放到了本地项目中的image了,但是myeclipse上没有刷新 这样以后 本地的图片比在线的要快 低级错误,诶! 阅读全文
posted @ 2017-04-09 22:52 一米阳光! 阅读(968) 评论(0) 推荐(0)
摘要:出现问题的原因是li的高度没有设置 阅读全文
posted @ 2017-03-14 21:34 一米阳光! 阅读(158) 评论(0) 推荐(0)
摘要:* { margin: 0; padding: 0;}a { text-decoration: none;}ul { list-style: none;}.nav { width: 490px; position: absolute; margin-left: 150px; border-botto 阅读全文
posted @ 2017-02-09 16:52 一米阳光! 阅读(1932) 评论(0) 推荐(0)
摘要:转自 http://blog.csdn.net/txqd1989/article/details/51697585 1.只能输入和粘贴汉字 <input onkeyup="value=value.replace(/[^\u4E00-\u9FA5]/g,'')" onbeforepaste="clip 阅读全文
posted @ 2017-01-22 21:22 一米阳光! 阅读(300) 评论(0) 推荐(0)
摘要:请把鼠标移动到单词上,可以看到鼠标指针发生变化: Auto Crosshair Default Pointer Move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text wait help 阅读全文
posted @ 2017-01-22 20:42 一米阳光! 阅读(479) 评论(0) 推荐(0)
摘要:转自 http://www.cnblogs.com/yuteng/articles/1894578.html 我们来实现test中的onclick事件 function justAtest() { var test= document.getElementById("test"); var test 阅读全文
posted @ 2016-12-22 15:01 一米阳光! 阅读(2885) 评论(0) 推荐(0)
摘要:无标题文档 头部 left right 脚注 浮动会动mainbody和footer影响,分别采取1.width:100%;overflow:hidden;2.clear:both; 阅读全文
posted @ 2016-11-19 21:52 一米阳光! 阅读(1663) 评论(0) 推荐(0)
摘要:<meta http-equiv="Content-Type" content="text/html; charset=utf-8">不能少这句话,不然会乱码, 如果有乱码可以改后面的charset . h2 位后面的子标题, text-align:center;文本居中 font-size:25p 阅读全文
posted @ 2016-09-27 22:35 一米阳光! 阅读(295) 评论(0) 推荐(0)