基于 Layui 的个人博客 boot-blog

码农软件 · 软件分类 · 开源博客系统 · 2020-01-16 19:29:17

软件介绍

个人博客项目

技术框架 spring data jpa apach shiro spring boot spring mvc layui

支持mysql数据库

#Demo demo

#部署 1.创建数据库blog字符集为utf8

2.配置application.properties中的数据库用户名和密码

3.配置application.properties中的图片服务器路径,一般为你的Tomact的IP和端口,不配置的话在上传图片后将无法查看 image.host= image.port=

3.打包mvn package 生成ROOT.WAR部署到tomcat即可直接访问

4.启动项目后会自动生成表结构

#注册

注册时发送验证码会在code表里有验证码。

#注意 在Idea中开发会一个bug; pom文件中下面这个依赖在打包时去掉注解,在Idea启动时需要加上注解才可以

 <dependency>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-starter-tomcat</artifactId>
          <version>${spring-boot.version}</version>
          <!--打包时取消注解 idea的bug-->
          <scope>provided</scope>
 </dependency>

本文地址:https://codercto.com/soft/d/23530.html

Iterative Methods for Sparse Linear Systems, Second Edition

Iterative Methods for Sparse Linear Systems, Second Edition

Yousef Saad / Society for Industrial and Applied Mathematics / 2003-04-30 / USD 102.00

Tremendous progress has been made in the scientific and engineering disciplines regarding the use of iterative methods for linear systems. The size and complexity of linear and nonlinear systems arisi......一起来看看 《Iterative Methods for Sparse Linear Systems, Second Edition》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器