上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页
摘要: <body> <form name="form_register"> <input type="text" id="username" name="username" size="20"> <input type="button" value="查看用户名是否被占用" onclick="javasc 阅读全文
posted @ 2016-02-24 14:34 骏码信息 阅读(309) 评论(0) 推荐(0) 编辑
摘要: apache无法正常启动,80端口被占用的解决方法 网上的方法: 仔细查看提示: make_sock: could not bind to address 0.0.0.0:80 恍然大悟,计算机上安装了IIS7,80端口已占用。 打开Apache 的配置文件 Apache安装目录下的conf/htt 阅读全文
posted @ 2016-02-21 23:20 骏码信息 阅读(12042) 评论(0) 推荐(0) 编辑
摘要: http://study.163.com/course/introduction/1463018.htm#/courseDetail 网易云课堂 阅读全文
posted @ 2016-02-16 09:21 骏码信息 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 全选反选按钮另一种代码写法 阅读全文
posted @ 2016-02-03 14:09 骏码信息 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-01-25 16:00 骏码信息 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-01-25 11:31 骏码信息 阅读(1320) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-01-24 20:59 骏码信息 阅读(164) 评论(0) 推荐(0) 编辑
摘要: each()方法能使DOM循环结构简洁,不容易出错。each()函数封装了十分强大的遍历功能,使用也很方便,它可以遍历一维数组、多维数组、DOM, JSON 等等在javaScript开发过程中使用$each可以大大的减轻我们的工作量。下面提一下each的几种常用的用法each处理一维数组 var ... 阅读全文
posted @ 2016-01-21 16:57 骏码信息 阅读(570) 评论(0) 推荐(0) 编辑
摘要: //第一种function getLocalTime(nS) { return new Date(parseInt(nS) * 1000).toLocaleString().replace(/:\d{1,2}$/,' '); } alert(getLocalTime(1... 阅读全文
posted @ 2016-01-21 12:56 骏码信息 阅读(620) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页