摘要:BasLimitConfig.cs/* Copyright (c) 2014 Xiamen HaiHui Software Co., Ltd. All rights reserved* * Create by huanglc@holworth.com at 2014-12-01 16:19:22**...
阅读全文
摘要:http://www.cnblogs.com/JerryWang1991/archive/2013/03/08/2950457.html最近开始用MVC做项目,在使用 JsonResult返回数据的时候,日期被反射成了/Date 1233455这种格式,遍查网上都是在客户端使用JS来处理这个问题的,...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using Holworth.Utility;namespace ConsoleApplicatio...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 封装泛型CRUD{ public class TeacherInfoDAL : BaseDAL where T : ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 状态模式{ public interface State { void doSomething(Person p);...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 模板模式{ public abstract class CarProces { public abstract vo...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 职责链模式{ public interface ICarHandler { ICarHandler next { g...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 中介者模式{ public abstract class Person { public string Name {...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Framework;u...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;using System.IO;using Framework;using Holwo...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;using System.IO;using Framework;using Holwo...
阅读全文
摘要:jQuery.extend({ parseJSON: function (data) { if (typeof data !== "string" || !data) { return null; } // Make sure leading/trailing whitespace is remov...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;using System.Web.UI;usi...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication20{ public class Response { public strin...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication20{ public interface IFiler { string doF...
阅读全文
摘要:select * from etl_data_map t;select * from etl_column t;select * from etl_table_def t;select * from verify_check t;select * from etl_check_method t;
阅读全文
摘要:/* Copyright (c) 2015 Xiamen Weixin Software Co., Ltd. All rights reserved* * Create by huanglc@holworth.com at 2015-04-23 21:52:45**/using System;usi...
阅读全文
摘要:EtlCheckMethod.cs/* Copyright (c) 2015 Xiamen HaiHui Software Co., Ltd. All rights reserved* * Create by huanglc@holworth.com at 2015-04-23 21:52:52**...
阅读全文
摘要:delete from tb1 where id in(select t2.minnum from(select MIN(t1.id) as minnum,t1.col1 as ars ,COUNT(1) as cx from tb1 t1 group by t1.col1)t2)select * ...
阅读全文
摘要:正在处理的任务 市场历史数据已导入完毕.. 详情 路透资讯数据已完成更新.. 详情 交易合约盈亏最新更新.. 详情 建设银行,厦门分行交易员KSBC002远期利率交易有50比数据等待你的审批,请尽快....
阅读全文
摘要:http://www.bobo.com/802756?username=76d9ef9ada890bf7de85f331a4ad1ea0@tencent.163.com
阅读全文
摘要:1.Form1代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Syst...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication17{ public static class STSD { public st...
阅读全文
摘要:正在处理的任务 市场历史数据已导入完毕.. 详情 路透资讯数据已完成更新.. 详情 交易合约盈亏最新更新.. 详情 建设银行,厦门分行交易员KSBC002远期利率交易有50比数据等待你的审批,请尽快....
阅读全文
摘要:这个div同时应用了三个class。三个class的设置都会对它起作用,相互冲突时,越后面的class优先权越高。
阅读全文
摘要:选择器空格的问题 我是内部div我是内部div我是内部div我是内部div 我是外部div我是外部div对于上边的这两行来说:“alert("带空格的选择器的长度是:"+$(".test :hidden").length);”的弹出结果为4“alert("不带空格的选择器的长度是:"+$(".t...
阅读全文
摘要:2.$("选择器1","选择器2") 把第二个选择器过滤出的结果,经过选择器1再过滤
阅读全文