随笔分类 -  帮助类

xml文件操作帮助类
摘要:xml文件的节点值获取和节点值设置 /// <summary> /// 保存单个点节点的值 /// </summary> /// <param name="UpNodeName">父级节点名称</param> /// <param name="NodeName">子节点名称</param> /// 阅读全文
posted @ 2019-05-05 17:32 爱写随记的代码搬运工 阅读(179) 评论(0) 推荐(0)
Ole操作帮助类
摘要:/// <summary> /// Ole操作类 /// </summary> public class OleDataBaseHandle { private static OleDbConnection con = null; private static OleDbCommand cmd = 阅读全文
posted @ 2019-05-05 16:51 爱写随记的代码搬运工 阅读(198) 评论(0) 推荐(0)
数据库帮助类2
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;using Syste 阅读全文
posted @ 2019-05-05 16:47 爱写随记的代码搬运工 阅读(111) 评论(0) 推荐(0)
数据库帮助类1
摘要:using System;using System.Data;using System.Xml;using System.Data.SqlClient;using System.Collections; namespace DAL{ /// <summary> /// The SqlHelper c 阅读全文
posted @ 2019-05-05 16:44 爱写随记的代码搬运工 阅读(188) 评论(0) 推荐(0)