摘要:
1、新建一个maven web project; 2、在pom.xml文件中添加相应的依赖包; 3、新建一个HelloController请求控制类; 4、编写index.jsp页面; 5、编写启动类App.java 6、启动应用程序进行代码测试 pom.xml配置 App.java applica 阅读全文
posted @ 2018-07-15 19:26
午火39
阅读(804)
评论(0)
推荐(0)
摘要:
安装PHP 更新yum源 这里将Centos的yum源更换为国内的阿里云源。yum安装正常的可以跳过本步骤。 阿里云Linux安装镜像源地址:http://mirrors.aliyun.com/ 1、备份你的原镜像文件,以免出错后可以恢复: 2、下载新的CentOS-Base.repo 到/etc/ 阅读全文
posted @ 2018-07-15 10:51
午火39
阅读(417)
评论(0)
推荐(0)
摘要:
如果是rpm安装mysql则直接写成--with-mysql 如果是编译安装mysql则写成--with-mysql=mysql安装路劲 如果你还没有安装Mysql数据库,可以暂时不编译 阅读全文
posted @ 2018-07-15 10:18
午火39
阅读(2377)
评论(0)
推荐(0)
摘要:
configure: error: mcrypt.h not found. Please reinstall libmcrypt. 方法一: yum install -y epel-releaseyum install -y libmcrypt-devel两个不能一起安装,因为CentOs6默认的y 阅读全文
posted @ 2018-07-15 09:58
午火39
阅读(10171)
评论(0)
推荐(0)