运维上海2017-从理论到实践,深度解析MySQL Group Replication -徐春阳
int handle(const uchar *data, ulong len)! 267 {! 268 this->incoming->push(new Data_packet(data, len));! 269 return 0;! 270 }! �:���process_notification������������� ������ Applier_module::applier_thread_handle! ��incoming������! ����(packet)�����������! Applier��! ���DATA_PACKET_TYPE���binlog�����apply_data_packet��! Certification_handler::handle_event ����! Certificati applier_thread_handle���� ! this->incoming->front(&packet); // blocking! ! switch (packet->get_packet_type())! {! case ACTION_PACKET_TYPE:! this->incoming->pop();! �0 码力 | 32 页 | 9.55 MB | 1 年前3.NET玩转音视频操作 FFmpeg
}) .WriteAll(fc); fc.WriteTrailer(); void LogPacket(FormatContext fc, Packet packet) { AVRational timebase = fc.Streams[packet.StreamIndex].TimeBase; Util.FixedFont(string.Format("pts:{0} pts_time:{1} av_ts2str(packet.Pts), av_ts2timestr(packet.Pts, timebase), av_ts2str(packet.Dts), av_ts2timestr(packet.Dts, timebase), av_ts2str(packet.Duration), av_ts2timestr(packet.Duration, timebase), packet.StreamIndex)) 示例1 纯代码生成视频·技术要点 1. Yuv420pSequence 2. IEnumerable 3. IEnumerable<Packet>0 码力 | 14 页 | 1.43 MB | 1 年前3python3学习手册
def icmp_checksum(packet): # inputif len(packet) & 1: # 长度的末位为1表示:长度不为2的倍数 (即末位不为0) packet = packet + b'\x00' # 0填充 words = array.array('h', packet) sum = 0 sum = (sum >> 16) + (sum & 0xffff) return (~sum) & 0xffff # 反回2字节校验和的反码 def generate_icmp_packet(icmp_data): # input icmp_type = 8 # echo_request icmp_code = 0 icmp_type, icmp_code, icmp_checkum, icmp_id, icmp_sequence) icmp_packet = icmp_header + icmp_data icmp_checkum = icmp_checksum(icmp_packet) icmp_header = struct.pack('bbHHh', icmp_type, icmp_code, 0 码力 | 213 页 | 3.53 MB | 1 年前3FISCO BCOS 2.3.0 中文文档
Default 1. Can set uint. -gDefault no -z packet> Default no -t Default auto generate -T packet = 1024M sql_mode =STRICT_TRANS_TABLES service mysql restart service mysqld start #若安装了mariadb,则使用下面的命令启动 service mariadb start mysql -uroot -p #执行下面命令,查看max_allowed_packet的值 MariaDB show variables like 'max_allowed_packet%'; +--------------------+------------+ | Variable_name | Value | +--------------------+------------+ | max_allowed_packet | 1073741824 | +-------------- 0 码力 | 1227 页 | 10.79 MB | 1 年前3FISCO BCOS 2.4.0 中文文档
Default 1. Can set uint. -gDefault no -z packet> Default no -t Default auto generate -k packet = 1024M sql_mode =STRICT_TRANS_TABLES service mysql restart service mysqld start #若安装了mariadb,则使用下面的命令启动 service mariadb start mysql -uroot -p #执行下面命令,查看max_allowed_packet的值 MariaDB show variables like 'max_allowed_packet%'; +--------------------+------------+ | Variable_name | Value | +--------------------+------------+ | max_allowed_packet | 1073741824 | +-------------- 0 码力 | 1314 页 | 11.21 MB | 1 年前3FISCO BCOS 2.1.0 中文文档
Default 1. Can set uint. -gDefault no -z packet> Default no -t Default auto generate -T packet = 1024M sql_mode =STRICT_TRANS_TABLES service mysql restart service mysqld start #若安装了mariadb,则使用下面的命令启动 service mariadb start mysql -uroot -p #执行下面命令,查看max_allowed_packet的值 MariaDB show variables like 'max_allowed_packet%'; +--------------------+------------+ | Variable_name | Value | +--------------------+------------+ | max_allowed_packet | 1073741824 | +-------------- 0 码力 | 1058 页 | 740.85 KB | 1 年前3FISCO BCOS 2.5.0 中文文档
Default 1. Can set uint. -gDefault no -z packet> Default no -t Default auto generate -6 0 码力 | 1456 页 | 13.35 MB | 1 年前3FISCO BCOS 2.2.0 中文文档
Default 1. Can set uint. -gDefault no -z packet> Default no -t Default auto generate -T packet = 1024M sql_mode =STRICT_TRANS_TABLES service mysql restart service mysqld start #若安装了mariadb,则使用下面的命令启动 service mariadb start mysql -uroot -p #执行下面命令,查看max_allowed_packet的值 MariaDB show variables like 'max_allowed_packet%'; +--------------------+------------+ | Variable_name | Value | +--------------------+------------+ | max_allowed_packet | 1073741824 | +-------------- 0 码力 | 1156 页 | 10.03 MB | 1 年前3Node.js Manual & Documentation
If allowHalfOpen is true, then the socket won't automatically send FIN packet when the other end of the socket sends a FIN packet. The socket becomes non-readable, but still writable. You should call fileDescriptor,并在另一端监听'fd'事件。 socket.end([data], [encoding]) Half-closes the socket. I.E., it sends a FIN packet. It is possible the server will still send some data. 发送一个 FIN 数据包,关闭 socket 半连接。服务器仍可能发送一些数据。 sent on an idle socket. Set initialDelay (in milliseconds) to set the delay between the last data packet received and the first keepalive probe. Setting 0 for initialDelay will leave the value unchanged0 码力 | 153 页 | 1.21 MB | 1 年前3openEuler 23.09 技术白皮书
指令集的语言虚拟机 Packet VM,它最小只有 256 字节,包含所有虚拟机应有的部件: 寄存器,堆栈段,代码段,数据段,页表。Packet VM 支持自主的 migration,即 packet VM 内的代码可以调用 migrate kernel function,以将 packet VM 迁移至它自己指定的节点。Packet VM 同时支持断点续执行,即 packet VM 迁移至下一0 码力 | 52 页 | 5.25 MB | 1 年前3
共 103 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11