08 2015 档案

摘要:今天读取注册表值,一直读取不到,但是打开注册表,值确实存在。 RegistryKey reg = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\Microsoft SQL Server"); s... 阅读全文
posted @ 2015-08-24 01:32 Ray's 阅读(206) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Data.SqlClient; 5 using System.Data; 6 using Microsoft.... 阅读全文
posted @ 2015-08-14 23:01 Ray's 阅读(674) 评论(0) 推荐(1)