08 2015 档案

asp.net服务器推送长连接
摘要:Asp. Server Push 现在时间是: using System;using System.Collections.Generic;using System.Linq;using System.Web;u... 阅读全文

posted @ 2015-08-27 22:24 听哥哥的话 阅读(465) 评论(0) 推荐(0)

数据字典根据组别再分类
摘要:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text.RegularExpressions;using System.Web;using System.W... 阅读全文

posted @ 2015-08-26 00:26 听哥哥的话 阅读(477) 评论(0) 推荐(0)

ef增删改查
摘要:【C#】Entity Framework 增删改查和事务操作1、增加对象 DbEntity db = new DbEntity(); //创建对象实体,注意,这里需要对所有属性进行赋值(除了自动增长主键外),如果不赋值,则会数据库中会被设置为NULL(注意是否可空)var user = new ... 阅读全文

posted @ 2015-08-22 21:34 听哥哥的话 阅读(219) 评论(0) 推荐(0)

jqgrid控件列分组
摘要:字典名称: 字典类别: 新增 编辑 删除 查询 ... 阅读全文

posted @ 2015-08-22 12:11 听哥哥的话 阅读(1467) 评论(0) 推荐(0)

mvc注解验证
摘要:前端:@{ Layout = null;}@using System.Activities.Expressions@model MvcApplication1.Models.News MyIndex @* *@ @* *@ ... 阅读全文

posted @ 2015-08-20 17:42 听哥哥的话 阅读(211) 评论(0) 推荐(0)

社保压缩
摘要:kxb18659224073 阅读全文

posted @ 2015-08-15 11:53 听哥哥的话 阅读(135) 评论(0) 推荐(0)

excel判断新增使用字典作为页面级数据库,减少io
摘要:前提:该机构录入的都是和该机构有关的数据,机构下的funmental(idcard唯一)和creditinfo(funmentalid唯一)不能重复所以推出以下结论:1.根据userid(机构)=》allfunmental 和 allInfo2.标示唯一 funmetal以idcard allinf... 阅读全文

posted @ 2015-08-14 17:31 听哥哥的话 阅读(190) 评论(0) 推荐(0)

js 获取ur参数 只要问号后面的那段传进url
摘要://获取url中的参数 function getUrlParam (pName, win) { var sUrl; if (typeof (win) == 'string') { sUrl = win; ... 阅读全文

posted @ 2015-08-12 09:25 听哥哥的话 阅读(854) 评论(0) 推荐(0)

柯氏分页
摘要:using System;using System.Text;namespace WebDemo.Common{ public class keshifenye { /// /// /// /// 一页多少条 /... 阅读全文

posted @ 2015-08-11 10:20 听哥哥的话 阅读(143) 评论(0) 推荐(0)

json日期格式话
摘要:// 对Date的扩展,将 Date 转化为指定格式的String // 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符, // 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字) ... 阅读全文

posted @ 2015-08-10 18:22 听哥哥的话 阅读(256) 评论(0) 推荐(0)

.net正则查询
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Framework;u... 阅读全文

posted @ 2015-08-09 22:05 听哥哥的话 阅读(293) 评论(0) 推荐(0)

修复jqgrid setgridparam postdata 的多次查询条件累加
摘要://根据elements查询出的参数个数的不同,而传递不同个数的查询参数 startvar elements = node.attributes.text.split(","); var postdata = []; if (elements.length ... 阅读全文

posted @ 2015-08-09 12:14 听哥哥的话 阅读(1574) 评论(0) 推荐(0)

数据分页的另一种写法
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication7{ class... 阅读全文

posted @ 2015-08-07 11:08 听哥哥的话 阅读(335) 评论(0) 推荐(0)

easyui combogrid 多选加载,保存,显示代码
摘要:1.调用代码UTIL.SetDict($("#txt_ExcludeIndustry_"), "SECTOR_TYPE", true, true, function () { var objects = $("#txt_ExcludeIndustry_").val(); ... 阅读全文

posted @ 2015-08-04 16:01 听哥哥的话 阅读(3661) 评论(0) 推荐(0)

easyui tabs update 强制刷新页面
摘要:var tab = artDialog.open.origin.$("#tabs").tabs("getTab", "公司评级"); var url = tab.panel('options').url; var ... 阅读全文

posted @ 2015-08-04 09:59 听哥哥的话 阅读(922) 评论(0) 推荐(0)

明日摘要
摘要:delete from ccr_Fundermental where company_name='kxb';delete from ccr_credit_input_data where company_name='kxb'delete from ccr_historical_credit_rec... 阅读全文

posted @ 2015-08-01 22:13 听哥哥的话 阅读(105) 评论(0) 推荐(0)

ajax 整个表单的提交
摘要:重点:data: $("#form1").serialize()function setSaveNext() { setSaveData(); var cx = pageIndex % pageSize; var entityType... 阅读全文

posted @ 2015-08-01 16:46 听哥哥的话 阅读(213) 评论(0) 推荐(0)

导航