摘要:Asp. Server Push 现在时间是: using System;using System.Collections.Generic;using System.Linq;using System.Web;u...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text.RegularExpressions;using System.Web;using System.W...
阅读全文
摘要:【C#】Entity Framework 增删改查和事务操作1、增加对象 DbEntity db = new DbEntity(); //创建对象实体,注意,这里需要对所有属性进行赋值(除了自动增长主键外),如果不赋值,则会数据库中会被设置为NULL(注意是否可空)var user = new ...
阅读全文
摘要:字典名称: 字典类别: 新增 编辑 删除 查询 ...
阅读全文
摘要:前端:@{ Layout = null;}@using System.Activities.Expressions@model MvcApplication1.Models.News MyIndex @* *@ @* *@ ...
阅读全文
摘要:前提:该机构录入的都是和该机构有关的数据,机构下的funmental(idcard唯一)和creditinfo(funmentalid唯一)不能重复所以推出以下结论:1.根据userid(机构)=》allfunmental 和 allInfo2.标示唯一 funmetal以idcard allinf...
阅读全文
摘要://获取url中的参数 function getUrlParam (pName, win) { var sUrl; if (typeof (win) == 'string') { sUrl = win; ...
阅读全文
摘要:using System;using System.Text;namespace WebDemo.Common{ public class keshifenye { /// /// /// /// 一页多少条 /...
阅读全文
摘要:// 对Date的扩展,将 Date 转化为指定格式的String // 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符, // 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字) ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Framework;u...
阅读全文
摘要://根据elements查询出的参数个数的不同,而传递不同个数的查询参数 startvar elements = node.attributes.text.split(","); var postdata = []; if (elements.length ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication7{ class...
阅读全文
摘要:1.调用代码UTIL.SetDict($("#txt_ExcludeIndustry_"), "SECTOR_TYPE", true, true, function () { var objects = $("#txt_ExcludeIndustry_").val(); ...
阅读全文
摘要:var tab = artDialog.open.origin.$("#tabs").tabs("getTab", "公司评级"); var url = tab.panel('options').url; var ...
阅读全文
摘要:delete from ccr_Fundermental where company_name='kxb';delete from ccr_credit_input_data where company_name='kxb'delete from ccr_historical_credit_rec...
阅读全文
摘要:重点:data: $("#form1").serialize()function setSaveNext() { setSaveData(); var cx = pageIndex % pageSize; var entityType...
阅读全文