登录
首页 » C# » 局域网即时通讯聊天软件

局域网即时通讯聊天软件

于 2023-02-28 发布 文件大小:1.43 MB
0 37
下载积分: 2 下载次数: 1

代码说明:

附加数据库SQL Server 2008(1)将Database文件夹中的两个文件拷贝到SQL Server 2008安装路径下的MSSQL.1MSSQLData文件夹中。(2)打开SQL Server 2008,然后展开本地服务器,在“数据库”数据项上单击鼠标右键,在弹出的快捷菜单中选择“附加”菜单项。(3)将弹出“附加数据库”对话框,在该对话框中单击“”按钮,选择所要附加数据库的.mdf文件,单击“确定”按钮,即可完成数据库的附加操作。

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

发表评论

0 个回复

  • 8
    说明:  电子标签读写器程序(示例类源程序,具有较好的参考作用)(RFID reader program (sample type source, has a good reference))
    2008-02-24 01:11:27下载
    积分:1
  • 自己做的双通道AD DMA采集
    基于DMA的AD双通道同时采集,每次用一个数组通过usart发送到PC端
    2022-04-06 22:21:02下载
    积分:1
  • Project1
    说明:  可以实现图书管理系统,并且实现哈德曼夫二叉树,以及数列(Can realize the library management system)
    2020-11-10 16:56:38下载
    积分:1
  • XMLPhone
    说明:  C#程序设计——Windows项目开发源码(C# Programming- Windows open source projects)
    2010-04-23 23:59:17下载
    积分:1
  • SHU
    为了点分 求分下载好麻烦 c++二叉排序树(In order to find points dotted download good trouble c++ binary sort tree)
    2013-07-25 01:35:56下载
    积分: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
  • autoshutdown_vc
    自动关机/重新启动(automatic shutdown/restart)
    2004-12-02 14:38:58下载
    积分:1
  • MainformTouchTable
    Main form for the kinect touchtable program
    2012-10-24 15:04:43下载
    积分:1
  • vr
    说明:  一本matlab的虚拟现实的讲义,书写的还不错!(A virtual reality matlab lecture notes, writing bad!)
    2011-04-14 00:29:44下载
    积分:1
  • DOWHILEDELRFENXI
    do-while循环语句的LR分析,包括文法的建立,文法的LR分析表,词法分析,LR分析过程,输出三地址表示形式。(do-while loop statement LR analysis, including the establishment of grammar, grammar analysis of the LR tables, lexical analysis, LR analysis process, the output three-address representation.)
    2010-01-20 21:17:51下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 70今日下载