摘要: 界面 <a href="/Handler/FileDownLoadHandler.ashx?filePath=~\template\clientTemplate.xlsx" target="content">模板下载</a> using System;using System.Collections 阅读全文
posted @ 2016-09-08 17:26 恋之呓 阅读(137) 评论(0) 推荐(0) 编辑
摘要: <script> $(document).ready(function () { alert("sdf"); $('#chaxunjieguo').datagrid({ columns: [[ { field: 'code', title: '时间', width: fixWidth(0.2), a 阅读全文
posted @ 2016-09-07 16:30 恋之呓 阅读(2757) 评论(0) 推荐(0) 编辑
摘要: asp 控件 string FullName = FileUpload1.PostedFile.FileName;//获取路径名 if (FullName == "") { this.lbl.Text = "请选择excel文件!"; return; } FileInfo fi = new File 阅读全文
posted @ 2016-09-03 14:17 恋之呓 阅读(94) 评论(0) 推荐(0) 编辑
摘要: VS2010是(Ctrl+E,C),VS2012是(Ctrl+K, Ctrl+C),实际操作,按住Ctrl键不放,先按K键,再按C键。相当于Ctrl+K加 Ctrl+C的组合键反註解:VS2010是(Ctrl+E,U),VS2012是(Ctrl+K, Ctrl+U) 1. 强迫智能感知:Ctrl+J 阅读全文
posted @ 2016-09-03 09:00 恋之呓 阅读(200) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CustomerInformationHandUpdate.aspx.cs" Inherits="CRM.UI.CustomerInformationHandUpdate" %> <! 阅读全文
posted @ 2016-08-26 13:58 恋之呓 阅读(174) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;using BLL;using m = Model;using System.Data;using Sys 阅读全文
posted @ 2016-08-26 11:52 恋之呓 阅读(265) 评论(0) 推荐(0) 编辑
摘要: <fieldset> <legend>查询</legend> <table style="width: 100%;"> <tr> <td class="tb1">区域:</td> <td class="td2"> <input id="quyu" name="quyu" class="easyui- 阅读全文
posted @ 2016-08-26 11:51 恋之呓 阅读(356) 评论(0) 推荐(0) 编辑
摘要: <!--用于判断页面传值控制界面是否只读--><script> function checkType() { var aQuery = window.location.href.split("?"); //取得Get参数 var aGET = new Array(); if (aQuery.leng 阅读全文
posted @ 2016-08-26 11:48 恋之呓 阅读(205) 评论(0) 推荐(0) 编辑
摘要: <!-- 获取机会点名称列表 --><script> function initOpportunityNameFuzzyQuery() { $('#jihuidianmingcheng').combobox({ prompt: '智能查询机会点名称,输入后请空格', required: false, 阅读全文
posted @ 2016-08-18 14:54 恋之呓 阅读(1443) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Data;using System.Data.OleDb;using System.Linq;using System.Text;using Log;namespace Common 阅读全文
posted @ 2016-08-15 16:59 恋之呓 阅读(298) 评论(0) 推荐(0) 编辑