自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 ManageSerlvlet

public class MangeServlet extends HttpServlet {    /**     * Processes requests for both HTTP <code>GET</code> and <code>POST</code>     * methods.     *     * @param request s...

2018-05-22 22:50:06 147

原创 ProductCL

public class ProductbeanCL {        Connection cn = null;    boolean flag = false;        public ArrayList<Productbean> selectallproducts(){            ArrayList<Productbean> products=new ...

2018-05-22 22:37:41 109

原创 doods.jsp

<%@page import="my.java.Productbean"%><%@page import="java.util.ArrayList"%><%@page contentType="text/html" pageEncoding="UTF-8"%><!DOCTYPE html><html&am

2018-05-22 22:36:41 127

原创 LogServlet

protected void processRequest(HttpServletRequest request, HttpServletResponse response)            throws ServletException, IOException {        response.setContentType("text/html;charset=UTF-8");    ...

2018-05-22 22:28:41 193

原创 Conn

public class Conn {    Connection cn = null;    public Connection getConn() {        try {            Class.forName("com.mysql.jdbc.Driver");            String url = "jdbc:mysql://127.0.0.1:3306/store...

2018-05-22 22:27:18 462

原创 Userbean (CL)

public class Userbean {    private String unm;    private String upass;    public String getUnm() {        return unm;    }    public void setUnm(String unm) {        this.unm = unm;    }    public St...

2018-05-22 22:26:16 405

原创 商品信息管理系统 index.jsp

index.jsp<%@page contentType="text/html" pageEncoding="UTF-8"%><!DOCTYPE html><html>    <head>        <meta http-equiv="Content-Type" content="text/html; char

2018-05-22 22:24:20 2365

原创 连接数据库,使用数据库

public class Conn {    Connection cn = null;    public Connection getConn() {        try {            Class.forName("com.mysql.jdbc.Driver");            String url = "jdbc:mysql://127.0.0.1:3306/store...

2018-05-20 19:49:36 128

原创 Java scanner 用法

 public static void main(String[] args) {        Scanner sc = new Scanner(System.in);        String in = sc.nextLine();        String[] a = in.split(",");        for(String b : a){            System.o...

2018-05-15 22:02:47 265

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除