07 2013 档案

摘要:ALTER function [dbo].[fn_Getpinyin](@words nvarchar(2000)) returns varchar(8000) as begin declare @word nchar(1) declare @pinyin varchar(8000) declare @i int declare @words_len int declare @unicode int set @i = 1 set @words = ltrim(rtrim(@words)) set @words_len = len(@words) while (@i = @wo... 阅读全文

posted @ 2013-07-30 15:55 都是脚本惹的祸 阅读(378) 评论(0) 推荐(0)

摘要:1 onmouseover="currentcolor=this.style.backgroundColor;this.style.backgroundColor='blue'" onmouseout="this.style.backgroundColor=currentcolor" 阅读全文

posted @ 2013-07-24 11:18 都是脚本惹的祸 阅读(217) 评论(0) 推荐(0)

摘要:vs等微软软件自动更新的问题所导致安装该文件:http://www.microsoft.com/en-us/download/details.aspx?id=36020 阅读全文

posted @ 2013-07-12 15:09 都是脚本惹的祸 阅读(1308) 评论(0) 推荐(0)

摘要:css+div+js下拉菜单导航--柯乐义Javascriptjs中substring客户端代码着色js实现代码着色11个js技巧tab切换样式js获取可见域宽js导航菜单jQuery左侧可弹出divjquery修改a标签纯文本返回顶部jquery倒计时div(tab)切换选项卡切换单行文字滚动DIV到顶固定修饰title气泡C#删除文本空白行生成图片验证码生成唯一字符串向文件写入文本用IgnoreRoute忽略路径RouteCollection类柯乐义图片压缩类CMSKeleyiCMS更新柯乐义留言板介绍onmouseover="currentcolor=this.style.ba 阅读全文

posted @ 2013-07-08 16:05 都是脚本惹的祸 阅读(168) 评论(0) 推荐(0)

摘要:display:inline它可以让行内显示为块的元素,变为行内显示,例如DIV1DIV2这里DIV1和DIV2分别占一行,但是你给他们加上属性后变了DIV1 DIV2DIV1和DIV2这时候显示在同一行了,试试看吧和 display:inline 对应的是 display:block,block 会让应用了该 CSS 属性的 HTML 标记变成块级别元素,例如 SPAN 是行内显示的,但是你加了 display:block 属性就不一样了[font style= "display:block "] SPAN1 [/font][font style= "displ 阅读全文

posted @ 2013-07-05 17:42 都是脚本惹的祸 阅读(251) 评论(0) 推荐(0)

摘要:js闭包运用function Person(){ var name = "default"; return { getName : function(){ return name; }, setName : function(newName){ name = newName; } } }; var john = Person(); print(john.getN... 阅读全文

posted @ 2013-07-05 15:21 都是脚本惹的祸 阅读(207) 评论(0) 推荐(0)

导航