摘要:首先感谢http://answers.microsoft.com/zh-hans/windows/forum/windows_7-system/win7/db5e432c-dacc-40ce-8c69-d93c7f7eb804这篇文章的楼主其实还原了是小事,主要我的开发软件一直报错,调用异常,我想应...
阅读全文
摘要:由于客户需求,做了一个导出EXECL,导出的效果为一级二级三级一类食品面包糖又一类电子产品手机protected void Button1_Click(object sender, EventArgs e) { string sql1 = ""; string sq...
阅读全文
摘要:using System;using System.Collections;using System.Configuration;using System.Data;using System.Web;using System.Web.Security;using System.Web.UI;usin...
阅读全文
摘要://进入页面执行 //读取保存的Cookie信息 HttpCookie cookies = Request.Cookies["USER_COOKIE"]; if (cookies != nul...
阅读全文
摘要:using System.Globalization;//CultureInfo需要 protected void AspxGridView_stock_HtmlDataCellPrepared(object sender, DevExpress.Web.ASPxGridView.AS...
阅读全文
摘要:this.TxtBox_Begin.Date = DateTime.Now.Date.AddDays(1-DateTime.Now.Day);
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;namespace Com.LingHu.D...
阅读全文