首页 > TAG信息列表 > userPassword
Android四大组件——Activity——Activity之间通信上
Activity之间的跳转有显式意图和隐式意图两种。 显式意图(显式Intent): //创建一个Intent对象,明确Intent跳转时的源Activity和目标Activity。参数一为当前Activity对象,参数二表示要启动的目标Activity.Intent intent = new Intent(MainActivity.this,MainActivity2.class);//启动springboot 简单的登录(不带数据库)
项目结构 看一眼config包下的MyMvcConfig类 不用写也会 localhost:8080自动找index页面并跳转 //自己对mvc的一些配置,虽然springboot帮我们配置了,但是有些我想弄成别的样的所以得自己配一下 @Configuration public class MyMvcConfig implements WebMvcConfigurer {Mybatis入门
一、入门 (1)、Mybatis的项目结构 (2)、配置文件 1、properties文件 jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3307/exercisedb?characterEncoding=utf-8 jdbc.username=root jdbc.password=admin57 2、xml文件 <?xml version="1.0" encoding="js用户名和密码合法校验
<input type="text" id="userName"><br> <input type="text" id="userPassword"><br> <input type="button" id="btnLogin" value="登录"> .highLight { background-co