个人简介

Echo Blog


江湖无名 安心练剑
  • FTP
    FTP Ftp Java code FTP 环境: Ubuntu 14.04 blog zh_CN ubuntu14.04 Install 全新安装:apt-get install vsftpd 重新安装:apt-get --reinstall install vsftpd 卸载并清除配置文件:apt-get --purge remove vs...
    2016-12-31 02:48:42 | Tool
  • Apache2
    Apache2 Tips Apache2 这个故事还是先从删除讲起。 remove blog zh_CN restart 1、Remove apache $ sudo apt-get remove apache2 $ sudo apt-get --purge remove apache2 $ sudo apt-get autoremove ...
    2016-12-31 02:48:42 | Tool
  • Swagger 文档工具
    Swagger Swagger is a powerful open source framework backed by a large ecosystem of tools that helps you design, build, document, and consume your RESTful APIs. With SpringBoot You can get the fu...
    2016-12-22 13:00:34 | Tool
  • APM 系统监控-Cat
    Cat Cat 基于Java开发的实时应用监控平台,包括实时应用监控,业务监控 cat zh_CN CAT支持的监控消息类型包括: Transaction 适合记录跨越系统边界的程序访问行为,比如远程调用,数据库调用,也适合执行时间较长的业务逻辑监控,Transaction用来记录一段代码的执行时间和次数。 Event 用来记录一件...
    2016-12-16 14:01:33 | APM
  • Groovy
    Groovy Install Groovy Quick Start Groovy Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform ...
    2016-12-09 14:36:26 | Programming Language
  • Port 端口占用
    Port 各端口分配, 个人整理设计。 Port Server Default port 80 Apache 80 1234 Phabricator   2181 zo...
    2016-11-29 06:14:36 | Tool
  • DbUnit
    DbUnit DbUnit is a JUnit extension targeted at database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the m...
    2016-11-29 06:14:36 | test
  • Fitnesse
    Fitnesse Hello World Fitnesse The fully integrated standalone wiki and acceptance testing framework fitnesse Hello World intro-demo zh_CN Download the fitnesse-standalon...
    2016-11-07 09:13:40 | Test