摘要:OracleHelper帮助类 using System; using System.Configuration; using System.Data; using System.Data.OracleClient; using System.Collections; namespace Kufol
        阅读全文
        文章分类 - 帮助类
常用帮助类
摘要:OleDbHelper帮助类 using System; using System.Configuration; using System.Data; using System.Data.OleDb; using System.Collections.Generic; namespace Kufol
        阅读全文
        
摘要:JS的正则表达式 //校验是否全由数字组成 function isDigit(s) { var patrn=/^[0-9]{1,20}$/; if (!patrn.exec(s)) return false return true } //校验登录名:只能输入5-20个以字母开头、可带数字、“_”、
        阅读全文
        
摘要:下面都是我收集的一些比较常用的正则表达式,因为平常可能在表单验证的时候,用到的比较多。特发出来,让各位朋友共同使用。呵呵。 匹配中文字符的正则表达式: [u4e00-u9fa5] 评注:匹配中文还真是个头疼的事,有了这个表达式就好办了 匹配双字节字符(包括汉字在内):[^x00-xff] 评注:可以
        阅读全文
        
摘要:.NET中Enterprise Library的多配置文件部署
        阅读全文
        
摘要:ServiceLocator类对配置文件各种配置位置的集中管理: using System; using System.Collections.Generic; using System.Text; using System.Configuration; using System.Reflection; namespace Kufolin.DBUtility { /**//// ...
        阅读全文
        
摘要:NHibernate的配置文件app.config NHibernateHelper类的相关应用: using System; using Sy...
        阅读全文
        
摘要:NHibernateHelper帮助类
        阅读全文
        
 
                    
                     
                    
                 
                    
                 

 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号