240 发简信
IP属地:浙江
  • Resize,w 360,h 240
    idea补丁激活

    1、下载补丁 补丁地址 2、放置补丁 放置补丁到idea安装目录的bin文件夹下。例如:D:\soft\idea\IntelliJ IDEA 2...

  • ubuntu安装node

    使用ubuntu自带apt-get安装, 安装后使用node -v查看版本 sudo apt-get install nodejs-legacy...

  • Resize,w 360,h 240
    ubuntu安装自助git服务gogs

    安装git sudo apt-get install git //安装gitgit --version //查看版本 判断是否安装成功 安装my...

  • Mysql各种类型

    数据类型 使用mysql数据库的时候遇到了多种数字的类型,经常用到的有int,bigint,smallint和tinyint。bigint从 -...

  • Resize,w 360,h 240
    4、spring boot + websocket 通信入门

    认识HTML5的WebSocket WebSocket是HTML5开始提供的一种在单个 TCP 连接上进行全双工通讯的协议。 在WebSocke...

  • Ubuntu系统下Nexus安装

    1.下载nexus nexus下载地址可选择下载tgz包或者zip包,这里选择tgz包。 2.将下载包解压 tar -zxvf nexus-2....

  • 3、spring-boot 简单日志管理

    第一步添加依赖 第二步添加mapping 第三步运行,输入http://localhost:8080/writelog,控制台输出日志 添加配置...

  • Resize,w 360,h 240
    2、spring boot 入门

    参考网站:spring boot 官网 下图为spring boot 官网提供的boot包信息,如图稳定版本为1.5.4,Reference为官...

  • Resize,w 360,h 240
    eclipse 自定义注释

    Window -> preference -> java -> code style -> code templates 选择 comments...