06 2010 档案

摘要:首先感谢http://blog.csdn.net/greystar/archive/2010/06/12/5666849.aspx的整理!一、基础1、说明:创建数据库CREATE DATABASE database-name2、说明:删除数据库drop database dbname3、说明:备份s... 阅读全文
posted @ 2010-06-23 08:57 笑的自然 阅读(514) 评论(0) 推荐(0)
摘要:以下为转载内容:tomcat默认全部都是用ISO-8859-1编码,不管你页面用什么显示,Tomcat最终还是会替你将所有字符转做ISO-8859-1.那么,当在另目标页面再用GBK翻译时就会将本来错的编码翻译成GBK的编码,这时的文字会乱码.所以需要先将得到"字符"(不管是什么)都先用字节数组表示... 阅读全文
posted @ 2010-06-23 08:49 笑的自然 阅读(123) 评论(0) 推荐(0)
摘要:1. 源码(function($) { $.fn.extend({ position : function(center) { var left = 0, top = 0; if (center) { left = ($(window).width() - $(this).outer... 阅读全文
posted @ 2010-06-07 01:17 笑的自然 阅读(182) 评论(0) 推荐(0)
摘要:1:源码function FloatCouplet(leftElement, rightElement) { if (arguments.length == 0) return; lastScrollY=0; function heartBeat(leftElement, rightElement... 阅读全文
posted @ 2010-06-04 22:27 笑的自然 阅读(348) 评论(0) 推荐(0)
摘要:jQuery文字高亮插件,使用简单,功能强大,支持FF/IE等主流浏览器源码:jQuery.fn.extend({ highText : function (searchWords, css) { return this.each(function(){ $(this).html(functi... 阅读全文
posted @ 2010-06-01 23:45 笑的自然 阅读(386) 评论(0) 推荐(0)