上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 103 下一页
摘要: $.fn.extend({authorizeditemlist: function(options) {return this.each(function() {var sender = $(this);var url = "search.asp";sender.unautocomplete().a... 阅读全文
posted @ 2012-09-14 18:22 y0umer 阅读(621) 评论(0) 推荐(0) 编辑
摘要: 1、jquery.autocomplete参考地址 http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/http://docs.jquery.com/Plugins/Autocomplete2、jquery.autocomp... 阅读全文
posted @ 2012-09-14 18:20 y0umer 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Js 常用数值函数(Math,parseInt)取整1.丢弃小数部分,保留整数部分parseInt(5/2)2.向上取整,有小数就整数部分加1Math.ceil(5/2)3,四舍五入.Math.round(5/2)4,向下取整Math.floor(5/2)Math 对象的方法FF: Firefox,... 阅读全文
posted @ 2012-09-14 17:18 y0umer 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 今天看到一则处理xml的问题,以前也有写过xml的查询,下面是问题declare @x xml,@y xml 02set @x=' 031 04姓名 05 06 07 082 09年龄 10 11 12' 13set @y=' 141 15张三 16 17 182 1920 20... 阅读全文
posted @ 2012-09-14 10:48 y0umer 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2012-09-14 00:39 y0umer 阅读(149) 评论(0) 推荐(0) 编辑
摘要: DIV CSS虚线教程篇包括讲解常常出现的各种样式的DIV虚线案例CSS教程。本节为大家介绍常见的CSS 虚线及DIV教程。CSS虚线下划线、列表虚线统统搞定。目录CSS虚线边框CSS超链接虚线下划线列表型CSS虚线下划线CSS定义一条水平虚线1、CSS边框虚线 - TOP这里通过边框属性的虚线边框... 阅读全文
posted @ 2012-09-13 12:41 y0umer 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 方法1: 用file_get_contents 以get方式获取内容方法2: 用fopen打开url, 以get方式获取内容方法3:用file_get_contents函数,以post方式获取url 'bar');//生成url-encode后的请求字符串,将数组转换为字符串$data = http... 阅读全文
posted @ 2012-09-12 07:31 y0umer 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 因为字段的长度不够导致的问题 阅读全文
posted @ 2012-09-10 10:27 y0umer 阅读(286) 评论(0) 推荐(0) 编辑
摘要: ISO Latin-1字符集字符十进制字符编号实体名字说明---�---未使用Unused------未使用Unused------未使用Unused------未使用Unused------未使用Unused------未使用Unused-... 阅读全文
posted @ 2012-09-04 17:52 y0umer 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1、jquery.autocomplete参考地址 http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/http://docs.jquery.com/Plugins/Autocomplete2、jquery.autocomp... 阅读全文
posted @ 2012-08-31 16:44 y0umer 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 103 下一页