05 2014 档案

字符串相似度计算的方法,使用SQL以及C#实现,本文非原创摘自网络(.NET SQL技术交流群入群206656202需注明博客园)
摘要:1 CREATE function get_semblance_By_2words 2 ( 3 @word1 varchar(50), 4 @word2 varchar(50) 5 ) 6 returns nvarchar(4000) 7 as 8 begin 9 decl... 阅读全文

posted @ 2014-05-24 11:36 思多久方为远见 阅读(300) 评论(0) 推荐(0)

C# 读写ini配置文件(.net/SQL技术交流群206656202 入群需注明博客园)
摘要:using System;using System.IO;using System.Reflection;using System.Runtime.InteropServices;using System.Text;namespace Souxuexiao.Cache{public static c... 阅读全文

posted @ 2014-05-12 19:52 思多久方为远见 阅读(337) 评论(1) 推荐(0)

导航