摘要: 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 阅读全文
posted @ 2020-06-10 12:11 ToRapture 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Installation https://github.com/protocolbuffers/protobuf/blob/master/src/README.md Proto pb/entities.proto: syntax = "proto3"; package entities; optio 阅读全文
posted @ 2020-06-07 13:37 ToRapture 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-05-27 17:39 ToRapture 阅读(154) 评论(0) 推荐(0) 编辑
摘要: code: # coding: utf-8 import logging from flask import Flask app = Flask(__name__) @app.route('/') def index(): logging.info("here is index") return " 阅读全文
posted @ 2020-05-23 10:51 ToRapture 阅读(137) 评论(0) 推荐(0) 编辑
摘要: nginx documentation Compile Building nginx from Sources Reload $ nginx -s reload Auto Index Module ngx_http_autoindex_module 阅读全文
posted @ 2020-05-21 13:03 ToRapture 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Deployment https://github.com/memcached/memcached See the file BUILD to learn how to build. The default configuration file /etc/memcached.conf is used 阅读全文
posted @ 2020-05-19 18:33 ToRapture 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-05-12 18:30 ToRapture 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-05-12 17:48 ToRapture 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Timestamp option http://www.networksorcery.com/enp/protocol/tcp/option008.htm Timestamp Value (TSval). 32 bits. This field contains the current value 阅读全文
posted @ 2020-05-12 17:19 ToRapture 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Headers Connection Management State Tansition Diagram Sequence Diagram Normal Simultaneous Open Simultaneous Close Half Close Normal with State Exampl 阅读全文
posted @ 2020-05-09 17:48 ToRapture 阅读(168) 评论(0) 推荐(0) 编辑