代码改变世界

随笔档案-2016年08月

Nginx反向代理匹配部分二级域名或二级目录配置

2016-08-22 23:13 by Tacker, 4021 阅读, 收藏,
摘要: server { charset utf-8; client_max_body_size 128M; # Add index.php to the list if you are using PHP index index.html index.htm index.php; server_name *.tl.com; set $old... 阅读全文

Mybatis Generator最完整配置详解

2016-08-20 23:29 by Tacker, 476 阅读, 收藏,
摘要: 来源:http://www.jianshu.com/p/e09d2370b796 阅读全文