E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Buffers
Ubuntu扩展swap分区
1.首先用命令free查看系统内Swap分区大小free-mtotalusedfreeshared
buffers
/cacheavailableMem:7881555835750219641547Swap
碎云星河
·
2023-12-05 03:16
Google Protocol
Buffers
(proto3) 中的 DoubleValue 类型用法总结
文章目录前言DoubleValue的作用如何使用DoubleValue1.定义.proto文件2.设置DoubleValue字段的值3.检查字段值是否为空,并获取值3.demo示例前言这两天在做相关工作的时候,遇到了一个需要定义optionaldouble类型的proto字段,因为之前没用过,所以一时之间不知道怎么定义,查找了下相关资料后发现也很简单,就总结一下吧,以备不时之需。DoubleVal
CHH3213
·
2023-12-04 21:49
工作
自动驾驶
protobuf
c++
windows下protobuf for go环境搭建
先下载最新版的golang安装程序;设置好GOPATH,把%GOPATH%/bin添加到环境变量;打开https://github.com/protocol
buffers
/protobuf/releases
loki528
·
2023-12-04 19:10
【实习】grpc/protobuf
protobuf【官方文档】Protocol
Buffers
Documentation【Protobuf介绍】高效数据传输的秘密武器【学习资料】Protobuf的数据类型解析及使用总结grpc【gRPC】
Rubint0x
·
2023-12-04 17:10
实习日记
c++
Android 13 - Media框架(21)- ACodec(三)
enum{kFlagIsSecure=1,kFlagPushBlank
Buffers
ToNativeWindowOnShutdown=2,kFlagIsGrallocUsageProtected=4,kFlagPreregisterMetadata
Buffers
青山渺渺
·
2023-12-03 23:55
Android
Media
android
Framework
Media
多媒体
C++
C语言蓝牙协议栈讲解,蓝牙协议栈记录—BTStack
Noartficiallylimited
buffers
/pools-IncomingandoutgoingdatapacketsarenotqueuedStaticallybouned
要努力的子健
·
2023-12-03 20:54
C语言蓝牙协议栈讲解
Android 13 - Media框架(22)- ACodecBufferChannel
status_tACodecBufferChannel::queueInputBuffer(constsp&buffer){std::shared_ptr>array(std::atomic_load(&mInput
Buffers
青山渺渺
·
2023-12-03 01:44
Android
Media
android
C++
Framework
Media
多媒体
gRPC Java、Go、PHP使用例子
文章目录1、Protocol
Buffers
定义接口1.1、编写接口服务1.2、Protobuf基础数据类型2、服务器端实现2.1、生成gRPC服务类2.2、Java服务器端实现3、java、go、php
penngo
·
2023-12-02 23:45
java
Go
java
golang
php
gRPC
postgresql-shared_
buffers
参数详解
shared_
buffers
是PostgreSQL中一个非常关键的参数,用于配置服务器使用的共享内存缓冲区的大小。这些缓冲区用于存储数据页,以便数据库可以更快地访问磁盘上的数据。
自己的九又四分之三站台
·
2023-12-02 15:39
#
关系型数据库
postgresql
数据库
PostgreSQL-shared_
buffers
(双缓存)
关于shared_
buffers
这是一篇2018年写的,可以结合sharedread一起看什么是shred_buffer,我们为什么需要shared_
buffers
?
PGCCC
·
2023-12-02 13:46
postgresql
缓存
数据库
Nginx如何开启GZIP功能
gzipon;client_max_body_size500m;gzip_min_length1k;gzip_
buffers
416k;gzip_http_version1.1;gzip_comp_level2
___大鱼___
·
2023-12-01 17:33
题目: 输入一串数据,删除重复的数据。注意:读取字符串的顺序为从右往左,如果结果是以0结束,则删除0;如果结果有负号'-' 需要保留。
args){Scannerinput=newScanner(System.in);intnum=input.nextInt();Stringstr=String.valueOf(num);String
Buffers
b
god_mycode
·
2023-11-30 23:13
Java读取文本文件
publicstaticStringreadFileText(StringfilePath){Filefile=newFile(filePath);BufferedReaderreader=null;String
Buffers
b
ITKEY_
·
2023-11-30 22:29
java
java
什么是grpc?实例详解
使用protocol
buffers
还能获得其他好处,包括高效的序列号,简单的
旧时佑忆
·
2023-11-30 13:36
网络编程
gRPC 概念介绍
gRPC的特性gRPC官方支持的语言二、gRPC和Protocol
Buffers
介绍三、核心概念、架构和生命周期Servicedefinition2.Api的使用3.Synchronousvs.asynchronous4
FarawayHighAway
·
2023-11-30 13:34
gRPC
rpc
什么是gRPC
gRPC(gRPCRemoteProcedureCall)是由Google开发的开源RPC框架,它基于HTTP/2标准,使用Protocol
Buffers
作为接口定义语言(IDL)。
Lamb!
·
2023-11-30 13:00
Go
分布式
golang
分布式
golang写的IM服务器(tcp,websocket,grpc)
接入2.离线消息同步3.多业务接入4.单用户多设备同时在线5.单聊,群聊,以及超大群聊天场景6.支持服务水平扩展使用技术:数据库:Mysql+Redis通讯框架:Grpc长连接通讯协议:Protocol
Buffers
cqims21
·
2023-11-30 09:24
go
Protocol
Buffers
入门详解
#Protocol
Buffers
入门详解-[Protocol
Buffers
入门详解](#protocol-
buffers
-入门详解)-[1.概念](#1-概念)-[1.1What?
Sunshine_xy
·
2023-11-29 19:26
蓝桥杯算法练习 - 十六进制转八进制
输入的第一行为一个正整数n(12publicstaticvoidtransform1(Stringstr){char[]c=newchar[str.length()];c=str.toCharArray();String
Buffers
b
i蝸居年華_谢谢谢
·
2023-11-29 16:38
如何利用ProtoBuf协议实现Go语言编程(保姆级教程)
先贴上Protobuf的资料:Protobuf官方资料:DeveloperGuideProtobufgitbub地址:protocol
buffers
/protobufProtoBuf3官方文档:LanguageGuide
芒果果。
·
2023-11-28 20:24
golang
java
网络协议
【前端首屏加载速度优化(一) :nginx 开启gzip压缩】
开启gzip压缩前后对比:nginx.conf具体配置:server{#启动后的端口listen8882;#开启gzip压缩gzipon;gzip_min_length1k;gzip_
buffers
416k
不能懒鸭
·
2023-11-28 18:34
前端
nginx
Android Camera Surface显示相关问题总结
//界面创建的Surfaceformat默认为4(RGB_565),而预览界面所需的格式是RGBA_8888ANativeWindow_set
Buffers
Geometry(window,width,height
smile_sambery
·
2023-11-27 21:54
Android随笔
android
Android 解析 Protocol
Buffers
格式数据
protocol
buffers
/protobufGitHub地址protocol
buffers
/protobuf官网一、前言Protocol
Buffers
简称为protobuf,是Google公司开发的一种数据描述语言
Little丶Jerry
·
2023-11-27 16:27
Linux 内存管理中的
Buffers
和 Cached:理解和区分
引言当涉及到Linux系统的内存管理时,“
Buffers
”和“Cached”是两个经常会引起混淆的术语。这两个概念都代表了系统内存的一部分,但它们的作用和工作方式有所不同。
c洛#
·
2023-11-27 15:47
linux
linux
java
服务器
CocosCreator 面试题(十五)Cocos Creator如何内置protobuf JS版本?
Protocol
Buffers
(简称为ProtoBuf)是一种由Google开发的数据序列化格式。它是一种轻量级、高效且通用的数据交换格式,可用于各种编程语言和平台。
w风雨无阻w
·
2023-11-26 12:10
Cocos
Creator
面试题
javascript
开发语言
ecmascript
cocos
creator
下载安装Protocol
Buffers
编译器
目录下载地址安装配置测试下载地址https://github.com/protocol
buffers
/protobuf安装配置解压缩设置环境变量测试在命令行输入:protoc.exeUsage:protoc
当当响
·
2023-11-26 09:22
Protocol
buffer
开发语言
golang
在Android中使用Protocol
Buffers
(上篇)
总览先来看一下Flat
Buffers
项目已经为我们提供了什么,而我们在将Flat
Buffers
用到我们的项目中时又需要做什么的整体流程。
weixin_30482181
·
2023-11-26 09:18
移动开发
json
java
Protocol
Buffers
协议使用
Protocol
Buffers
介绍这是一种轻量级的数据序列化方案。Protocol
Buffers
是由Google开发的,可以用于将结构化数据序列化为二进制或文本格式,并且可以在不同语言间传输。
浪浪的程序猿
·
2023-11-26 09:18
Android开发
java基础
java
开发语言
Protocol
buffers
介绍及与golang结合使用
定义Protocol
buffers
是一个灵活、高效、自动化地序列化结构化数据的方案。类似于XML,但是更快、更小和更灵活。
yangxcsky
·
2023-11-26 09:16
golang
protobuf
在golang中如何使用gRPC和Protocol
buffers
Protocol
buffers
提供了一个通用的数
yangxcsky
·
2023-11-26 09:16
golang
rpc
Golang下生成protocol
buffers
代码以及grpc代码的简单教程
Golang下生成protocol
buffers
代码以及grpc的简单教程本教程基于GolandIDE,Golang版本为1.17.4(建议使用1.16以上版本),生成了普通的pb和grpc代码首先使用
MikeLiushu
·
2023-11-26 09:16
golang
golang使用protocol-
buffers
简单示例
在linux下使用Protobuf下载gitclonehttps://github.com/protocol
buffers
/protobuf.git解压unzipprotobuf.zip安装依赖sudoapt-getinstallautoconfautomakelibtoolcurlmakeg
张勇MRCHAR
·
2023-11-26 09:16
golang
go
protobuf
Protocol Buffer在Go中的使用简介
为什么使用protocol
buffers
下面的例子使用比较简单的“地址登记”应用,可以从文件中读取用户的联系信息。每个用户在地址簿中有名字、ID和邮件地址以及联系电话。
benben_2015
·
2023-11-26 09:13
protocol
buffers
protobuf
在 Go 中使用 Protocol
Buffers
这一次,我们将深入探讨Protocol
Buffers
(protobuf)及其在数据序列化中的超能力所在。
技术的游戏
·
2023-11-26 09:11
golang
java
服务器
echo
")varaddr=flag.String("addr","localhost:8080","httpserveaddredd")varupgrader=websocket.Upgrader{Read
BufferS
ize
skoll
·
2023-11-26 05:02
proto语法学习笔记
proto语法学习笔记Protocol
Buffers
(Proto是由谷歌开发的一种数据序列化格式。Proto不是一种编程语言,而是一种接口描述语言(IDL),用于定义数据结构和消息格式。
跃龙客
·
2023-11-26 04:24
C/C++
学习
笔记
PostgreSQL技术大讲堂 - 第32讲:数据库参数调整
第32讲:数据库参数调整第32讲:11月04日(周六)19:30-20:30,往期文档及视频,联系CUUG内容:数据库常用参数调整:shared_
buffers
、wal_buf
m0_65303136
·
2023-11-26 02:52
数据库
postgresql
LuatOS-SOC接口文档(air780E)--protobuf - ProtoBuffs编解码
转换得到的--转换命令:protoc.exe-operson.pb--cpp_out=cppperson.pbtxt--protoc.exe下载地址:https://github.com/protocol
buffers
l531798151
·
2023-11-25 20:33
air780E
air780E
ubuntu18.04安装protobuf-c
protobufsudoapt-getinstallautoconfautomakelibtoolcurlmakeg++unzipgitclonehttps://github.com/protocol
buffers
victorhugoliu
·
2023-11-25 17:41
linux应用编程
protobuf-c
Ubuntu系统下安装protobuf(python)
官方github地址:https://github.com/protocol
buffers
/protobuf这里安装的是python版本。
VirgilG72
·
2023-11-25 17:10
Python
ubuntu
python
ubuntu
protobuf
ubuntu18.04安装protobuf
安装步骤sudoapt-getinstallautoconfautomakelibtoolcurlmakeg++unzipgitclonehttps://github.com/protocol
buffers
木可木可❀
·
2023-11-25 17:10
Linux
gnu
服务器
ubuntu
在Ubuntu上使用protobuf(C++)
例如:wgethttps://github.com/protocol
buffers
/protobuf/releases/download/v21.7/protobuf-cpp-3.21.7.zipunzipprotobuf-cpp
不知所措的渣渣辉
·
2023-11-25 17:08
C++项目
ubuntu
c++
linux
ubuntu20.04安装protobuf
1、安装automake工具sudoapt-getinstallautoconfautomakelibtool2、下载protobufwgethttps://github.com/protocol
buffers
code_pgf
·
2023-11-25 17:36
開發環境配置
ubuntu
linux
运维
yuv422转rgb565
大概流程出队后,根据以获得的index读出对映的YUV数据即
buffers
[index]中的数据//Yuv422所占内存为w*h*2Byte//每两个像素点共享一个色度(U,V),因此每次循环处理两个像素
尽虹
·
2023-11-25 15:39
轮子
图像处理
c语言
rgb
yuv
通信协议-FlatBuffer-C#对象序列化与反序列化
usingSystem.Collections;usingSystem.Collections.Generic;usingUnityEngine;usingMyGame.Sample;usingFlat
Buffers
Data菌
·
2023-11-25 05:47
Unity
C#
通信协议
FlatBuffer
C#版序列化与反序列化
protocol
buffers
指南------package
包定义可以在.proto文件中增加一个可选的包标识来防止protocol消息类型之间的名字冲突。packagefoo.bar;messageOpen{...}在定义消息类型的字段时可以这样使用包标识messageFoo{...foo.bar.Openopen=1;...}使用不同的语言,包标识的生成的代码有所差异:在c++中,生成的类包装在c++namespace中,如上示例,Open将在name
Sirius_lwq
·
2023-11-25 05:55
如何编译C#版本的Protocol
Buffers
与gRPC服务端,客户端代码
定义Protocol
Buffers
message.protosyntax="proto3";packageGreet;//Therequestmessagecontainingtheuser'sname.messageHelloRequest
CeleryLiu
·
2023-11-25 00:55
Protobuf 安装指南
Protobuf安装指南Protobuf(Protocol
Buffers
)是一种用于序列化结构化数据的语言无关、平台无关的工具。它被广泛应用于网络通信、数据存储、配置文件等领域。
代码编织创造
·
2023-11-24 21:20
服务器
linux
运维
C/C++
MacM1(ARM)安装Protocol
Buffers
MacM1(ARM)安装Protocol
Buffers
本文目录MacM1(ARM)安装Protocol
Buffers
3.21之前版本安装使用configure3.22之后版本安装使用cmake使用编译后的版本
anjushi_
·
2023-11-24 15:16
go
#
protocbuf
macos
arm开发
protocbuf
2020-06-17
一.protocol
buffers
是什么?Protocol
buffers
是一种语言中立,平台无关,可扩展的序列化数据的格式,可用于通信协议,数据存储等。
C_GO流媒体后台开发
·
2023-11-24 15:22
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他