Fork me on GitHub
.net求学者
摘要: Timeline Portfolio超炫的时间轴展示作品集效果。设计师和前端开发人员可以借助这个效果来制作新颖的个人简历。源码下载 在线演示Swatch Book with CSS3 and jQuery基于 CSS3 & jQuery 实现的多彩的动画 Swatch Book 效果。源码下载 在线演示Making an Interactive Picture with jQuery基于 jQuery 实现交互的图片效果,可以弹出层提示内容。对于介绍图片的某个部分很有用。源码下载 在线演示Animated Content Menu with jQuery使用 jQuery 制作的光滑的 阅读全文
posted @ 2014-03-31 10:20 hy31337 阅读(118) 评论(0) 推荐(0) 编辑
摘要: javascript右键菜单 您好 我是主菜单 在页面上单击 就可以看到我 打印 哈哈 我是个链接 ... 阅读全文
posted @ 2014-03-31 09:49 hy31337 阅读(2257) 评论(0) 推荐(0) 编辑
摘要: //加载城市function loadArea_pep() { $.ajax({ url: "/xmlFile/crty.xml", success: function (result) { var item = "--不限--"; $(result).find("State").each(function () { item += "" + $(this).attr("Name") + "" })//end each $("#WordAdde... 阅读全文
posted @ 2014-03-31 09:49 hy31337 阅读(205) 评论(0) 推荐(0) 编辑
摘要: scrollHeight: 获取对象的滚动高度。scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离scrollWidth:获取对象的滚动宽度offsetHeight:获取对象相对于版面或由 阅读全文
posted @ 2014-03-31 09:49 hy31337 阅读(503) 评论(0) 推荐(0) 编辑
摘要: /*--比较两个数据库的表字段差异 hy 适用多种版本库--*//*--调用示例 exec p_comparestructure 'database1','database2'--*/if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_comparestructure]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)drop procedure [dbo].[p_comparestructure] 阅读全文
posted @ 2014-03-31 09:49 hy31337 阅读(748) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <title>Js控制 iFrame 切换加载网址</title> </head> <body> <a href="javascript:jumpto('http://www.163.com')">网易</a> | <a href="javascript:jumpto(' 阅读全文
posted @ 2014-03-31 09:49 hy31337 阅读(2277) 评论(0) 推荐(0) 编辑
摘要: SQL Server自带的系统存储过程sp_who和sp_lock也可以用来查找阻塞和死锁 一. 阻塞查询 sp_lock 执行 exec sp_lock 下面列下关键字段 spid 是指进程ID,这个过滤掉了系统进程,只展示了用户进程spid>50。 dbid 指当前实例下的哪个数据库 , 使用D 阅读全文
posted @ 2014-03-31 09:49 hy31337 阅读(9253) 评论(0) 推荐(0) 编辑
摘要: 最近很多网站都采用瀑布流风格设计,感觉挺有个性的,比较合适做图片类型的网站,没事仿开心网做一个瀑布流示例。需要用到Jquery,jquery.masonry.min.js Masonry 瀑布流效果 - 美女图片 ... 阅读全文
posted @ 2014-03-31 09:48 hy31337 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 方法一: jQuery.fn.setApDiv=function () { //apDiv浮动层显示位置居中控制 var wheight=$(window).height(); var wwidth=$(window).width(); v... 阅读全文
posted @ 2014-03-31 09:48 hy31337 阅读(729) 评论(0) 推荐(0) 编辑
.net求学者