-
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增...
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"] 当然可以把数据库连接方法修改后直接用。-rewritten Microsoft SQLHelper (shared database Call Interface) a SqlHelper the connectionString caused an overall volume, uniform database connections increased by two strings to the specific name of the table in the DataSet interface. In the config files set database connection string private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings [ "ConnectionString"] lt; !-- Application specific settings-- gt; Lt; AppSettingsgt; Lt; Add key
- 2022-06-02 10:24:49下载
- 积分:1
-
nQueenProblem
一个关于N皇后问题的小程序,输出结果为一个n行n列的矩阵-nQueenProblem
- 2022-07-23 01:01:02下载
- 积分:1
-
PHP 项目
f 有代码在您的描述,请使用"插入代码"按钮要插入代码并选择编程语言。这会使你美丽的源代码和 attractive.f 有是在你的描述的代码,请使用"插入代码"按钮要插入代码并选择编程语言。这会使你美丽的源代码和 attractive.f 有是在你的描述的代码,请使用"插入代码"按钮要插入代码并选择编程语言。这会使你美丽的源代码和 attractive.f 有是在你的描述的代码,请使用"插入代码"按钮要插入代码并选择编程语言。这将使您的源代码美丽和有吸引力。
- 2023-05-23 12:40:04下载
- 积分:1
-
有效的索赔系统
这是为客户提供高效理赔的系统,基于客户端的技术,有良好的效率。
- 2023-06-29 08:15:04下载
- 积分:1
-
用C语言实现的算法题中的加油问题。
用贪心算法实现的。
用C语言实现的算法题中的加油问题。
用贪心算法实现的。-C language algorithms that the refueling problem. With the greedy algorithm.
- 2022-01-27 18:56:01下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1
-
数据结构
来自于西南交通大学 电气工程学院的专业,电子信息工程专业的数据结构课程的实验代码。DS_1即为实验作业一,以此类推。内容从前到后含有顺序表的顺序存储,链式存储,还有栈和队列的各种基本操作。
- 2022-04-06 09:30:58下载
- 积分:1
-
shujuku
数据库654 521654321654132-shujuku
- 2022-06-02 16:32:26下载
- 积分:1
-
数据结构 算法与应用
C++语言描述
机械工业出版社,完全非扫描高清版
配有答案和程序...
数据结构 算法与应用
C++语言描述
机械工业出版社,完全非扫描高清版
配有答案和程序-Data structures algorithms and application of C++ Language description of Machinery Industry Press, completely non-scanning high-definition version with the answer and procedures
- 2022-01-21 19:59:49下载
- 积分:1
-
学生成绩管理系统实现学生成绩的查询,修改,删除等
学生成绩管理系统实现学生成绩的查询,修改,删除等-Student achievement management system to achieve student performance of the query, modify, delete, etc.
- 2022-01-26 06:20:26下载
- 积分:1