摘要:
alter FUNCTION FB_GetChineseSpell( @Str varchar ( 500 ) = '' ) RETURNS varchar ( 500 ) as begin declare @strLen i... 阅读全文
阅读排行榜
Nhibernate3.3.3 GA使用初探
2013-05-04 20:43 by cpine, 2854 阅读, 收藏,
摘要:
首先,下载Nhibernate3.3.3 GA(http://sourceforge.net/projects/nhibernate/) 拿到bins下的文件: 新建项目,结构如下: 说明: NHibernate.DataPortal是数据门户, NHibernate.Domain是Model层... 阅读全文
C# 获取汉语拼音全码及简码
2011-08-01 16:07 by cpine, 2543 阅读, 收藏,
摘要:
public static class SpellCodeHelper { public static string GetChineseSpellCode(string unicodeString) { int i = 0; ushort key = 0; string strRes... 阅读全文
JQuery文字不间断滚动
2014-03-20 08:14 by cpine, 591 阅读, 收藏,
摘要:
一单行滚动 无标题文档 这是公告标题的第一行 这是公告标题的第二行 这是公告标题的第三行 这是公告标题的第四行 这是公告标题的第五行 这是公告标题的第六行 这是公告标题的第七行 这是公告标题的第八行 二,多行滚动 无标题文档多行滚动演示: ... 阅读全文
ASP.NET 3.5中的ListView控件和DataPager控件
2009-08-22 14:50 by cpine, 460 阅读, 收藏,
摘要:
今天,我花了几个小时的时间研究了一下ASP.NET3.5中的ListView控件和DataPager控件。这两个控件是ASP.NET中新增的、非常受欢迎的控件。ListView控件集成了DataGrid、DataList、Repeater和GridView控件的所有功能。它可以像Repeater控件... 阅读全文
浙公网安备 33010602011771号