上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 30 下一页
摘要: //DataTable转String方法 public static String DataTable2String(DataTable dt) { string strXML = "\r\n"; try { ... 阅读全文
posted @ 2015-04-17 15:42 慧由心生 阅读(2005) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/cenyuxin/p/3324211.html国外大学的课程视频1、http://forum.putclub.com/forumdisplay.php?fid=70&page=12、http://www.yyets.net/forum-671-1.htm... 阅读全文
posted @ 2015-04-15 16:35 慧由心生 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 1、学习CSS布局http://zh.learnlayout.com/display.html 阅读全文
posted @ 2015-04-15 11:31 慧由心生 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 1、EsFrameWork框架http://www.oraycn.com/ESFramework_download.aspx 阅读全文
posted @ 2015-04-14 10:44 慧由心生 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1、javascript 模板引擎http://aui.github.io/artTemplate/ 阅读全文
posted @ 2015-04-13 15:12 慧由心生 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1、显示|隐示转换: public static explicit operator ImplicitClass(ExplicitClass explicitClass) //implicit { ImplicitClass returnClass = n... 阅读全文
posted @ 2015-04-13 11:19 慧由心生 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 1、类库项目引用System.Windows.Forms并添加引用后,才可创建窗体。2、控制台应用程序调用中间库(DLL)中的方法创建窗体;中间类库使用反射下的Assembly加载包含窗体的类库及创建实例。注意:1)创建实例时,参数为窗体类的全名(命名空间+类名)。 2)返回值是Object类型... 阅读全文
posted @ 2015-04-09 15:19 慧由心生 阅读(4716) 评论(0) 推荐(0) 编辑
摘要: IText构造PDF文件1.1 生成DocumentDocument是我们要生成的PDF文件所有元素的容器,因此要生成一个PDF文档,必须首先定义一个Document对象。 Document有三种构造函数: public Document(); public Document(Rectangle... 阅读全文
posted @ 2015-01-16 11:58 慧由心生 阅读(3730) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zhumi/article/details/49076用于编写单元测试的 NUnit用于创建代码文档资料的 NDoc用于生成解决方案的 NAnt用于生成代码的 CodeSmith用于监视代码的 FxCop用于编译少量代码的 Snippet Compiler用... 阅读全文
posted @ 2015-01-14 15:26 慧由心生 阅读(186) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;//注意添加该反射的命名空间 using System.Reflection;... 阅读全文
posted @ 2015-01-14 09:42 慧由心生 阅读(238) 评论(1) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 30 下一页