欢迎访问爱码博阁

在这里可以看到前端技术,后端程序,网站内容管理系统等文章,还有我的程序人生!

【今日推荐】Linux Shell编程

shell是一个linux程序,我们使用这个程序,可以输入一些命令,完成一些系统操作。当然shell也是一种语言,编写的shell脚本(.sh),可以放到shell程序中运行。

最新发布

Mybatis

mybatis源码-异常

共362人围观 0人评论

异常类图:** * Copyright 2009-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 the "License"; * you may not use this ......

Mybatis

mybatis源码-创建工厂

共346人围观 0人评论

构造一个工厂:package com.laoxu.mybatis.executor;import org.apache.ibatis.io.Resources;import org.apache.ibatis.session.SqlSessionFactory;import org.apache.ibatis.sess......

Mybatis

mybatis源码-读取核心配置

共346人围观 0人评论

中文文档:https:mybatis.orgmybatis-3zhgetting-started.html从 XML 中构建 SqlSessionFactory每个基于 MyBatis 的应用都是以一个 SqlSessionFactory 的实例为核心的。SqlSessionFactory 的实例可以通过 SqlSes......

Mybatis

mybatis源码-工程搭建

共361人围观 0人评论

项目结构:引入依赖:?xml version="1.0" encoding="UTF-8"?project xmlns="http:maven.apache.orgPOM4.0.0" xmlns:xsi="http:www.w3.org2001XMLSchema-instance" xs......

SpringBoot源码

SpringBoot 自动装配

共408人围观 0人评论

1、springboot启动类:package com.sourcecode.helloworld;import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootAppl......

分类选择