- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/wanghuiwen1/blog
- 软件文档: https://github.com/wanghuiwen1/blog/blob/master/README.md
- 官方下载: https://github.com/wanghuiwen1/blog.git
软件介绍
个人博客项目
技术框架 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>
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》 这本书的介绍吧!
