#

tc

  • 44网络编程_socket_TCP

       目录socket,套接字:... 1TCP编程:... 2TCP服务器端编程步骤:... 3群聊程序,TCP实现:... 5makefile:... 7TCP客户端编程步骤:... 10   s

    作者:chaijowin
    2020-06-29 00:31:23
  • OSI七层模型与TCP/IP总结

    OSI(Open Systerm Interconnection)开放系统互连基本参考系统层数名称负责内容1物理层负责定义设备的物理特性和电器特性2数据链路层因为第二层的下层是实体的定义,上层则是软件

    作者:ike_
    2020-06-28 21:16:33
  • leetCode 12. Integer to Roman | 字符串 | Medium

    12. Integer to RomanGiven an integer, convert it to a roman numeral.Input is guaranteed to be within

    作者:313119992
    2020-06-28 18:26:54
  • python 网络编程:TCP

    在python2.7中完好运行:#!/usr/bin/python # -*- coding: utf-8 -*- # 导入socket库: imp

    作者:虎皮喵的喵
    2020-06-28 17:08:33
  • etcd数据库备份与还原

    1. 备份etcd 1.1 手动备份数据 etcdctl backup --data-dir /var/lib/etcd/default.etcd --backup-dir 备份目录 1.2 脚本备份

    作者:faer615
    2020-06-28 10:01:49
  • php-fpm/fastCGI/CGI/opcache

    php-fpm/fastCGI/CGICGI是fock进程fastCGI是CGI的管理,可以管理多个CGI进程php-fpm是fastCGI进程管理器opcache缓存:首先会将php代码编译成opc

    作者:okowo
    2020-06-28 09:52:28
  • TCPDF微软雅黑字体

    TCPDF是可以实现将html转为pdf格式的php插件,使用例子在https://tcpdf.org/examples/;但微软雅黑字体需要自己添加:在命令窗口(windows下为dos窗口)切换到

    作者:hjun169
    2020-06-27 19:38:31
  • tcpcopy传统架构安装及使用方法

    1.传统架构安装及使用方法1.1.原理图1.2.安装线上和测试环境机器分别安装tcpcopytar -xzvf tcpcopy-0.9.3.tar.gz cd tcpcopy-0.9.3./confi

    作者:zhouanyafu
    2020-06-27 18:50:59
  • leetCode 67. Add Binary 字符串

    67. Add BinaryGiven two binary strings, return their sum (also a binary string).For example,a = 

    作者:313119992
    2020-06-27 12:30:12
  • leetCode 38. Count and Say 字符串

    38. Count and SayThe count-and-say sequence is the sequence of integers beginning as follows:1, 11,

    作者:313119992
    2020-06-27 10:31:04