分享到: 百度 更多
摘要: C#图解教程:http://pan.baidu.com/share/link?shareid=186367&uk=1863746434Linq教程: http://pan.baidu.com/share/link?shareid=186368&uk=1863746434后续继续更新 网络不给力 阅读全文
posted @ 2013-01-09 01:45 黑马_Summer 阅读(137) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;using System.Configuration;namespace MyPhotos.DAL{ class SQLHelper { //读取配置文件中的连接字符串 private static string connStr = ConfigurationManager.ConnectionStri... 阅读全文
posted @ 2013-01-09 01:22 黑马_Summer 阅读(213) 评论(0) 推荐(0) 编辑
分享到: 百度 更多