__黑礼服忄
__黑礼服忄
关注数: 13
粉丝数: 25
发帖数: 719
关注贴吧数: 50
【搬运福利】祭坛脚本 技能这样点就OK了,下面上连接
转职书,你用了没 如题,我有个萌道。应为没女仆 白色和灰色的毛笔感觉刷图不爽,想入手元素。求大神指点,小弟在此射过。实在不行就只有玩召唤了
男猪脚对血雕说....... 断刀可以镇楼不
请艾特出比你智商低的人 郑楼
#我的贴吧10年足迹,共同成长,深藏功与名 贴吧十年,时光匆匆,再回首,白驹过隙一分钟。 那些褪色的青春梦,普通得不能再普通,玩贴吧的都懂。 贾君鹏,追贴,抢楼,往事如风,足迹不留空。 http://tieba.baidu.com/home/zuji
来个会扣图的
求大神帮忙加注释 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using System.Data; using System.Configuration; namespace DAL { public class SQLHelper { public SqlConnection GetConn() { string connstr = ConfigurationManager.ConnectionStrings["SQL"].ConnectionString; return new SqlConnection(connstr); } public DataSet Select(string sql) { SqlConnection conn = GetConn(); SqlDataAdapter sda = new SqlDataAdapter(sql, conn); DataSet ds = new DataSet(); sda.Fill(ds); return ds; } /// <summary> /// //定义方法,即可以执行存储过程,也可以执行sql文本 /// </summary> /// <param name="t">执行类型</param> /// <param name="text">执行内容</param> /// <param name="p">执行的参数</param> /// <returns>执行增删改 返回受影响的行数</returns> public int Query(CommandType t, string text, params SqlParameter[] p) { SqlConnection conn = GetConn(); conn.Open(); try { SqlCommand cmd = new SqlCommand(text, conn); if (t == CommandType.StoredProcedure) //要使用的是存储过程 { cmd.CommandType = t; //设置命令的执行类型 if (p.Length != 0) //说明存储过程中有参数, { //将所有的参数带到命令中 for (int i = 0; i < p.Length; i++) { cmd.Parameters.Add(p[i]); } } } int count = cmd.ExecuteNonQuery(); return count; } catch (Exception) { throw; } finally { conn.Close(); } } } } 这是老师写的 , 有很多地方都不了解 求加注释
水神们都戳进来吧 这个可以镇楼吗?
准备牵网线 求推荐
[这是一个求助贴]大神都进来把 第十四集 这个时间点的时候 出现的音乐的求名字 3Q
我又来了 刚才被秒删 死哥镇楼
大神 快来
1
下一页