摘要:
Remove Completely and Install sudo apt-get remove --purge "mysql*" sudo apt-get purge "mysql*" sudo apt-get autoremove sudo apt-get autoclean sudo apt 阅读全文
摘要:
Installation https://github.com/protocolbuffers/protobuf/blob/master/src/README.md Proto pb/entities.proto: syntax = "proto3"; package entities; optio 阅读全文
摘要:
IDL and Code Generation easy.thrift: namespace go easy namespace py easy namespace cpp easy service Easy { void ping(); string say_hello(1: list<strin 阅读全文
摘要:
code: # coding: utf-8 import logging from flask import Flask app = Flask(__name__) @app.route('/') def index(): logging.info("here is index") return " 阅读全文
摘要:
nginx documentation Compile Building nginx from Sources Reload $ nginx -s reload Auto Index Module ngx_http_autoindex_module 阅读全文
摘要:
Deployment https://github.com/memcached/memcached See the file BUILD to learn how to build. The default configuration file /etc/memcached.conf is used 阅读全文
摘要:
Retransmission TCP sets a timer when it sends data, and if the data is not acknowledged when the timer expires, a timeout or timer-based retransmissio 阅读全文
摘要:
Reset In general, a reset is sent by TCP whenever a segment arrives that does not appear to be correct for the referenced connection. The reset segmen 阅读全文
摘要:
Timestamp option http://www.networksorcery.com/enp/protocol/tcp/option008.htm Timestamp Value (TSval). 32 bits. This field contains the current value 阅读全文