240 发简信
IP属地:安徽
  • docker 搭建web 简单操作

    1. 启动端口映射 docker run -p 80 --name web -t -i ubunt /bin/bash apt-get inst...

  • git 上传

    git config --global user.name "蓦然浅笑" git config --global user.email "127...

  • 新创建的用户不能使用sudo 命令

    假设你用的是Red Hat系列(包括Fedora和CentOS)的Linux系统。当你执行sudo命令时可能会提示“某某用户 is not in...

  • ubuntu添加用户未指定shell,ll别名等无法是使用

    添加用户并指定shell: #useradd -r -m -s /bin/bash test #test为新增用户 #passwd t...

  • 更新php版本

    $ add-apt-repository ppa:ondrej/php $ apt-get update $ apt-get upgrade p...

  • Resize,w 360,h 240
    ssm 搭建

    SM框架——Spring+SpringMVC+Mybatis的搭建教程 一:概述 SSM框架在项目开发中经常使用到,相比于SSH框架,它在仅几年...