上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
  2016年5月23日
摘要: var builder = new ContainerBuilder();var container = builder.Build(); var assemblies = new DirectoryInfo( AppDomain.CurrentDomain.BaseDirectory) .GetF 阅读全文
posted @ 2016-05-23 18:13 wolf12 阅读(385) 评论(0) 推荐(0) 编辑
  2016年5月21日
摘要: public static class TaskAsyncHelper { /// <summary> /// 将一个方法function异步运行,在执行完毕时执行回调callback /// </summary> /// <param name="function">异步方法,该方法没有参数,返回 阅读全文
posted @ 2016-05-21 07:19 wolf12 阅读(273) 评论(0) 推荐(0) 编辑
  2016年5月13日
摘要: <script type="text/javascript"> var li = ""; $(document).ready(function () { var menus = new Array(); menus.push("控制台"); menus.push("文字排版"); $(".nav-l 阅读全文
posted @ 2016-05-13 14:25 wolf12 阅读(445) 评论(0) 推荐(0) 编辑
  2016年4月27日
摘要: public class ComPDFHepler { /// <summary> /// 正则获取字符串中两个字符串间的内容 /// </summary> /// <param name="str"></param> /// <param name="s"></param> /// <param 阅读全文
posted @ 2016-04-27 17:59 wolf12 阅读(241) 评论(0) 推荐(0) 编辑
  2016年4月13日
摘要: /// <summary> /// 正则获取字符串中两个字符串间的内容 /// </summary> /// <param name="str"></param> /// <param name="s"></param> /// <param name="e"></param> /// <retur 阅读全文
posted @ 2016-04-13 08:51 wolf12 阅读(1752) 评论(0) 推荐(0) 编辑
  2016年2月24日
摘要: 快速的报表开发 能够导出成为复杂的交互性图表 可以与其它控件一起在WebForm中使用 能够动态地将报表导出成为.pdf,.doc,xls,html,rtf等多种格式 水晶报表引擎(Crystal Report Engine (CREngine.dll)) 水晶报表设计器(Crystal Repor 阅读全文
posted @ 2016-02-24 17:21 wolf12 阅读(189) 评论(0) 推荐(0) 编辑
  2016年1月28日
摘要: easyui查询页面组件使用指南 本组件开发需求:信息系统的查询页面基本是包括:搜索区域,列表显示区域,按钮条。 1.录入一个查询语句(如:select * from Strudents),录入列表显示参数:如一页最大记录条数,需求的按钮:添加,删除,修改等。 2..根据录入的查询语句生成列头。 3 阅读全文
posted @ 2016-01-28 14:16 wolf12 阅读(848) 评论(0) 推荐(0) 编辑
  2016年1月26日
摘要: required: "必选字段", remote: "请修正该字段", email: "请输入正确格式的电子邮件", url: "请输入合法的网址", date: "请输入合法的日期", dateISO: "请输入合法的日期 (ISO).", number: "请输入合法的数字", digits: 阅读全文
posted @ 2016-01-26 12:27 wolf12 阅读(188) 评论(0) 推荐(0) 编辑
  2016年1月25日
摘要: --SELECT [ButtonName] as text,[FunctionName] as handler,[iconCls] --FROM [ButtonTable] where PKID in ('50350C99-12DC-48BD-8D62-9A1D42095A1C','D596EE3A 阅读全文
posted @ 2016-01-25 14:31 wolf12 阅读(313) 评论(0) 推荐(0) 编辑
  2016年1月20日
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Text;using System.Threading; namespace C 阅读全文
posted @ 2016-01-20 22:26 wolf12 阅读(1879) 评论(1) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页