-
springboot打war包上传到阿里云的Linux服务器
下面的每一步应该都必不可少: 1、启动类 继承这个类,并且重新configure这个方法,return builder.sources(Code007Application.class); 2、pom 跳过测试打包会比较方便 build finalName code007 / finalName //这里为你打包后的war包的名字 plugins plugin groupId or...
-
SpringMVC 入门
SpringMVC 入门 SpringMVC 框架概述 Spring Web MVC是基于Servlet API构建的传统Web框架,并且从一开始就已包含在Spring框架中 与Spring Web MVC并行,Spring Framework 5.0引入了一个新的反应式Web框架,其名称“ Spring WebFlux; 理解: 首先SpringMVC 是一个MVC构架...
-
springmvc教程(1)
springmvc教程(1) idea搭建springmvc maven项目 jdk:1.8 maven:Bundled (Maven 3) idea版本: 开始搭建第一个springmvc maven项目 1.点击File-New-Project 2.选择maven-勾选Create from archetype-选中 maven-archetype-webapp-点击next 3.Name:项目名称 Location:本...
2020-02-06 16:04:06 文件ASPIEwebsiteServletPPTWebAppPSTomcatAV
-
linux下(centos7)docker安装
linux下(centos7)docker安装 参考链接https://docs.docker.com/install/linux/docker-ce/centos/ 第一步,确定是centos7及以上版本 cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) 第二步,yum安装gcc相关 确定centos7可以上外网yum -y install gccyum -...
-
【读书笔记】https://source.android.google.cn/devices/bootloa
【读书笔记】https://source.android.google.cn/devices/bootloader https://source.android.google.cn/devices/bootloader 本文主要记录aosp官网关于bootloader的相关资料 Bootloader A bootloader is a vendor-proprietary image responsible for bringing up the ke...
-
springmvc整合mybatis
springmvc整合mybatis 准备工作 IDEA 2019.3.1 MySql 8.0.17 Tomcat 7.0.9 开始步骤 一、创建一个项目,添加Web支持 点击菜单:File-NEW-Project [](https://img2018.cnblogs.com/blog/ 1380074/202002/1380074-20200205231042588-855824854.png) 选择左侧的Maven项目,...
-
Centos7内核版安装nginx环境问题及解决方法
Centos7内核版安装nginx环境问题及解决方法 错误信息:./configure: error: C compiler cc is not found 解决方案:yum -y install gcc gcc-c++ autoconf automake make 错误信息:./configure: error: the HTTP rewrite module requires the PCRE library. 解决方案:...
2020-02-05 16:01:31 rewriteCentOSC++SSLnginxNETthe错误信息COMHTTP
-
在普通WEB项目中使用Spring
在普通WEB项目中使用Spring Spring是一个对象容器,帮助我们管理项目中的对象,那么在web项目中哪些对象应该交给Spring管理呢? 项目中涉及的对象 ? 我们回顾一下WEB项目中涉及的对象 Servlet Request Response Session Service DAO POJO 分析 我们在学习IOC容器时知道,Sp...
2020-02-04 16:03:05 文件IEServletWebAppSpring配置PSTomcatAVHTTPSweb
-
SSM整合
SSM整合 环境搭建 1、新建SpringMVC项目,添加所需的jar包 spring-core.jar spring-beans.jar spring-context.jar spring-expression.jar spring-aop.jar (使用spring的注解) spring-jdbc.jar (spring-tx.jar依赖spring-jdbc,如果要使用spring的事务管理,需添加此...
-
Spring整合MyBatis
Spring整合MyBatis 环境搭建 1、新建Spring项目,添加所需的jar包 spring-core.jar spring-beans.jar spring-context.jar spring-expression.jar spring-aop.jar (使用spring的注解) spring-jdbc.jar (spring-tx.jar依赖spring-jdbc,如果要使用spring的事务管理,...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
