登录
首页 » Windows开发 » 一个非常的留言板程序,其功能只有留言显示和发送。但是该留言板程序,是基于“三层结构”的。留言板程序可以运行在三个数据库平台上,分别是:Access数据库、MSS...

一个非常的留言板程序,其功能只有留言显示和发送。但是该留言板程序,是基于“三层结构”的。留言板程序可以运行在三个数据库平台上,分别是:Access数据库、MSS...

于 2022-03-03 发布 文件大小:227.58 kB
0 236
下载积分: 2 下载次数: 1

代码说明:

一个非常的留言板程序,其功能只有留言显示和发送。但是该留言板程序,是基于“三层结构”的。留言板程序可以运行在三个数据库平台上,分别是:Access数据库、MSSqlServer数据库和MySql数据库。只需要通过修改Web.Config文件来设置留言板运行的数据库平台,而不是开发三个数据库版本的留言板… 可以使用TraceLWord_MSSqlServer.sql生成MSSqlServer数据库中的表,使用TraceLWord_MySql.sql生成MySql数据库中的表。 - An unusual message center procedure, its function only has the message demonstration and the transmission. But this message center procedure, is based on "three structures". The message center procedure may move in three databases platforms, respectively is: Access database, MSSqlServer database and MySql database. Only needs through to revise the Web.Config document to establish the message center movement the database platform, but is not develops three databases editions the message center... May use TraceLWord_MSSqlServer.sql to produce in the MSSqlServer database the table, uses TraceLWord_MySql.sql to produce in the MySql database the table.

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

发表评论

0 个回复

  • 一种扩展的Visual C++ Debug工具源码
    一种扩展的Visual C++ Debug工具源码-an extension of Visual C Debug tools FOSS
    2023-09-03 12:25:02下载
    积分:1
  • C++ programming ideas that can help you practice and learn C++ programming, very...
    C++的编程思想,可以帮助大家练习和学习C++编程,非常好的资料。-C++ programming ideas that can help you practice and learn C++ programming, very good information.
    2022-07-04 01:28:09下载
    积分:1
  • fgdhfg
    堆排序 堆排序 堆排序 堆排序 堆排序 堆排序 堆排序 堆排序 -fgdhfg
    2022-10-09 08:45:02下载
    积分:1
  • 汽车遥控Rke问答. 汽车遥控Rke问答.
    汽车遥控Rke问答. 汽车遥控Rke问答.-Q
    2022-06-17 15:55:16下载
    积分:1
  • 采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
    采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示: Input Format: 第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数 第二行输入各顶点的信息,即输入每个顶点字符 第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行 Output format: 首先输出图的顶点信息,输出完毕换行 接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行 接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行 最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行 -Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows: Input Format: The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges Second row, enter information in each vertex, that enter each vertex character Start typing in the third line of each side, each side in the form of two vertices
    2022-01-26 03:32:41下载
    积分:1
  • As the source is collected by the Internet (former English), there may be a litt...
    由于源码是由网上收集的(原英文),可能会有少许未能完善之处。但经过测试,大部分基本的运算还是可以的,当然包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。 -As the source is collected by the Internet (former English), there may be a little failure to perfect. However, after testing, the majority of basic computing can, of course, including the commonly used functions (trigonometric functions,反三角函数, hyperbolic trigonometric functions, absolute value and even some .......), infinitely more complex expression can be calculated, such as: ln e+ rnd (2)+ 3 (2) 4* (log (tan (itan 1))) and so on. It is worth mentioning that, it also function mapping, data and custom constants and other functions. In addition, the procedures after I finished (only in the interface), more easy to understand.
    2022-08-24 10:12:19下载
    积分:1
  • 传真接受程序,还不错
    传真接受程序,还不错-fax acceptance procedure, quite good
    2023-01-12 17:35:04下载
    积分:1
  • 刚完成不久的作业,请大家帮忙看一下那里有错,是一个数据结构的二叉树排序的实现...
    刚完成不久的作业,请大家帮忙看一下那里有错,是一个数据结构的二叉树排序的实现-Operation just completed, please help everyone to look at where there is a mistake, is a binary tree data structure to sort of realize
    2023-05-16 05:45:03下载
    积分:1
  • personnel management system(for this year s graduates, including source code)
    人事管理系统(应届毕业生用的管理系统,含源代码)-personnel management system(for this year s graduates, including source code)
    2022-02-05 01:38:25下载
    积分:1
  • 毫秒级的一个小程序,可以使用。
    这是毫秒级的一款音频延时小程序,可以使用。-Ms audio delay class of a small program, you can use.
    2022-06-01 01:19:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载