240 发简信
IP属地:广东
  • mysql基本操作

    安装(版本5.7)sudo apt-get install mysql-serversudo apt-get install mysql-cli...

  • PostgreSql基本操作

    PostgreSql安装 apt-cache show postgresql:查看ubuntu可安装版本信息 sudo apt-get inst...

  • virtualbox使主机和虚拟机互相ping通

    一、环境 二、问题描述 三、解决方法 1. 桥接方式:在virtualbox中网络设置为桥接,并重启虚拟机网卡,这时虚拟机和外部主机拥有了同一个...

  • Linux常见命令

    操作环境:ubuntu 18.04 1. 查看当前linux版本:cat /proc/version 2. 查看当前网卡设备信息:ifconfi...

  • Resize,w 360,h 240
    如何在idea上新建git项目,并上传到GitHub

    1. 打开idea,file -> setting -> version control -> github, 设置连接到自己的github账号...

  • 内网穿透

    一、环境准备 1.一台外网服务器2.一台内网主机(电脑)3.内网穿透工具,这里选择GitHub上的一个项目(https://github.com...

  • Maven简单配置

    一、下载maven,http://maven.apache.org/download.cgi,配置bin为环境变量二、设置conf/settin...

  • RSA破解

    问题: Alice decides to use RSA with the public key N = 1889570071. In orde...

  • Resize,w 360,h 240
    DES解密是加密的逆过程

    下面简单概述一下DES加密流程: 1.对需要加密的64bit明文进行初始置换(IP)而被重新排列;2.进行16轮相同函数(运用Feistel算法...