摘要:
第一步:导入jar包 第二步:上代码 package cn.lystudio.poi.excel;import java.io.File;import java.io.FileOutputStream;import java.io.IOException;i... 阅读全文
posted @ 2022-04-26 00:55
你好,Alf
阅读(35)
评论(0)
推荐(0)
摘要:
第一步:所需要的jar包 第二步:上代码 package cn.lystudio.poi.excel;import java.io.File;import java.io.FileOutputStream;import java.io.IOExceptio... 阅读全文
posted @ 2022-04-26 00:55
你好,Alf
阅读(51)
评论(0)
推荐(0)
摘要:
Common Gateway Interface简称CGI。在物理上是一段程序,运行在服务器上,提供同客户端 HTML页面的接口。这样说大概还不好理解。那么我们看一个实际例子: 现在的个人主页上大部分都有一个留言本。留言本的工作是这样的:先由用户在客户... 阅读全文
posted @ 2022-04-26 00:55
你好,Alf
阅读(55)
评论(0)
推荐(0)
摘要:
搭建MVC结构(使用MVC设计模式搭建的框架) MVC: M(model模型) V(view视图) C(control控制)本MVC模式采用的是单一入口:如:http://localhost/test/mvc/index.php?m=stu&a=add //打... 阅读全文
posted @ 2022-04-26 00:55
你好,Alf
阅读(45)
评论(0)
推荐(0)
摘要:
第一步:创建一个Javaweb项目 第二步:创建一个包,创建一个Servlet类 第三步:导入一个IOUtils组件包,放在 /WEB-INF/lib目录下 第四步:创建一个a.txt文件放在 src目录下 所需jar包:https://download... 阅读全文
posted @ 2022-04-26 00:55
你好,Alf
阅读(183)
评论(0)
推荐(0)
摘要:
StudentsDao.java public int id; public String sname; public String sgender ; public int sage; public int grade; public String ... 阅读全文
posted @ 2022-04-26 00:55
你好,Alf
阅读(36)
评论(0)
推荐(0)
摘要:
一、环境准备 JDK 1.8 https://java.oracle.com Maven http://maven.apache.org D:/m2/repos 配置阿里云镜像 alimaven> aliyun maven http... 阅读全文
posted @ 2022-04-26 00:55
你好,Alf
阅读(19)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2022-04-26 00:55
你好,Alf
阅读(73)
评论(0)
推荐(0)
摘要:
create table `tb_shop`(`shop_id` int(10) not null auto_increment,`owner_id` int(10) not null comment '店铺创建人',`area_id` int(5) defa... 阅读全文
posted @ 2022-04-26 00:55
你好,Alf
阅读(31)
评论(0)
推荐(0)
摘要:
设计店铺类别数据库表 create table `tb_shop_category`(`shop_category_id` int(11) not null auto_increment,`shop_category_name` varchar(100... 阅读全文
posted @ 2022-04-26 00:55
你好,Alf
阅读(35)
评论(0)
推荐(0)

浙公网安备 33010602011771号