2015年4月18日
摘要: // 加入收藏 加入收藏function AddFavorite(sURL, sTitle) { try { window.external.addFavorite(sURL, sTitle); } catch (e) { try { window.sidebar.addPanel(sTitle, ... 阅读全文
posted @ 2015-04-18 17:52 李九妹 阅读(523) 评论(0) 推荐(0) 编辑
摘要: html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margi 阅读全文
posted @ 2015-04-18 17:09 李九妹 阅读(188) 评论(0) 推荐(0) 编辑
摘要: /*创建取拼音首字母函数*/ create function [dbo].[fn_ChineseToSpell](@strChinese varchar(500)='') returns varchar(500) as begin /*函数实现开始*/ declare @strLen int,@r... 阅读全文
posted @ 2015-04-18 17:03 李九妹 阅读(711) 评论(0) 推荐(0) 编辑