2015年3月25日

DataTable转成Html(可用于将表格以html邮件格式发送)

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Net.Mail; 5 using System.Data; 6 using System.IO; 7 8 namesp... 阅读全文

posted @ 2015-03-25 15:25 Donald_2010 阅读(1149) 评论(0) 推荐(0)

kettle Cannot find function setValue in object

摘要: TypeError: Cannot find function setValue in object .解决办法:勾上“兼容模式”后面的勾。 阅读全文

posted @ 2015-03-25 13:41 Donald_2010 阅读(672) 评论(0) 推荐(0)

2015年1月27日

用ConfigurationSection自定义配置文件

摘要: 配置文件: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 using System;using System.Configuration... 阅读全文

posted @ 2015-01-27 17:56 Donald_2010 阅读(136) 评论(0) 推荐(0)

导航