上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: /// /// 动态 显示 tab/// /// 类名private void showTab(string sClassName, string MethodName, string sPRODUCTCOMPID){ string sFuncName... 阅读全文
posted @ 2018-08-01 09:38 TTonlyV5 阅读(185) 评论(0) 推荐(0) 编辑
摘要: /// /// 反射调用类中的方法/// /// /// private void InvokeMethod(string ClassName, string MethodName, string Text){ try { string sSolut... 阅读全文
posted @ 2018-08-01 09:37 TTonlyV5 阅读(134) 评论(0) 推荐(0) 编辑
摘要: HSSFWorkbook oBook = new HSSFWorkbook();NPOI.SS.UserModel.ISheet oSheet = oBook.CreateSheet();#region 输出到ExcelMemoryStream ms = n... 阅读全文
posted @ 2018-06-29 08:54 TTonlyV5 阅读(101) 评论(0) 推荐(0) 编辑
摘要: DataTable dtStepX = new DataTable("dtStepX");DataTable dtStepS = new DataTable("dtStepS");//获取两个数据源的并集IEnumerable query = dtStepS... 阅读全文
posted @ 2018-06-15 10:54 TTonlyV5 阅读(686) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Net;using System.IO;using System.Te... 阅读全文
posted @ 2018-04-02 12:06 TTonlyV5 阅读(296) 评论(0) 推荐(0) 编辑
摘要: SELECT A.MATERIALID,A.MATERIALNAME,ISNULL(A.COMPIDSEQ,'') COMPIDSEQ,ISNULL(A.SUPPLYID,'') SUPPLYID,SUM(convert(float,A.QTY)) QTY ... 阅读全文
posted @ 2017-12-29 11:26 TTonlyV5 阅读(218) 评论(0) 推荐(0) 编辑
摘要: /// /// 设置动态表头 /// /// /// protected void ColumsChange(object sender, GridViewRowE... 阅读全文
posted @ 2017-12-05 14:10 TTonlyV5 阅读(216) 评论(0) 推荐(0) 编辑
摘要: // 收缩展开效果 $(document).ready(function () { $(".box h2").toggle(function () { $(this).next... 阅读全文
posted @ 2017-11-27 13:32 TTonlyV5 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 批量插入记录时,对有标识列的字段要设置 set IDENTITY_INSERT 表名 on,然后再执行插入记录操作;插入完毕后恢复为 off 设置 阅读全文
posted @ 2017-10-20 17:03 TTonlyV5 阅读(412) 评论(0) 推荐(0) 编辑
摘要: /// /// 导入本地Excel到DataSet中 /// /// 文件的路径和文件全名,含扩展名 /// public DataSet ExcelToDataSe... 阅读全文
posted @ 2017-10-20 09:58 TTonlyV5 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页