摘要:
This was the solution, not permanent, though: ref: https://serverfault.com/questions/743003/logging-not-working-on-centos-7 阅读全文
摘要:
《R语言基础语法入门》: http://www.xueqing.tv/upload/april-training/day1/index.html#1 阅读全文
摘要:
安装: 使用: 阅读全文
摘要:
介绍: SOX,支持很多格式的音频文件,如 WAV,MP3,MPG,OGG,FLAC 等等。 安装: Ubuntu: Mac OS X: 使用: ref: http://www.gowhich.com/blog/651 https://linux.cn/article-1393-1.html 阅读全文
摘要:
服务化架构:一种架构风格,即微服务架构。1.单个服务尽量专注一件事情,高内聚、低耦合;2.进程隔离;3.每个服务可以独立开发、测试、构建、部署;4.小且灵活; 微服务架构特征:1.系统由多个服务组成,每个服务有明确的边界;2.服务独立开发、编译、部署、测试、发布,有独立工程、独立版本、接口契约化,进 阅读全文
摘要:
Spring boot .vs. Spring mvc spring boot extends spring mvc extends spring Spring Boot uses Spring MVC! It's just autoconfigured and ready to use when 阅读全文
摘要:
version 1.7.0 已解决: echo "1" > /proc/sys/net/bridge/bridge-nf-call-iptables error: failed to run Kubelet: failed to create kubelet: misconfiguration: k 阅读全文
摘要:
在centos7上用curl 安装了docker ce版本 删除的方法是 阅读全文
摘要:
You can try... //css //Javascript ref: https://stackoverflow.com/questions/18461530/jquery-gritter-set-position 阅读全文
摘要:
You can write: $(document).ready(function() { $("#select-all-teammembers").click(function() { var checkBoxes = $("input[name=recipients\\[\\]]"); chec 阅读全文