当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 源文件内容:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;namespace ...
 

 

    摘要:关于c#下写的web service 服务在delphi下调用时的问题 首先我觉得有必要把.net平台下开发webservice进行一个比较全面的阐述,web service的最初产生是在电子商务的环境下出现的,有些问题通过传统的手段已经不容易解决,比如在应用程序之间进行商务通信、数据交换,使用dcom、corba等二进制机制的东西已经行不通了,姑且不说他们受各自平台的限制,比如dcom(dist......
    摘要:功能:把选定文件夹下的dll、子文件夹和子文件夹中的dll填写到窗体的treeview控件上。缺点:窗体简单,代码有些混乱,线程之间的调用可能没有到最优化。实现:imagelist中的图片需要自己重新定义。多线程的优点:可以及时响应用户的操作,不至于产生“未响应”的尴尬;设计合理(结合需求)的话,可使软件的性能提高。多线程的编写:结构合理、注意同步。以上是我对这个例程和多线......


一个用C#写的词法分析程序

源文件内容:

namespace wzy2{ /// <summary> /// form1 的摘要说明. /// </summary> public class form1 : system.windows.forms.form {  private system.windows.forms.label label1; 【程序编程相关:在C#中使用异步Socket编程实现TC

using system;using system.drawing;using system.collections;using system.componentmodel;using system.windows.forms;using system.data; 【推荐阅读:初学VB.NET连接SQL数据库!

  private system.windows.forms.richtextbox richtextbox1;  private system.windows.forms.richtextbox richtextbox2; 【扩展信息:很久没发代码了,今天来发些C#代码

  private system.windows.forms.button button1;  private system.windows.forms.button button2;  private system.windows.forms.button button3;

  private system.windows.forms.openfiledialog openfiledialog1;  private system.windows.forms.savefiledialog savefiledialog1;    /// <summary>  /// 必需的设计器变量.  /// </summary>  private system.componentmodel.container components = null;

  public form1()  {   //   // windows 窗体设计器支持所必需的   //   initializecomponent();

   //   // todo: 在 initializecomponent 调用后添加任何构造函数代码   //  }

  /// <summary>  /// 清理所有正在使用的资源.  /// </summary>  protected override void dispose( bool disposing )  {   if( disposing )   {    if (components != null)     {     components.dispose();    }   }   base.dispose( disposing );  }

  #region windows 窗体设计器生成的代码  /// <summary>  /// 设计器支持所需的方法 - 不要使用代码编辑器修改  /// 此方法的内容.
...   下一页

    摘要:screensaver.csusing system;using system.windows.forms;namespace screensaver{ public class dotnetscreensaver { [stathread] static void main(string[] args) { if (args.length > 0) { if (args[0].tolowe......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE