闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

上一页 1 ··· 6 7 8 9 10 11 12 下一页

2009年5月15日

摘要: 软件环境:Web服务程序部署在分布于各地的工厂服务器,这些服务器位于内网之中,没有固定外网IP,且不能通过外网进行访问。调用这些Web服务的是一台连接至internet的WEB服务器,该WEB服务器通过VPN与各个工厂的服务器相连。 解决方案一:通过SOAP Header传递用户名和密码。 1. 首先需要在服务中定义一个从 SOAPHeader 派生的类,表示传入 SOAP 标头的数据。 ... 阅读全文

posted @ 2009-05-15 19:45 闲坐敲棋 阅读(263) 评论(0) 推荐(0) 编辑

2009年5月9日

摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Net; using System.Net.... 阅读全文

posted @ 2009-05-09 19:49 闲坐敲棋 阅读(292) 评论(0) 推荐(0) 编辑

摘要: using System; using System.Collections; using System.Net.Sockets; using System.IO; using System.Text; namespace Edu.Stu.Common.Mail { /// /// Module ID:0005 /// Depiction:发送邮件,支持ESMTP, 多... 阅读全文

posted @ 2009-05-09 00:24 闲坐敲棋 阅读(219) 评论(0) 推荐(0) 编辑

2009年5月8日

摘要: protected void Page_Load(object sender, EventArgs e) { //①Create a DataTable DataTable dt = new DataTable("Table_AX"); //②Add columns for DataTable //Method 1 ... 阅读全文

posted @ 2009-05-08 12:47 闲坐敲棋 阅读(150) 评论(0) 推荐(0) 编辑

摘要: DataTable的细节 DataTable是表格数据块在内存中的表示。虽然可以手动以编程形式构建一个DataTable,但通常使用DataSet和定义在System.Data.OleDb或System.Data.SqlClient命名空间中的类型,以动态获得一个DataTable。表A-7描述了DataTable中的一些核心属性。 表A-7 DataTable的属性 ... 阅读全文

posted @ 2009-05-08 12:45 闲坐敲棋 阅读(235) 评论(0) 推荐(0) 编辑

2009年5月6日

摘要: using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; //add using System.Net; using System.Text; using System.IO; using System.Web.Services.Description; usi... 阅读全文

posted @ 2009-05-06 19:39 闲坐敲棋 阅读(180) 评论(0) 推荐(0) 编辑

摘要: using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; /// /// 对字符串进行检查和替换其中的特殊字符 /// /// ... 阅读全文

posted @ 2009-05-06 13:00 闲坐敲棋 阅读(337) 评论(0) 推荐(0) 编辑

摘要: http://blog.csdn.net/zhzuo/archive/2006/10/31/1359353.aspx 阅读全文

posted @ 2009-05-06 10:12 闲坐敲棋 阅读(165) 评论(0) 推荐(0) 编辑

摘要: using System; using System.Diagnostics; namespace ZZ { class ZZConsole { [STAThread] static void Main(string[] args) { string ip = "192.192.132.229"; ... 阅读全文

posted @ 2009-05-06 10:07 闲坐敲棋 阅读(332) 评论(0) 推荐(0) 编辑

2009年5月5日

摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.ServiceProcess; using System.Text; using System.Threading; using ... 阅读全文

posted @ 2009-05-05 20:21 闲坐敲棋 阅读(189) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 下一页