摘要: 1 /// <summary> 2 /// 智能查询类型 3 /// </summary> 4 5 public enum QueryType : byte 6 { 7 /// <summary> 8 /// 发货方联系人信息 9 /// </summary> 10 [DataMappingAttr 阅读全文
posted @ 2018-04-12 21:11 凌乱忘语 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 1 <html> 2 <head> 3 </head> 4 <body> 5 <form id="recordform" name="recordform" autocomplete="off"> 6 <table cellpadding="0" cellspacing="0" class="tab 阅读全文
posted @ 2018-04-12 21:02 凌乱忘语 阅读(576) 评论(0) 推荐(0) 编辑
摘要: 第一步、前台HTML页面。 1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="feeClassification.aspx.cs" Inherits="Webs.pages.Parameter.feeClassification" 阅读全文
posted @ 2017-09-07 10:48 凌乱忘语 阅读(1103) 评论(0) 推荐(0) 编辑
摘要: 一、首先要知道刷新网页的路径; 1 frmPointEasyToBeat fpetBeat = new frmPointEasyToBeat(bookNoteId, userInfo.UserId); 2 fpetBeat.ShowDialog(); 3 if (webBrowser1.Docume 阅读全文
posted @ 2017-09-05 22:29 凌乱忘语 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 一、HTML代码 1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UploadImagePage.aspx.cs" Inherits="Webs.pages.BookingNote.UploadImagePage" %> 2 3 阅读全文
posted @ 2017-09-05 22:22 凌乱忘语 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 1 public bool IsRegistered() 2 { 3 string clsid = ConfigurationManager.AppSettings["clsid"]; 4 //参数检查 5 Debug.Assert(!String.IsNullOrEmpty(clsid), "cl 阅读全文
posted @ 2017-09-05 22:16 凌乱忘语 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 代码中包含了检测本地安装盘符代码 1 一,定义下载委托事件(用于实现前台进度条更新和下载完成后事件的回调): 2 private delegate void Action(); 3 private string diverUrl = ConfigurationManager.AppSettings[ 阅读全文
posted @ 2017-09-05 22:14 凌乱忘语 阅读(1121) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-02-14 16:06 凌乱忘语 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 一、从注册表中读取到本地计算机默认浏览器,然后调用下载。 1 private void button1_Click(object sender, EventArgs e) 2 { 3 //从注册表中读取默认浏览器可执行文件路径 4 RegistryKey key = Registry.Classes 阅读全文
posted @ 2017-09-13 17:10 凌乱忘语 阅读(1839) 评论(0) 推荐(0) 编辑