登录
首页 » C# » C#与SAP系统接口

C#与SAP系统接口

于 2015-03-26 发布
0 215
下载积分: 1 下载次数: 0

代码说明:

NCO3.0的应用说明

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • winform 大头贴 拍照 例子源码下载
    C# 拍照程序 源码
    2015-05-22下载
    积分:1
  • Sharepoint自动创建网站 例子源码
    自动创建网站,在客户端创建和删除网站
    2014-11-25下载
    积分:1
  • C#上位机电表数据采集
    C#上位机电表数据采集
    2021-05-06下载
    积分:1
  • WPF中多窗体实例
    在WPF中,没有默认提供MDI子窗体控件,如果有用到多窗体的朋友,可以参考一下。
    2013-11-25下载
    积分:1
  • c# winform 分页 用户控件 实例源码下载
    c# winform 分页 用户控件 实例源码下载
    2014-11-26下载
    积分:1
  • autosar-tcpip-posix
    【实例简介】AOTOSAR Doip 层代码,可供参考
    2021-09-03 00:31:03下载
    积分:1
  • C# 设置IP地址 例子源码下载
    C# 设置IP地址 例子源码下载
    2015-03-19下载
    积分:1
  • 于51单片机的串行通信实验【仿真电路图+程序,(C+汇编)】
    基于51单片机的串行通信实验【仿真电路图+程序,(C语言+汇编)】
    2021-05-06下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • KMP算法
    【实例简介】KMP改进算法
    2021-07-27 00:31:05下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载