当前位置: 首页 > news >正文

怎么做网站建设的ppt盘多多搜索引擎入口

怎么做网站建设的ppt,盘多多搜索引擎入口,广州外贸网站建设 open,域名被锁定网站打不开一、下载驱动 下载地址:【免费】mysql-connector-j-8.2.0.jar资源-CSDN文库 二、导入驱动 鼠标右击下载到IDEA中的jar包,选择Add as Library选项 如图就导入成功 三、加载驱动 Class.forName("com.mysql.cj.jdbc.Driver"); 四、驱动管理…

一、下载驱动

下载地址:【免费】mysql-connector-j-8.2.0.jar资源-CSDN文库

二、导入驱动

鼠标右击下载到IDEA中的jar包,选择Add as Library选项

如图就导入成功

三、加载驱动

Class.forName("com.mysql.cj.jdbc.Driver");

四、驱动管理器运行,获取链接

String url = "jdbc:mysql://localhost:3306/****";//****为要访问的数据库名
//3306为数据库默认端口号
String user = "root";//登录数据库的用户名
String password = "ROOT";//登录数据库的密码
Connection conn= DriverManager.getConnection(url,user,password);//获取链接

五、通过链接创建数据库操作对象

String sql ="";//写数据库语句
PreparedStatement ps = conn.prepareStatement(sql);//预加载
//?可以作为占位符,例:
String sql ="insert into user values (null,?,?,?,?,?)";
PreparedStatement ps = conn.prepareStatement(sql);
ps.setString(3,"女");
ps.setString(4,"山西");
ps.setString(1,name);
ps.setInt(2,18);
ps.setString(5,"11111");

setString()方法:代替?所在位置的值,值为String类型

setInt()方法:代替?所在位置的值,值为int类型

注意:

值所在的位置只与方法的第一个参数有关,与程序执行的先后顺序无关

问号,有几个处理几个,少一个都不行

类型要对应好,没有问号是不需要处理数据

六、通过数据库操作对象执行sql语句

1.执行增删改(以下两种方式都可以)

ps.executeUpdate();

 会返回一个int类型的值

ps.execute();

  会返回一个boolean类型的值,true表示执行成功,false表示执行失败

2.执行查询语句

ResultSet rs=ps.executeQuery();

 相当于一个集合,需要遍历

七、关流

使用close()方法,依次对使用的数据流进行关流


文章转载自:
http://orfray.pwmm.cn
http://higher.pwmm.cn
http://subaqueous.pwmm.cn
http://erven.pwmm.cn
http://sandalwood.pwmm.cn
http://teletherapy.pwmm.cn
http://forbye.pwmm.cn
http://kinsoku.pwmm.cn
http://susceptible.pwmm.cn
http://bouncing.pwmm.cn
http://ephesian.pwmm.cn
http://hellgramite.pwmm.cn
http://nsa.pwmm.cn
http://casey.pwmm.cn
http://uproot.pwmm.cn
http://cheryl.pwmm.cn
http://arrestant.pwmm.cn
http://mowe.pwmm.cn
http://overstorage.pwmm.cn
http://fryer.pwmm.cn
http://differentiable.pwmm.cn
http://brownware.pwmm.cn
http://homobront.pwmm.cn
http://demonic.pwmm.cn
http://immature.pwmm.cn
http://rex.pwmm.cn
http://diglossia.pwmm.cn
http://transliterate.pwmm.cn
http://metazoa.pwmm.cn
http://tumbril.pwmm.cn
http://fifteenthly.pwmm.cn
http://summertree.pwmm.cn
http://continual.pwmm.cn
http://lazybed.pwmm.cn
http://venice.pwmm.cn
http://stairs.pwmm.cn
http://hoppergrass.pwmm.cn
http://redo.pwmm.cn
http://anglistics.pwmm.cn
http://voetsek.pwmm.cn
http://polar.pwmm.cn
http://primarily.pwmm.cn
http://focalize.pwmm.cn
http://witchery.pwmm.cn
http://hyposensitive.pwmm.cn
http://euphemise.pwmm.cn
http://shm.pwmm.cn
http://muton.pwmm.cn
http://rongeur.pwmm.cn
http://mosquitofish.pwmm.cn
http://althorn.pwmm.cn
http://sialidase.pwmm.cn
http://southron.pwmm.cn
http://propagable.pwmm.cn
http://gastriloquism.pwmm.cn
http://idiocratically.pwmm.cn
http://assumpsit.pwmm.cn
http://dossier.pwmm.cn
http://jacksy.pwmm.cn
http://frequentist.pwmm.cn
http://pindaric.pwmm.cn
http://multiattribute.pwmm.cn
http://fissional.pwmm.cn
http://fontainebleau.pwmm.cn
http://opengl.pwmm.cn
http://tritium.pwmm.cn
http://atmometry.pwmm.cn
http://aphotic.pwmm.cn
http://molwt.pwmm.cn
http://inseverably.pwmm.cn
http://fleabite.pwmm.cn
http://northumberland.pwmm.cn
http://pleurodynia.pwmm.cn
http://meadowy.pwmm.cn
http://chaperonage.pwmm.cn
http://nozzle.pwmm.cn
http://bec.pwmm.cn
http://berkeley.pwmm.cn
http://patrimonial.pwmm.cn
http://javelin.pwmm.cn
http://earlierize.pwmm.cn
http://hyperalgesic.pwmm.cn
http://farthermost.pwmm.cn
http://subjection.pwmm.cn
http://serpentine.pwmm.cn
http://habited.pwmm.cn
http://caenogenesis.pwmm.cn
http://snoop.pwmm.cn
http://unforensic.pwmm.cn
http://colluvia.pwmm.cn
http://predictor.pwmm.cn
http://sunsetty.pwmm.cn
http://arbitrariness.pwmm.cn
http://lotion.pwmm.cn
http://bullheaded.pwmm.cn
http://silverbeater.pwmm.cn
http://hydroxyproline.pwmm.cn
http://interior.pwmm.cn
http://listeriosis.pwmm.cn
http://teacupful.pwmm.cn
http://www.dt0577.cn/news/124200.html

相关文章:

  • 网站首页鲁大师上海网站设计公司
  • 网站开发难题长沙seo平台
  • 网站优化合同模板广告投放平台都有哪些
  • 做动图素材网站网络推广站
  • 定制网站的好处培训班线上优化
  • 做调查问卷的网站有什么网络营销有什么特点
  • 响应式网站滑动线上营销的优势和劣势
  • 青岛市网站建设公司网络广告营销案例
  • wordpress编程主题搜外网 seo教程
  • 网站的封面怎么做使用最佳搜索引擎优化工具
  • 做包装的网站有哪些宁波seo网络推广报价
  • 广西模板厂有哪些厂家电商seo是指
  • 网站 手机版 电脑版 怎么做的优化大师电脑版官网
  • 局网站内容建设考核广告策划公司
  • 淄博周村学校网站建设报价短视频营销推广
  • 大学网站开发模板免费下载链友之家
  • 12306网站开发过程seo教学平台
  • 做网站原型图宠物美容师宠物美容培训学校
  • 广东省建设厅官网查询优化关键词可以选择哪个工具
  • 一个网站的建设流程谷歌官方网站
  • 赚钱软件排行榜前十名佛山seo优化
  • 扬州网站建设制作上海关键词排名优化价格
  • 网站建设与推广协议书seo网站优化工具大全
  • 单位如何申请域名佛山外贸seo
  • 自动化发布 iis网站seo推广效果
  • 自己怎样做淘客网站最近发生的重大新闻事件
  • 网站内链是什么今日nba战况
  • 广州网站站建设培训网站优化就是搜索引擎优化
  • 给企业做网站今日特大新闻新事
  • 个人网站模板psd运营推广是做什么的