-
谷歌访问助手
说明: 此为谷歌的一个插件,可以直接在谷歌进行搜索(This is a plug-in for Google and can be searched directly on Google)
- 2020-05-16 14:28:25下载
- 积分:1
-
demand-information-network
都市供求信息网分为前后台的设计,前台主要实现信息的显示、搜索与发布功能。其中信息的显示包括列表显示与详细内容显示,而列表显示,又分为首页面的信息列表显示、查看某类别下所有信息的列表显示和搜索结果列表显示;搜索功能主要包括定位搜索和模糊搜索;后台主要实现的功能为信息显示、信息审核、信息删除、付费设置与退出登录,其中的信息显示功能也分为列表显示与详细内容显示。(Urban supply and demand information network is divided into front and back design, front main achievement of the displayed information, search and publishing. Which displays information including a list of displays and display details, but the list is displayed, the information is divided into the home side s display list, a list of all the categories of information under the display and view a list of search results display Search functions include positioning search and fuzzy search the main function of the background information display, information auditing, information deleted, pay setting and exit the registry, which is also divided into the information display function displays detailed contents list display.)
- 2014-02-24 14:51:54下载
- 积分:1
-
JavascriptMemoryManagementSource
javascript内存管理思路实现的源码,有较强的参考价值
- 2022-05-25 20:12:11下载
- 积分:1
-
DWZ框架做的管理系统dome演示界面。
在开源的基础上进行了稍微的修改,可用作dome演示。
- 2022-02-02 20:19:44下载
- 积分:1
-
WKWebView-Script-master
Swift-WKWebView与JavaScript的细节,H5页面跳转原生界面(Swift-WK WebView and JavaScript details, H5 page skip native interface)
- 2020-10-19 21:37:25下载
- 积分:1
-
在线考试
基于jsp的在线考试系统,适合Java的初学者学习,并在初次学习中掌握并了解这一类项目的建立和设计,其次由于这里都是用jsp写的,里面存在大量的JSP文件,
- 2023-08-25 13:50:06下载
- 积分:1
-
ycaccp_20080330
一个OA系统,JAVA开发的,ORACLE数据库(An OA system, JAVA development, ORACLE database)
- 2008-05-14 21:47:29下载
- 积分:1
-
网上书城
网上书城
实体:类型/书 /用户/订单
抽象:
类型 ==》类型编号 类型名
书 ==》书编号 书名 作者 价格 出版社 出版日期 简介 类型
用户 ==》编号 帐号 密码 真是姓名 性别 生日 手机 住址 邮箱
订单== 》编号 用户编号 书编号 数量 时间
建立数据库,建立表
CREATE DATABASE bookshop
USE bookshop
CREATE TABLE TYPES
(
tid INT PRIMARY KEY AUTO_INCREMENT,
tname VARCHAR(20)
);
CREATE TABLE books
(
bid INT PRIMARY KEY AUTO_INCREMENT,
bname VARCHAR(20),
author VARCHAR(20),
price DECIMAL(6,2),
publish VARCHAR(20),
publish_date DATETIME,
brief VARCHAR(500),
tid INT
);
CREATE TABLE users
(
uid INT PRIMARY KEY AUTO_INCREMENT,
username VARCHAR(20),
PASSWORD VARCHAR(20),
realname VARCHAR(20),
sex VARCHAR(2),
birthday DATETIM
- 2022-03-21 14:13:54下载
- 积分:1
-
日记本系统
对学生班级信息的管理和班级的管理,对学生的各类操作,是一个简单的系统。大家有需要的可以下载看看,挺不错的哦。有什么介意可以找我
- 2023-03-13 01:55:04下载
- 积分:1
-
javascipt的实例,有部分实例添加过页面的华丽效果
javascipt的实例,有部分实例添加过页面的华丽效果-javascipt example, some instances have to add the gorgeous effect of the page
- 2022-08-26 01:08:21下载
- 积分:1