上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
摘要: //计算字符串长度 String.prototype.strLen = function() { var len = 0; for (var i = 0; i 255 || this.charCodeAt(i) 255 || this.charCodeAt(i) < 0) return true; else return false; ... 阅读全文
posted @ 2016-11-15 16:00 霓裳梦竹 阅读(293) 评论(0) 推荐(0)
摘要: 白帽SEO:网站标题 关键字 描述 网站内容优化 Robot.txt文件 网站地图 增加外链引用 网站结构布局优化:扁平化结构 控制首页链接数量:中小网站100以内,页面导航、底部导航、锚文字链接等 扁平化的目录层次:小蜘蛛跳转3次可以到达网站内任何一个内页,网站的设计主页、栏目、内容页,不要用纵线 阅读全文
posted @ 2016-11-15 13:29 霓裳梦竹 阅读(169) 评论(0) 推荐(0)
摘要: 1 var eventUtil={ 2 // 添加句柄 3 addHandler:function(element,type,handler){ 4 if(element.addEventListener){ 5 element.addEventListener(type... 阅读全文
posted @ 2016-11-09 21:08 霓裳梦竹 阅读(1062) 评论(0) 推荐(0)
摘要: 圆角水平菜单 首页 新闻快讯 产品展示 售后服务 联系我们 阅读全文
posted @ 2016-11-07 15:44 霓裳梦竹 阅读(481) 评论(0) 推荐(0)
摘要: 圆角水平菜单 首页 新闻快讯 产品展示 售后服务 联系我们 阅读全文
posted @ 2016-11-07 15:41 霓裳梦竹 阅读(683) 评论(0) 推荐(0)
摘要: 圆角水平菜单 首页 新闻快讯 产品展示 售后服务 联系我们 阅读全文
posted @ 2016-11-07 15:40 霓裳梦竹 阅读(722) 评论(0) 推荐(0)
摘要: 动画菜单 一级菜单 二级菜单 二级菜单 二级菜单 二级菜单 一级菜单 二级菜单 二级菜单 二级菜单 二级菜单 一级菜单 一级菜单 一级菜单 阅读全文
posted @ 2016-11-07 15:39 霓裳梦竹 阅读(1103) 评论(0) 推荐(0)
摘要: import urllib.request,os,hashlib; h = 'df21e130d211cfc94d9b0905775a7c0f' + '1e3d39e33b79698005270310898eea76'; pf = 'Package Control.sublime-package'; 阅读全文
posted @ 2016-11-03 16:36 霓裳梦竹 阅读(255) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 fileUpload 6 97 172 173 174 175 选择文件 176 177 178 179 180 181 撤销上传拖至此处 182 183 184 上传 185 186 阅读全文
posted @ 2016-11-01 20:35 霓裳梦竹 阅读(281) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 切换显示内容 6 19 20 25 54 55 56 57 58 佳能(30440) 59 索尼(27220) 60 三星(20808) 61 尼康(17821) 62 松下(12289) 63 ... 阅读全文
posted @ 2016-11-01 14:02 霓裳梦竹 阅读(1789) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 导航栏 6 17 67 68 75 86 87 88 89 90 91 衬衫 92 93 短袖衬衫 94 ... 阅读全文
posted @ 2016-11-01 11:05 霓裳梦竹 阅读(296) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 body, select { font-size:14px; } 6 form { margin:5px; } 7 p { color:red; margin:5px; } 8 b { color:blu 阅读全文
posted @ 2016-10-19 22:24 霓裳梦竹 阅读(8465) 评论(0) 推荐(1)
摘要: 用来获取JavaScript数据类型[[Class]]的对象 如果对象是undefined或null,则返回相应的“undefined”或“null”。 jQuery.type( undefined ) "undefined" jQuery.type() "undefined" jQuery.typ 阅读全文
posted @ 2016-10-18 15:54 霓裳梦竹 阅读(277) 评论(0) 推荐(0)
摘要: $.isArray() 返回一,用来指明对象是否是一个JavaScript数组(而不是类似数组的对象,如一个jQuery对象)。 $.isArray() 返回一,用来指明对象是否是一个JavaScript数组(而不是类似数组的对象,如一个jQuery对象)。 阅读全文
posted @ 2016-10-18 15:50 霓裳梦竹 阅读(184) 评论(0) 推荐(0)
摘要: Description: Determine if the argument passed is a JavaScript function object. 阅读全文
posted @ 2016-10-18 15:43 霓裳梦竹 阅读(546) 评论(1) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html><!--树根--> 3 4 <head> 5 <meta charset="utf-8"> 6 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 7 <title>Test</title> 阅读全文
posted @ 2016-10-16 10:46 霓裳梦竹 阅读(623) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 7 Image Gallery 8 9 10 13 14 15 16 17 18 Snapshots 19 20 ... 阅读全文
posted @ 2016-10-15 18:57 霓裳梦竹 阅读(1314) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 7 Image Gallery 8 9 10 11 12 Snapshots 13 14 15 fudan 16 17 ... 阅读全文
posted @ 2016-10-15 18:21 霓裳梦竹 阅读(1049) 评论(0) 推荐(1)
摘要: 项目代码如下: 1 package hello; 2 3 import org.springframework.boot.SpringApplication; 4 import org.springframework.boot.autoconfigure.SpringBootApplication; 阅读全文
posted @ 2016-10-13 11:34 霓裳梦竹 阅读(4441) 评论(0) 推荐(0)
摘要: 为了在input视图对应的JSP页面输出错误提示,应该在页面增加 <s:fielderror/> 阅读全文
posted @ 2016-10-11 21:04 霓裳梦竹 阅读(341) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页