登录
首页 » C# » sql server 2008降到sql 2005 实例源码下载

sql server 2008降到sql 2005 实例源码下载

于 2015-04-03 发布
0 179
下载积分: 1 下载次数: 0

代码说明:

sql server 2008降到sql 2005 实例源码下载

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

发表评论

0 个回复

  • 对图像做空间滤波
    对图像做空间滤波
    2015-07-02下载
    积分:1
  • c# 声音阅读文字 程序示例源码下载(DotNetSpeech)
    c# 声音阅读文字 程序示例源码下载(DotNetSpeech)
    2014-03-26下载
    积分:1
  • 微信群发Web请求C#源码
    微信群发Web请求C#源码
    2020-12-12下载
    积分:1
  • C# 显示磁盘目录信息 示例
    C# 显示磁盘目录信息 示例
    2013-02-11下载
    积分:1
  • winform图片轮播 图片滚动源码
    winform图片轮播 图片滚动源码
    2014-11-05下载
    积分:1
  • utf-8编码和解码
    utf-8编码和解码
    2014-01-08下载
    积分:1
  • c# 调用大漠源码
    xDM c# 使用大漠插件. 完成 类似 按键精灵的 功能. 方法 注释 正在慢慢的 完善中 仓库githubhttps://github.com/xxxxue/xDM码云https://gitee.com/xxxxue/xDM/tree/dev准备 运行需要 .NET Framework 4.7.2 或者 手动把 类库框架版本改为 自己有的版本 效果图如何运行1. 注册 大漠dll 到com (资源在 源码的 DLL 文件夹中)2. 成功 提示3. 验证是否注册成功 (列表中存在即可,不需要引用到项目中)4.在 Visual Studio 中运行项目 查看结果 使用免费版 或者 填写 注册码 后 再运行
    2020-03-02下载
    积分:1
  • 开机启动管理项程序
    开机启动管理项程序
    2013-12-06下载
    积分:1
  • C# 人事工资管理系统源码(含数据库)
    C# 人事工资管理系统源码(含数据库)
    2018-04-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
  • 696516资源总数
  • 106446会员总数
  • 9今日下载