搜索资源列表
modify
- 程序示例自动创建配置文件,调用创建连接串工具生成连接串并写入配置文件,还通过取一个数据库的数据写入另一数据库示例数据库操作。文件包含了完整的代码。是我为公司写的一个小程序,请大家提提意见。
demo
- 文件写入,能够自动随即生成数据库中5000条数据
convert
- 可以从一个文本文件中的每一行内容,分解之后写入ACCESS数据库的不同字段的转换程序。我试过可以转换2236行的数据。
php
- 一个简单作业,主要完成 登陆,文件上传,登陆结果通过数据库验证,文件上传资料写入表中。分享给有需要的同学,高手勿下!-A simple operation, mainly to complete login, file upload, log the results of the database authentication, file upload to write data table. Students need to share, not under the master!
ribao
- 使用python连接数据库,查询一些信息,其中含有变量,将查询得到的数据写入文件中。-Connect to the database using python, check some information, which contains variables, the query to get data written to the file.
DBtoExcel
- 自己要用的,实现数据库中的内容写入Excel文件-Their own use, and the realization of the contents of the database to write Excel files
OracleBackupData
- Oracle数据库备份 写入日志文件;并附有要使用的控件。-Oracle Database Backup
4
- 用手操器跟前置机通讯,获取历史采样数据写入文件-Operator hands with the front-end communications, access to the history of sampled data into the document
gustbook
- 版权说明:版权属于dqe2008.com 特色: 1、界面采用欧试风格,设计唯美. 2、可调用留言,能做为评论模块用于其他系统的开发. 3、代码简洁,功能实用. 使用说明: 2、帐号密码以及一些参数在gustbook_Conn.asp中修改,用记事本打开,里面有注释。初始帐号密码都为:admin 3、如何调用评论? 先在要调用评论的页面写入:<!--#include file="gustbook_Conn.asp"
InsertFilesIntoDatabase
- 数据库写入文件的好方法,值得参考!如有需要的朋友请看-Database into the file a good way, it is also useful! Look friend, if necessary
Script
- 一个简单的方法来在文本文件中写入字符串,使用T-SQL SQL服务器-A simple way to write string into a text file in SQL Server using T-SQL
DBLab2
- 数据库课程的LAB2,要求实现从excel文件读出内容并将其写入Oracle数据库-database class lab2, read text from excel and write it to oracle
arouse
- AIX下的一段PROC程序,主要是实现将数据库符合条件的记录写入文件-AIX PROC procedure under the section, mainly to achieve the records meet the criteria to write the database file
DBToExcel
- (1)、通过java jdbc实现连接数据库的功能; (2)、从数据库中读取相应表中的数据存储到Map里面; (3)、将Map里的数据通过文件流的形式写入到相应Excel表中,并设置相关保存格式。 -(1) through java JDBC to connect to the database (2), read from the database data is stored in the corresponding table inside to Map (3) Map d
writeExcel
- 通过javascr ipt代码,由SQL Server数据库获得数据,并将数据写入excel文件。-Get data from SQL Server, and write them to an excel file.
gin
- 使用Javasript代码,将给定的多条数据保存到Session级的数组中,以便后续的调用或写入文件。-With Javascr ipt code, place some records data to a Session array for using later.
rtf
- VB保存rtf文件到Access数据库中,将test.rtf文件写入到db1.mdb中,以个之见,VB代码使用RichTextBox载入RTF文档,然后再把文档内容存储在数据库中,分两步来进行了,并不是直接把RTF存储在Access中。-VB save rtf file to an Access database, the file is written to the test.rtf db1.mdb in to an opinion, VB code using a RichTextBox R
Kinescope
- 《学通Visual C 的24堂课(软件开发羊皮卷)系列》第20课屏幕录像模块,包括屏幕抓图 、抓取鼠标、将位图数据流写入AVI文件、将AVI文件转换成位图数据等-"Learning through Visual C 24 lessons (software development scrolls) series," The first 20-screen video lesson modules, including screen shots, grab the mouse, to write
xmlReader
- 读取xml文件,将读取内容写入sql数据库-Read the xml file and read the contents written sql
1f
- 1、输入:函数input把20学生的学号、姓名、性别、年龄、三科成绩以及平均成绩和总成绩放在一个结构体数组中,学生的学号、姓名、三科成绩由键盘输入,然后计算出平均成绩和总成绩放在结构体对应的域中。 注意:函数应有两个参数,结构体类型的数组以及学生的人数 保存:save函数把数组里的学生信息写入文件,关闭文件。3、插入:insert 函数输入一个学生的记录,按学号的先后顺序插入该学生的全部内容。4、排序:sort函数对所有学生按要求排序(1.学号 2.总成绩 ),并输出。 注意:
