摘要:
界面 <a href="/Handler/FileDownLoadHandler.ashx?filePath=~\template\clientTemplate.xlsx" target="content">模板下载</a> using System;using System.Collections 阅读全文
摘要:
<script> $(document).ready(function () { alert("sdf"); $('#chaxunjieguo').datagrid({ columns: [[ { field: 'code', title: '时间', width: fixWidth(0.2), a 阅读全文
摘要:
asp 控件 string FullName = FileUpload1.PostedFile.FileName;//获取路径名 if (FullName == "") { this.lbl.Text = "请选择excel文件!"; return; } FileInfo fi = new File 阅读全文
摘要:
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 阅读全文
摘要:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CustomerInformationHandUpdate.aspx.cs" Inherits="CRM.UI.CustomerInformationHandUpdate" %> <! 阅读全文
摘要:
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 阅读全文
摘要:
<fieldset> <legend>查询</legend> <table style="width: 100%;"> <tr> <td class="tb1">区域:</td> <td class="td2"> <input id="quyu" name="quyu" class="easyui- 阅读全文
摘要:
<!--用于判断页面传值控制界面是否只读--><script> function checkType() { var aQuery = window.location.href.split("?"); //取得Get参数 var aGET = new Array(); if (aQuery.leng 阅读全文
摘要:
<!-- 获取机会点名称列表 --><script> function initOpportunityNameFuzzyQuery() { $('#jihuidianmingcheng').combobox({ prompt: '智能查询机会点名称,输入后请空格', required: false, 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Data;using System.Data.OleDb;using System.Linq;using System.Text;using Log;namespace Common 阅读全文