登录
首页 » C# » 文件介绍】 这个系统的目录结构和名称都不要随便改,要改的话必须到vs.net里面统一改。 【使用介绍】 首先需要设置Web共享...

文件介绍】 这个系统的目录结构和名称都不要随便改,要改的话必须到vs.net里面统一改。 【使用介绍】 首先需要设置Web共享...

于 2023-03-07 发布 文件大小:899.15 kB
0 95
下载积分: 2 下载次数: 1

代码说明:

文件介绍】 这个系统的目录结构和名称都不要随便改,要改的话必须到vs.net里面统一改。 【使用介绍】 首先需要设置Web共享infoWeb文件夹下的thePhile文件夹。 数据库不要用.sql的,要用infoWeb文件夹下的thephile-database-backup文件, 把这个文件考到sql server的backup目录下,生成sql数据库的方法是选择: 所有任务-〉还原备份-〉设备-〉磁盘-〉选择这个文件。-Introduction] The system file directory structure and name are not easily changed, it is necessary to be changed must be changed to unify inside VS.NET. [Introduction] first need to use set up Web sharing infoWeb folder thePhile folder. Do not use the database. Sql and use infoWeb folder thephile-database-backup documents, to test the document to the sql server

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

发表评论

0 个回复

  • SDK采集图像(Halcon)
    需安装Halcon
    2020-02-21下载
    积分:1
  • C# 获取DataGridView鼠标单击单元格值
    C# 单击 鼠标获取DataGridView单元格的值,这个例子需要连接SQL数据库,测试时候没连接成功,截图也不准确,请大家下载源码,自己配置环境调试吧,这是核心代码部分:   private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)   {//获取DataGridView鼠标单击单元格值    var MyInfo = this.dataGridView1.Rows[e.RowIndex].Cells[e.ColumnIndex].Value.ToString();    MessageBox.Show("刚才的选择是:" + MyInfo, "信息提示", MessageBoxButtons.OK);   }   private void dataGridView1_MouseUp(object sender, MouseEventArgs e)   {//单击鼠标获取DataGridView单元格值    var MyHit = this.dataGridView1.HitTest(e.X, e.Y);    if (MyHit.RowIndex >= 0)    {    this.dataGridView1.Select();    var MyInfo = this.dataGridView1.Rows[MyHit.RowIndex].Cells[MyHit.ColumnIndex].Value.ToString();    MessageBox.Show("刚才的选择是:" + MyInfo, "信息提示", MessageBoxButtons.OK);    }   }
    2022-07-18 18:54:50下载
    积分:1
  • 单片机代码大全
    单片机代码大全65444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444
    2023-07-25 08:00:10下载
    积分:1
  • AfDemo
    這是一個C#框架, 實現了,很smart clien功能(This is a C# framework to achieve, and it's very functional smart clien)
    2007-01-17 17:48:50下载
    积分:1
  • MATLAB-50-TESTS
    说明:  MATLAB 的50道入门题目 帮助初学者更快了解和更好的学习MATLAB(Getting Started with MATLAB' s 50 questions to help beginners learn faster and better understanding of MATLAB)
    2011-02-18 11:22:53下载
    积分:1
  • c# code, simple calculator, incomplete in class to do so. All the exhibitions
    c#代码,简易计算器,不完整,上课做的。大家多多指教-c# code, simple calculator, incomplete in class to do so. All the exhibitions
    2023-07-10 12:00:03下载
    积分:1
  • SYN端口扫描
    设计实现 TCP 的 SYN 扫描,打印出被扫描主机上开启的 TCP 端口号 void scanbysyn(IN_ADDR *src_ip,IN_ADDR *dst_ip,int startport,int endport) 参数: src_ip:指向扫描主机 IP 地址的指针 dst_ip:指向目标主机 IP 地址的指针 startport:扫描起始端口号 endport:扫描终止端口号 原理: 扫描器向目标主机的一个端口发送请求连接的 SYN 包,扫描器在收到 SYN/ACK 后, 不是发送的 ACK 应答而是发送 RST 包请求断开连接。这样,三次握手就没有完成,无法建 立正常的 TCP 连接,因此,这次扫描就不会被记录到系统日志中。这种扫描技术一般不会在 目标主机上留下扫描痕迹。但是,这种扫描需要有 root 权限。
    2023-08-14 03:50:03下载
    积分:1
  • SVM
    说明:  利用SVM编写的简单的实现多分类功能的代码(Using SVM to write a simple implementation of multi classification function code)
    2021-02-06 21:19:27下载
    积分:1
  • AT91SAM_uCOSII_Lwip
    在AT91SAM7X平台上,使用lwip网络协议栈来实现和互联网通信,支持ARP,TCP,UDP等基础协议,方使实现远距离和大数据传输(On AT91SAM7X platform, using lwip network protocol stack to achieve and Internet communications, support ARP, TCP, UDP and other basic agreement, parties make to achieve long-range and large data transfers)
    2014-09-01 16:32:35下载
    积分:1
  • TheSoftwareMethod
    软件方法,从业务建模、需求、分析、设计四个步骤讲述软件从需求分析到程序设计的过程,其中涉及统一建模语言UML相关概念及建模工具EA等。(Demand analysis)
    2013-02-26 19:36:44下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载