02 2010 档案
摘要:文件上传 带进度条 多种风格 非常漂亮! 友好的提示 以及上传验证! 部分代码: upload.aspx: 代码就不贴完了 直接打包下载吧! 有关上传的都归类在这里了:http://www.cnblogs.com/zengxiangzhan/category/269831.html 目前 流行: 百
阅读全文
摘要:鼠标滑过小图时,左侧前四张大图可以,但是最后那张大图无法展示: falsh产品展示需要通过参数传递,把关联产品id的图片get出来,如: http://192.168.8.166:90/category/prod_img.aspx?prodid=101 结果: Flash需要上面图片的那一大串数据! 所有的图片都get出来了 为什么最后那张大图就不能显示呢?那就郁闷奇怪了?首先说明一下 fa...
阅读全文
摘要:FlyTreeView的外观俏丽,性能也最为丰富,可谓精雕细琢。先一睹为快!ASP.NET的FlyTreeView(版本2.0,3.0,3.5,4.0)是一种快速,更轻,功能齐全的AJAX TreeView控件。此控件提供给开发者用于tree数据的列层次最强大的解决方案。灵活的外观选项为能够创建独特的树状外观。内置自定义图片,每个样式或行为类型设置可以很容易地定制。有效的客户端(Ajax)模型和现代服务器端(ASP.NET)让开发人员将网络应用提高用户体验。主要特点跨浏览器的执行情况(即的Firefox,Mozilla,Opera,Safari和谷歌浏览器)。符合标准的XHTML 1.1标记。
阅读全文
摘要:<asp:DropDownList ID="ddl1" runat="server" Width="100px" ></asp:DropDownList> <asp:DropDownList ID="ddl2" runat="server" Width="100px" ></asp:DropDownList> <asp:DropDownList ID="ddl3" runat="server&
阅读全文
摘要:jQuery - 中文輸入法與KeyDown/KeyPress事件 JavaScript数组采用从0开始, eq(1)取得的是集合中的第二个元素; CSS 则是从1开始,css选择符$('div:nth-chind(1)')取得的是作为其父元素第一个子元素的所有div 替换logo图片: $("#blogLogo").attr("src","logo.png"); button替换成image类型: 代码: $("#btnZzk").hide(); $(".div_my_zzk"
阅读全文
摘要:js:<scripttype="text/javascript">functiononUpdating(){varupdateProgressDiv=document.getElementById('upCustomer');vargridView=document.getElementById('gvUpdateProgress');vargridViewBounds=Sys.UI....
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Text; using System.Text.RegularExpressions; namespace WebApplication1 { /// /// 汉字转拼音类 /...
阅读全文
摘要:declare@tvarchar(255),@cvarchar(255)declaretable_cursorcursorforselecta.name,b.namefromsysobjectsa,syscolumnsb,systypescwherea.id=b.idanda.xtype='u'andc.namein('char','nchar','nvarchar','varchar','text','ntext')declare@strvarchar(500),@str2varc
阅读全文
摘要:function ClientSideStrongPassword(value) { var num = 1; if (value.trim().length == 0) { return num; } if (value.length > 0 && value.length ,=...
阅读全文
摘要:-->测试数据:[tb]ifobject_id('[tb]')isnotnulldroptable[tb]gocreatetable[tb]([姓名]varchar(1),[部门]varchar(4),[学历]varchar(4),[出生年月]datetime)insert[tb]select'A','后勤','高中','1986-1-1'unionallselect'B','后勤','初中','1984-3-7'unionallselect
阅读全文
摘要:问题浏览器DEMO解决方法1input[button | submit] 不能用 margin:0 auto; 居中IE8bug | fixed为input添加width2body{overflow:hidden;}没有去掉滚动条IE6/7bug | fixed设置html{overflow:hidden;}3hasLayout的标签拥有高度IE6/7bug | fixed*height:0;_overflow:hidden;4form>[hasLayout]元素有margin-left时,子元素中的[input | textarea] 出现2×margin-leftIE6/7
阅读全文