搜索资源列表
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!
student
- 学生档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。 经过分析,我使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成满意的可
downloadf
- php编写和mysql的数据下载并写成txt文档的数据格式文件。-php and mysql data prepared to download and write txt file data format documentation.
report
- 数据库实验代码加数据再加MDF文件非常详细而且简单易明-Experimental code plus data plus the database MDF file
bus_line
- 公交系统,可以连接数据库,将文本文件中的公交线路解析读取到队列中,然后选择是否将数据保存到mysql数据库中,并可以查询某一条线路。-Bus system, you can connect to the database, the bus lines in a text file parsing to read into the queue, and then choose whether to save data to mysql database and can query one line
PHPnowFramework_v1.0
- PHPnow提供安全快速的PHP开发解决方案,PHPnow framework采用国际公认的mvc思想,采用OOP方式开发,易扩展、稳定、超强大负载能力,企业级安全部署,重点发展现代安全快速的互联网应用程序开发 PHPnow framework运行环境:PHP5.2.x或更高版本,引擎支持Rewrite 基于PHP5.3.x开发 企业级安全部署 中文注释 永久免费开源 提供了基础的web mvc 重点发展现代安全快速的互联网应用程序开发 采用
php-databse
- THIS PROGRAM GENERATES ITS OWN DATABASE SO TO CREATE A DATABASE YOU NEED TO ADD FIRST A NEW DATA THE FIRST NAME WILL BE USED AS ITS FILE NAME CREATED AS A .TXT FORMAT THE SEARCH FUNCTION CAN ONLY SEARCH FIRST NAMES BECAUSE OF THE FILE
SQL
- file to read and write data in DB for linux
xiaoshengdz_v1.2
- 淘宝客打折系统,集成了jssdk模块,增加了seo优化功能,更有利于搜索引擎收录 1程序上传到服务器空间 2开启服务器 3打开安装地址:http://您的域名/install.php 4如果不能安装请确保数据库里的表全部删除 5进入后台地址:http://您的域名/main.php 默认用户名和密码都是admin 6测试数据时可以导入 test文件夹里的test.sql文件 到数据库,或者自己到采集功能下进行采集 更新windows iis静态地址转发问题
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
cleandb
- 石器时代拉菲端SQL数据,完整的数据文件,支持8018端口的SQL文件-Stone Age Rafi end SQL data, the complete data files, 8018 port supports SQL file
TeachYourselfSQL_MySQL
- 其中包括了两个txt文件,里面是标准的SQL语句。一个是建立5个表的SQL语句,另一个是分别往其中插入数据的SQL语句。-Including two txt file, which is a standard SQL statement. One is the establishment of five tables SQL statement, respectively, to which the other is the SQL statement to insert data.
php_sql
- 将数组,HTML,XML或JSON文件转换为SQL语法。 使用 ======================== - SELECT *FROM myArray ORDER BY key DESC,value ASC, - SELECT key,value FROM myArray WHERE value= 100 , - SELECT * FROM json_file(my_json_file.txt), - SELECT * FROM xml_file(http:
Connecting-VB6-to-MySQL-using-Xampp
- More information: Sample of using VB access data from a MySQL database (Create Table ,Add ,Edit ,Delete ,Search ,Show and Upload Picture) for beginner. Tester with mysql-4.0.18 for Win32 ***MySQL Server configure (set to no password) username:root
dbbom-backup
- Data base file for the code which I uploaded earlier
file_uploading
- php file uploading for send data one form to the other form-php file uploading for send data one form to the other form
CSV-Excel-Data-Importer--to-Database
- This programme helps someone to browse for an Excel csv data file on your local system and load/import it s data into mydbname published Table Excel CSV file(DB CSV.csv)-This programme helps someone to browse for an Excel csv data file on your local
Export-Data-from-Database-CSV-Excel-File
- This helps someone to export data table to Excel csv file-This helps someone to export data table to Excel csv file
sss-7.1
- SuperSeriousStats(IRC日志分析工具) 7.1(统计计数)程序代源码 SuperSeriousStats是一个IRC日志网页统计分析程序,使用PHP开发。统计分析数据存放于MySQL或SQLite数据库中。适合大批次的IRC和大型的记录档案。 SuperSeriousStats 7.1 内含一些重要的bug修复。最值得注意的是,删除了PHP的匿名匿名函数来消除内存泄漏问题;用户可以在他们的页面显示图像。 -SuperSeriousStats (IRC l
Assignment1
- Assignment:Core Java Guidelines: 1.Data will be stored in named as product .Product table has 5 columns pid,pname,price,status and color. 2.In client program we are fetching the results which has status as pending . 3.Aft