环境

JavaWeb项目笔记bos(一)环境搭建

匿名 (未验证) 提交于 2019-12-02 21:35:18
一.创建maven项目 1.共需要这么多模块,其中bos2-parent属性是pom,bos2-web属性是war,其他的属性都是jar. 2.bos2-parent需要导入仓库里的库,在pom中复制ssh框架所需的包 <!-- 通过属性定义指定jar的版本 --> <properties> <spring.version>4.2.4.RELEASE</spring.version> <hibernate.version>5.0.7.Final</hibernate.version> <struts2.version>2.3.24</struts2.version> <slf4j.version>1.6.6</slf4j.version> <log4j.version>1.2.12</log4j.version> <shiro.version>1.2.3</shiro.version> </properties> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org

Linux环境使用Apache部署静态html页面

匿名 (未验证) 提交于 2019-12-02 20:30:32
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/CL_YD/article/details/84568828 Linux环境使用Apache部署静态html页面 文章目录 Linux环境使用Apache部署静态html页面 环境 安装httpd 启动Apache并验证 修改httpd.conf 重启httpd 检查 环境 CentOS Linux release 7.2.1511 + httpd-2.4.6-80 安装httpd #检查是否安装和httpd rpm -qa | grep httpd #如果没安装 yum -y install httpd 启动Apache并验证 service httpd start service httpd status 接着在浏览器里访问linux主机的IP可以看到下面的页面说明启动成功,什么 80 端口占用,防火墙的问题就不在这里记录了。 修改httpd.conf yum 安装的路径一般在 /etc/httpd/conf/httpd.conf ,自定义安装的可以用 find / -name httpd.conf 找找。编辑配置文件或使用默认路径都是可以的: 使用默认路径:不用修改 ServerRoot 和 Directory ,直接把文件夹内容拷贝到默认的路径 /var/www/html ;

Ubuntu装机步骤与环境配置(Nidia+CUDA+cudnn+Tensorflow+Opencv+Pytorch)

狂风中的少年 提交于 2019-12-02 12:45:11
1、从镜像安装ubuntu18.04 2、安装完成后的一些设置 更换源:设置-软件和更新-下载自-其他站点-mirrors.ustc.edu.cn sudo apt remove ristretto pidgin pidgin-otr fcitx-data fcitx-sunpinyin thunderbird orage libreoffice-writer libreoffice-calc libreoffice-math libreoffice-core libreoffice-common mousepad sudo apt update sudo apt install axel gedit fcitx fcitx-googlepinyin g++ hardinfo cmake apt-file psensor unrar unzip p7zip-full vim filezilla guvcview i7z eog ttf-wqy-zenhei shutter git apt-mark hold xxxx #忽略安装某些软件,例如gitlab-ce、flashinstaller等下载缓慢或版本不兼容的软件,恢复时用apt-mark unhold xxx sudo apt upgrade && sudo apt dist-upgrade && sudo apt