苗条小兔子

文章
4
资源
0
加入时间
3年0月21天

protobuf 格式分析

 protobuf 是谷歌出品一款高性能序列化框架,优点序列化后报文数据小,支持多种多种编程语言(c/c++,java,php,python等主流语言),缺点二进制不可读这倒不重要。 一. 安装下载源码编译 二. 开发流程2.1 准备helloworld.proto文件package com;message helloworld{ requir...

Lesson02_04 表单标签(2)

选择上传文件:<input type= "file ">要将method设置为post 将enctype=multipart form_date 代码如下:<form