当前位置:网站首页>十一、美化界面
十一、美化界面
2022-06-21 19:28:00 【beyond谚语】
一、背景图片


二、透明化处理
BackColor—web—Transparent
三、数据库建表语句


数据库
USE [fiber_yy]
GO
/****** Object: Table [dbo].[yy_user_record] Script Date: 06/20/2022 18:54:48 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[yy_user_record](
[id] [int] IDENTITY(1,1) NOT NULL,
[username] [nchar](10) NOT NULL,
[sex] [nchar](10) NOT NULL,
[phone] [varchar](50) NOT NULL,
[time] [datetime] NOT NULL,
CONSTRAINT [PK_yy_user_record] PRIMARY KEY CLUSTERED
(
[id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
/****** Object: Table [dbo].[yy_user] Script Date: 06/20/2022 18:54:48 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[yy_user](
[id] [int] IDENTITY(1,1) NOT NULL,
[username] [nchar](10) NOT NULL,
[password] [nchar](10) NOT NULL,
[sex] [nchar](10) NOT NULL,
[phone] [varchar](50) NOT NULL,
CONSTRAINT [PK_yy_user] PRIMARY KEY CLUSTERED
(
[id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
/****** Object: Table [dbo].[yy_textile_record] Script Date: 06/20/2022 18:54:48 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[yy_textile_record](
[id] [int] IDENTITY(1,1) NOT NULL,
[number] [nchar](10) NOT NULL,
[stock] [int] NOT NULL,
[username] [nchar](10) NOT NULL,
[time] [datetime] NOT NULL
) ON [PRIMARY]
GO
/****** Object: Table [dbo].[yy_textile] Script Date: 06/20/2022 18:54:48 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[yy_textile](
[id] [int] IDENTITY(1,1) NOT NULL,
[name] [varchar](50) NOT NULL,
[number] [int] NOT NULL,
[warp_density] [float] NOT NULL,
[weft_density] [float] NOT NULL,
[warp_linear_density] [float] NOT NULL,
[weft_linear_density] [float] NOT NULL,
[material] [varchar](50) NOT NULL,
[square_meter_weight] [float] NOT NULL,
[width_of_cloth] [float] NOT NULL,
[horse_length] [float] NOT NULL,
[picture] [image] NOT NULL,
[organization] [varchar](50) NOT NULL,
[stock] [int] NOT NULL,
CONSTRAINT [PK_yy_textile] PRIMARY KEY CLUSTERED
(
[id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
/****** Object: Table [dbo].[yy_admin] Script Date: 06/20/2022 18:54:48 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[yy_admin](
[id] [int] IDENTITY(1,1) NOT NULL,
[username] [nchar](10) NOT NULL,
[password] [nchar](10) NOT NULL
) ON [PRIMARY]
GO
/****** Object: Default [DF_yy_textile_record_time] Script Date: 06/20/2022 18:54:48 ******/
ALTER TABLE [dbo].[yy_textile_record] ADD CONSTRAINT [DF_yy_textile_record_time] DEFAULT (getdate()) FOR [time]
GO
/****** Object: Default [DF_yy_user_record_time] Script Date: 06/20/2022 18:54:48 ******/
ALTER TABLE [dbo].[yy_user_record] ADD CONSTRAINT [DF_yy_user_record_time] DEFAULT (getdate()) FOR [time]
GO
边栏推荐
猜你喜欢

idea 有这个类但是找不到的问题

FS9935 高效率恒流限流 WLED 驱动IC

ADUM1401ARWZ-RL 亚德诺 数字信号隔离模块

Unity 模拟手电筒光源探测器,AI攻击范围检测区域,视锥内检测物体,扇形区域检测,圆形区域检测,圆锥区域检测

Details, MySQL_ DATE_ FORMAT()_ Functions_ Detailed explanation (remember to collect)

How to distinguish between machine learning and pattern recognition?

4.3寸触摸屏智能网络中控主机有哪些应用

全局负载均衡实现原理

Some shaders in AB package do not trigger the callback of ipreprocessshaders

Most detailed collation of vector basis of STL
随机推荐
Golang学习笔记—指针
Random forest learning notes
数组的最小不可组成和问题
The second round of layoffs in a large factory is coming, and the routine is full
融云获取Token
Xcode插件管理工具Alcatraz
高度可扩展,EMQX 5.0 达成 1 亿 MQTT 连接
How to find the desired file among thousands of files on your computer?
Qu'est - ce qu'une passerelle
服务器正文17:内存映射和共享内存的简单理解
How to implement chat robot in naturallanguageprocessing?
XR34082A高效率升压DC/DC调整器IC
亿腾医药在港招股书第三次“失效”:上市实质延后,红杉等为股东
Rongyun obtains token
Flutter PageView组件
Get the openharmony source code: get it from the deveco marketplace (1)
异步方法 理解(demo附代码)
[专利与论文-19]:江苏省南京市2022年电子信息申报通知(中、高级)
Post Gartner webinar "nine questions on digital transformation"
How to distinguish between machine learning and pattern recognition?