搜索资源列表
otlcopy
- 使用otl包实现oracle表数据的复制 命令用法: tabcopy <源数据> <目标表> <源库> <目标库> 源数据:可以是数据表名或者是SQL查询语句(用双引号括起来)。 目标表:目标数据表名,不存在则自动创建。 源库:格式为\"用户名/密码@//IP:端口/服务名\" 目标库:格式为\"用户名/密码@//IP:端口/服务名\"-Copy the table data oracle command usage: ta
sql
- sql查询股票行情,从sql数据库中找出“黑马”股票。-sql query stock quotes, from the sql database to find a " dark horse" stock.
mssql_debugger
- Simple include function to loop through a given string and (a) concatenate it to the maximum length, (b) silently drop any unwanted characters and (c) pad all single quotes with a 2nd single quote (for using in MS-SQL statements).
Qt_postgresql
- QT下联接查询Postgresql数据库,关键在于单引号及双引号传递查询参数-QT under Postgresql database join query lies in single quotes and double quotes to pass query parameters
2.6
- 这是一个汽车信息管理系统的编程,主要实现以下功能: 1、 记录汽车的基本信息,主要包括:汽车编号、品牌、型号、配置、参数、油耗、报价等; 2、 可以修改和删除汽车信息; 3、 可以按汽车品牌、型号、报价范围等条件进行查询; 4、 用户根据车型、外观、性价比、油耗、安全等方面进行评分,系统统计其综合得分; 5、 同品牌车按照报价从低到高排序。 -This is a programming vehicle information management system to ac