登录
首页 » C# » 软件公司网站源码(含前后台完整源码以及数据库)

软件公司网站源码(含前后台完整源码以及数据库)

于 2015-06-28 发布
0 160
下载积分: 1 下载次数: 0

代码说明:

1.项目前台:LYSC.CompanyWeb.UI/Index.html2.项目后台:LYSC.CompanyWeb.UI/admin/Login/Login.aspx3.项目数据库脚本:LYSC.CompanyWeb.UI/DateFile4.项目说明以及开发流程:LYSC.CompanyWeb.UI/DateFile5.此项目是基于VS2012开发的,数据库是VS20126..NET版本是.net FrameWork 4.57.如须知道开发过程中遇到的问题,可以查看第4步的文件

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

发表评论

0 个回复

  • WPF中将矢量转换为XAML
    WPF中将矢量转换为XAML
    2020-06-30下载
    积分:1
  • C# 提供者模式(Provider Pattern)实例源码下载
    C# 提供者模式(Provider Pattern)实例源码下载
    2014-07-28下载
    积分:1
  • messageBox居中父窗体
    【实例简介】自带的messagebox只能居中屏幕 ,改进后居中父窗体
    2021-08-08 00:30:57下载
    积分:1
  • C# 常用类库源码下载(DotNet.Utilities)
    C# 常用类库源码下载(DotNet.Utilities)
    2020-11-21 12:19:35下载
    积分:1
  • 7Z压缩文件的 解压缩例子源码
    7Z压缩解压缩.zip
    2016-10-25下载
    积分:1
  • g++-centos7.2(离线安装包)
    【实例简介】离线环境下在centos7.3.1611系统下安装g 所需要的所有安装包
    2021-07-28 00:31:15下载
    积分: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
  • 求平均值以及a类不确定度的代码程序
    求平均值以及a类不确定度的代码程序
    2016-10-26下载
    积分:1
  • asp.net发送邮件
    asp.net发送邮件
    2015-03-05下载
    积分:1
  • C++ 禁止更改“Internet选项”里“常规”中的“字体”项(提高篇-实例138).zip
    C++ 禁止更改“Internet选项”里“常规”中的“字体”项(提高篇-实例138).zip
    2019-10-02下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载