240 发简信
IP属地:北京
  • mongo 以docker运行,给所有db自动配置用户权限

    [toc] docker 运行时启动授权模式 docker 运行时加上 环境变量MONGO_INITDB_ROOT_USERNAME 和MONG...

  • java 内存模型

    http://www.infoq.com/cn/articles/java-memory-model-1 http://www.jianshu....

  • java 定时器

    http://blog.csdn.net/bingLoVezi/article/details/15905675 http://just4jav...

  • java并发编程

    http://blog.csdn.net/u013815546/article/details/56481842

  • curl 参数 命令

    post jason data with curl: curl -H "Content-Type: application/json" -X P...

  • docker client is newer than server (client API version: 1.24, server API version: 1.21)

    docker api Docker is running on client / server model, each Docker Engin...

  • IPtables 禁止本机连接到 指定ip

    IPtables禁止本机连接到 100.69.212.203 sudo iptables -A OUTPUT -d 100.69....

  • 常用 bash

    查找文件中的查找目标的数量cat catalina.out.316_issue |grep pointCount=|awk -F '=' 'B...

  • 持续集成

    Jenkins+Git+Maven+Shell+Tomcat持续集成 https://segmentfault.com/a/1190000002...