上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: 1、file_exist("a.txt") or die("文件不存在");2、自定义错误函数 "; echo $err_msg; } //改写系统错误函数设置 set_error_handler("$my_error",E_WORNING); //测试函数 ... 阅读全文
posted @ 2015-01-03 10:29 人间最美二月天 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1.head标签里面包含 title meta link style script等信息2.语义化,让你的网页更好的被搜索引擎理解(语义化可以给我们带来的好处 1. 更容易被搜索引擎收录。 2. 更容易让屏幕阅读器读出网页内容。)(em标签表示强调,这意味着要把这段文字用斜体来显示。)(stro... 阅读全文
posted @ 2014-12-18 23:10 人间最美二月天 阅读(129) 评论(0) 推荐(0) 编辑
摘要: number() 转化成数字 要是数组(有多个元素) 对象 document window 则会输出NaNNaN() 判断不是数字parseInt 字符串转化为整型parseFLoat() 字符串转化为浮点数判断是整数还是小数if( parseInt(num) == parseFloat(n... 阅读全文
posted @ 2014-12-10 10:00 人间最美二月天 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 一般分为topheadermainfooter四部分dl dt dd 类似table布局 阅读全文
posted @ 2014-12-08 15:55 人间最美二月天 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 简化的代码 1 2 3 4 阅读全文
posted @ 2014-12-07 22:32 人间最美二月天 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 一.配置 git 邮箱和用户名 git config --global user.name "youname" git config --global user.email "youemail"查看 git config --global --list二.push到网站1. 进入 https... 阅读全文
posted @ 2014-12-06 23:34 人间最美二月天 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 在input里面增加自定义属性 num,然后获得它的值,点击弹出依次 ABCD点击增加 阅读全文
posted @ 2014-12-04 21:29 人间最美二月天 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-12-02 17:17 人间最美二月天 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-12-02 16:02 人间最美二月天 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 鼠标经过显示,移开粉红区块消失 阅读全文
posted @ 2014-12-02 14:51 人间最美二月天 阅读(113) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页