摘要: --省数据 insert into Province (ProvinceName) values('北京市'); insert into Province (ProvinceName) values('天津市'); insert into Province (ProvinceName) values 阅读全文
posted @ 2016-06-23 15:31 Pavilion 阅读(863) 评论(0) 推荐(0)
摘要: 下载Installshield http://learn.flexerasoftware.com/content/IS-EVAL-InstallShield-Limited-Edition-Visual-Studio 出现 下拉框里面没有内容 Fq: 使用天行浏览器(URL:http://www.0 阅读全文
posted @ 2016-06-15 10:37 Pavilion 阅读(3077) 评论(0) 推荐(1)
摘要: html: 阅读全文
posted @ 2016-05-30 17:51 Pavilion 阅读(436) 评论(2) 推荐(0)
摘要: html代码: <td> <asp:HiddenField ID="hiddenchuli" Value='<%#Eval("ID")%>' runat="server" /> <asp:DropDownList ID="drpstatus1" runat="server"> <asp:ListIt 阅读全文
posted @ 2016-05-30 17:18 Pavilion 阅读(251) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Di... 阅读全文
posted @ 2016-05-27 15:36 Pavilion 阅读(946) 评论(0) 推荐(0)
摘要: string err = "Hellod world"; FileStream fs = null; string filePath = HttpContext.Current.Server.MapPath("~/Error.txt"); if (!File.Exists(filePath)) { 阅读全文
posted @ 2016-04-20 17:56 Pavilion 阅读(237) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <head> <meta http-equiv="Con 阅读全文
posted @ 2016-04-16 15:26 Pavilion 阅读(440) 评论(1) 推荐(0)
摘要: demo.html代码:<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewpo 阅读全文
posted @ 2016-04-11 10:37 Pavilion 阅读(3535) 评论(1) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2016-04-08 15:43 Pavilion 阅读(349) 评论(0) 推荐(0)
摘要: using System; using System.Web; using EF; using Newtonsoft.Json; using System.Collections.Generic; using System.Linq; using System.IO; using Aspose.Cells; //using Microsoft.Office.Interop.Excel; //... 阅读全文
posted @ 2016-04-05 10:55 Pavilion 阅读(805) 评论(0) 推荐(0)