摘要:
阅读全文
摘要:
1 2 idea中maven项目的编译: 3 方案1:maven的settings.xml中指定全局默认编译版本 4 5 <profile> 6 <id>jdk-1.8</id> 7 8 <activation> 9 <activeByDefault>true</activeByDefault> 1 阅读全文
摘要:
1 package cn.itcast.domain; 2 3 /* 4 CREATE TABLE `message` ( 5 `id` int(11) NOT NULL, 6 `command` varchar(16) DEFAULT NULL, 7 `description` varchar(3 阅读全文
摘要:
阅读全文
摘要:
1 package cn.itcast.aop; 2 3 import org.aspectj.lang.JoinPoint; 4 import org.aspectj.lang.ProceedingJoinPoint; 5 import org.aspectj.lang.Signature; 6 阅读全文
摘要:
1 package com.itheima.mozq; 2 3 import com.itheima.domain.Order; 4 import com.itheima.mapper.OrderMapper; 5 import org.apache.ibatis.io.Resources; 6 i 阅读全文
摘要:
阅读全文
摘要:
主题: CentOS6.7上安装nginx1.8.0 环境准备: 1.gcc-c++ 示例:yum install gcc-c++ 安装:gcc-c++ gcc-c++编译工具 2.PCRE(Perl Compatible Regular Expressions) 示例:yum install -y pcre pcre-devel 安装:pcre和pcre-d... 阅读全文