会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Y-wee
博客园
首页
新随笔
联系
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
29
下一页
2020年12月1日
vm虚拟机net模式配置网络
摘要: vm虚拟机net模式配置网络 VMware三种网络模式联网,这里主要讲解net模式连接网络的方式 首先说一下VMware的几个虚拟设备,安装了VMware虚拟机后,会在网络连接对话框中多出两个虚拟网卡,如图: VMnet0:用于虚拟桥接网络下的虚拟交换机 VMnet1:用于虚拟Host-Only网络
阅读全文
posted @ 2020-12-01 09:16 Y-wee
阅读(2685)
评论(0)
推荐(1)
2020年11月27日
springboot整合mybatis
摘要: springboot整合mybatis 1、导包 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.1.3</
阅读全文
posted @ 2020-11-27 11:18 Y-wee
阅读(121)
评论(0)
推荐(0)
2020年11月25日
springboot自定义自配置类
摘要: springboot自定义自配置类 需求:当某个类存在的时候,自动配置这个类的bean,并可将bean的属性在application.properties中配置 1、导包 <!-- https://mvnrepository.com/artifact/org.springframework.boot
阅读全文
posted @ 2020-11-25 20:00 Y-wee
阅读(2181)
评论(0)
推荐(0)
2020年11月16日
ssm整合shiro实现认证授权
摘要: ssm整合shiro实现认证授权 1、导包 <!--加载shiro的库--> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-all</artifactId> <version>1.3.2</version> </
阅读全文
posted @ 2020-11-16 19:25 Y-wee
阅读(190)
评论(0)
推荐(0)
2020年11月15日
shiro-jdbc-realm.ini文件
摘要: shiro-jdbc-realm文件 shiro默认的配置项 #默认的securitymanager securitymanager=org.apache.shiro.mgt.defaultsecuritymanager #默认认证器 authenticator=org.apache.shiro.a
阅读全文
posted @ 2020-11-15 11:17 Y-wee
阅读(113)
评论(0)
推荐(0)
2020年11月13日
分页页面实体类
摘要: 分页页面实体类 package com.yl.bean; import java.util.List; public class PageInfo { private Integer pageCode;//当前页码 private Integer pageSize;//每页数据条数 private
阅读全文
posted @ 2020-11-13 15:27 Y-wee
阅读(225)
评论(0)
推荐(0)
2020年11月12日
layui分页查询页面实体类
摘要: layui分页查询页面实体类 /* * - Author: oneyuanma * - License: GNU Lesser General Public License (GPL) */ package com.gec.oasys.pojo; /** * 分页参数分装 * * @author 张
阅读全文
posted @ 2020-11-12 16:29 Y-wee
阅读(181)
评论(0)
推荐(0)
2020年11月11日
layui批量删除
摘要: layui批量删除 //批量删除 $(".delAll_btn").on("click", function () { //获取复选框的组件,testReload为table实例的id属性,不是table标签的id var checkStatus = table.checkStatus('testR
阅读全文
posted @ 2020-11-11 21:36 Y-wee
阅读(344)
评论(0)
推荐(0)
2020年11月9日
layui表格使用实例
摘要: layui表格使用实例 1、编写jsp页面 编写jsp页面 <%-- Created by IntelliJ IDEA. User: cheng Date: 2020/11/9 Time: 14:55 To change this template use File | Settings | Fil
阅读全文
posted @ 2020-11-09 16:43 Y-wee
阅读(309)
评论(0)
推荐(0)
mybatis逆向工程使用
摘要: mybatis逆向工程使用 1、导入逆向工程所需插件 <plugins> <plugin> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-maven-plugin</artifactId> <versio
阅读全文
posted @ 2020-11-09 14:05 Y-wee
阅读(128)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
29
下一页