01 2016 档案

jquery select 左右移动
摘要:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication9.WebForm1" %> <!DOCTYPE html> <html xmlns="http:/ 阅读全文

posted @ 2016-01-31 13:34 听哥哥的话 阅读(668) 评论(0) 推荐(0)

jquery dropdownlist.js
摘要:$.fn.extend({ SetDict: function (option) { var txtControl = $(this); if (!txtControl.hasClass("combo-text")) { // var width = txtControl.width(); //tx 阅读全文

posted @ 2016-01-31 00:05 听哥哥的话 阅读(527) 评论(0) 推荐(0)

jquery extend 多个扩展方法
摘要:$.fn.extend({ SetDict: function (option) { var txtControl = $(this); if (!txtControl.hasClass("combo-text")) { // var width = txtControl.width(); //tx 阅读全文

posted @ 2016-01-31 00:02 听哥哥的话 阅读(700) 评论(0) 推荐(0)

combogrid change check multiple
摘要:this.SetDict = function (obj, dicType, multiple, Ischeckbox, callback, change) { obj.combogrid({ panelWidth: 250, idField: 'Code', textField: 'Name', 阅读全文

posted @ 2016-01-30 23:58 听哥哥的话 阅读(217) 评论(0) 推荐(0)

jqgrid扩展 获取表单数据
摘要:$.fn.GetPostData = function () { var data = {}; var k = false; $(this).find(".datacontrol").each(function (i, value) { var field = $(value).attr("name 阅读全文

posted @ 2016-01-30 23:42 听哥哥的话 阅读(1214) 评论(0) 推荐(0)

jqgrid常用操作
摘要:1.jqgrid控件列在需要的地方加上edittable=true <asp:JQGrid runat="server" ID="jq1" AutoWidth="true" Height="400" DataUrl="/ccr/CcrCompanyPromoterManage.aspx?_metho 阅读全文

posted @ 2016-01-30 23:36 听哥哥的话 阅读(341) 评论(0) 推荐(0)

jqgrid 编辑表格(包含下拉框)
摘要:1.1在jqgrid 按钮 1.2 在jqgrid的客户端事件中绑定如下方法function gridComplete() {var ids = jQuery("#jq2").jqGrid('getDataIDs');for (var i = 0; i ";se = "";//ce = "";jQ... 阅读全文

posted @ 2016-01-27 11:42 听哥哥的话 阅读(1650) 评论(0) 推荐(0)

CLR VIA C# 泛型的协变和逆变
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication6{class Pro... 阅读全文

posted @ 2016-01-22 09:19 听哥哥的话 阅读(229) 评论(0) 推荐(0)

CLR 显示实现事件 EventSet内部管理一个字典
摘要:using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threadi... 阅读全文

posted @ 2016-01-21 14:39 听哥哥的话 阅读(238) 评论(0) 推荐(0)

复习action委托
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication4{public st... 阅读全文

posted @ 2016-01-19 09:43 听哥哥的话 阅读(256) 评论(0) 推荐(0)

sql语句in超过1000时的写法
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication3{class Pro... 阅读全文

posted @ 2016-01-15 16:53 听哥哥的话 阅读(1783) 评论(0) 推荐(0)

多线程协作 FileStream文件读写操作,读写冲突解决
摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;... 阅读全文

posted @ 2016-01-10 11:59 听哥哥的话 阅读(1411) 评论(0) 推荐(0)

网络爬虫(抓取)正则表达式 (多线程协作)
摘要:1.多线程调用界面后台代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;usin... 阅读全文

posted @ 2016-01-08 23:43 听哥哥的话 阅读(654) 评论(0) 推荐(0)

easyui-tabs 页签绑定click事件,动态加载jqgrid
摘要:1.前台代码公司名称1:新增编辑删除查询导入删除历史数据公司名称2:新增编辑1删除查询导入删除历史数据公司名称3:新增编辑删除查询导入删除历史数据2.后台代码using System;using System.Collections.Generic;using System.Linq;using S... 阅读全文

posted @ 2016-01-04 23:02 听哥哥的话 阅读(7950) 评论(0) 推荐(0)

etl 获取列数据类型
摘要:QueryInfo info = new QueryInfo(); info.CustomSQL = @" select column_name, data_type, data_precision, data_scale, ... 阅读全文

posted @ 2016-01-04 23:00 听哥哥的话 阅读(241) 评论(0) 推荐(0)

oracle获取列的备注和数据类型
摘要:select column_name, data_type, data_precision, data_scale, nvl((select t_s.comments from all_col_comments t_s where t... 阅读全文

posted @ 2016-01-04 22:25 听哥哥的话 阅读(619) 评论(0) 推荐(0)

导航