操作需要root权限1.创建文件vim /etc/systemd/system/nginx.service文件内容如下[Unit]Description=nginx - high performance web serverAfter=network.target remote-fs.target ...
$.ajaxSetup({headers: {'Content-Type': 'application/json','Accept': 'application/json'}});...
String msg = "hello"; Files.write(Paths.get("./duke.txt"), msg.getBytes());...
Nginx是高度自由化的Web服务器,它的功能是由许多模块来支持。如果使用了某个模块,这个模块使用了一些类似zlib或OpenSSL等的第三方库,那么就必须先安装这些软件。Ubuntu下不像在centOS中使用yum直接在线安装,可以使用以下方法。(1)PCRE库PCRE库支持正则表达式。如果我们在...
官网下载jdk安装包使用dpkg命令安装软件包:sudo dpkg -i jdk-11.0.4_linux-x64_bin.deb如果遇到依赖性问题,请运行:$ sudo apt -f install$ sudo dpkg -i jdk-11.0.4_linux-x64_bin.deb设置环境变量:...
1、关闭ubuntu的防火墙 ufw disable2、卸载了iptables apt-get remove iptables3、关闭ubuntu中的防火墙的其余命令 iptables -P INPUT ACCEPT iptables -P FORWARD ACCE...
创建docker组sudo groupadd docker将当前用户加入docker组sudo usermod -aG docker userName重新启动docker服务(下面是CentOS7的命令)sudo systemctl restart docker当前用户退出系统重新登陆...