码迷,mamicode.com
首页 >  
搜索关键字:bytes    ( 3829个结果
知识点
ascii(只有英文) A : 00000010 8位 一个字节 unicode A : 00000000 00000001 00000010 00000100 32位 四个字节 中:00000000 00000001 00000010 00000110 32位 四个字节 utf-8 A : 001 ...
分类:其他好文   时间:2021-06-03 17:37:11    阅读次数:0
nginx日志配置
1、nginx日志字段解析 包含的变量注释如下: $remote_addr, $http_x_forwarded_for 记录客户端IP地址 $remote_user 记录客户端用户名称 $request 记录请求的URL和HTTP协议 $status 记录请求状态 $body_bytes_sent ...
分类:其他好文   时间:2021-06-02 18:47:12    阅读次数:0
Java TCP实现简单的即时通讯
服务端 public static void main(String[] args) { ServerSocket serverSocket = null; Socket socket = null; InputStream inputStream = null; ByteArrayOutputSt ...
分类:编程语言   时间:2021-05-24 08:23:25    阅读次数:0
C#串口开发之SerialPort类封装
目录 SerialPort类 参数封装 控件操作封装 SerialPortClient类实现 SerialPortClient类使用 测试Demo 参考文章 SerialPort类# 微软在.NET中对串口通讯进行了封装,我们可以在.net2.0及以上版本开发时直接使用SerialPort类对串口进 ...
分类:Windows程序   时间:2021-05-24 06:29:56    阅读次数:0
go-micro client 客户端
go-micro 支持很多通信协议:http、tcp、grpc等,支持的编码方式也很多有json、protobuf、bytes、jsonrpc等。也可以根据自己的需要实现通信协议和编码方式。go-micro 默认的通信协议是http,默认的编码方式是protobuf。 主要代码定义如下: // Cl ...
分类:其他好文   时间:2021-05-24 04:28:27    阅读次数:0
Linux(九)nginx进阶操作及启动django项目
## nginx的日志```SHELL #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_u ...
分类:系统相关   时间:2021-05-24 04:12:29    阅读次数:0
git clone 下载时报错: fatal: Out of memory, malloc failed
使用云服务器git clone某个项目时,遇到如下问题: fatal: Out of memory, malloc failed (tried to allocate 2000000000 bytes) 百度后找到如下解决方法: sudo mkdir -p /opt/temp sudo dd if= ...
分类:其他好文   时间:2021-05-24 00:26:08    阅读次数:0
[AWS DA Guru] S3
S3 File Size Single S3 Object can range in size from 0 bytes to 5TB Largest object that can be uploaded in a single PUT request is 5GB For Objects lar ...
分类:其他好文   时间:2021-05-03 12:56:01    阅读次数:0
aria2服务器
http://104.28.1.30:8080/announce, http://104.28.16.69/announce, http://104.28.16.69:80/announce, http://1337.abcvg.info:80/announce, http://bt.3kb.xyz ...
分类:其他好文   时间:2021-04-27 14:09:32    阅读次数:0
PHP 实现大文件视频推流
/** * 视频推流 * 返回视频流 */ function bofang(){ set_time_limit(0); ini_set('max_execution_time', 0);//秒为单位,自己根据需要定义 ini_set("memory_limit",-1); $moviePath = ...
分类:Web程序   时间:2021-04-21 12:10:47    阅读次数:0
3829条   上一页 1 2 3 4 5 ... 383 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!