logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

openapi:swagger-ui/swagger-editor 部署

openapi:搭建部署 swagger-ui/swagger-editor1.下载 swagger-ui/swagger-editor 源码git clone https://github.com/swagger-api/swagger-uigit clone https://github.com/swagger-api/swagger-editor注:可以从github上下载过往版本...

UDP Socket接收缓冲区与netstat Recv-Q

UDP Socket接收缓冲区与netstat Recv-Q我们通常使用netstat查看网络的诸多状态,其中包含Send-Q与Recv-Q。我们知道:每一个Socket对象在系统中都被映射为一个Socket文件;每一个Socket对象在系统中都关联有两个内核缓冲区:一个接收缓冲区(读缓冲区),一个发送缓冲区(写缓冲区);Send-Q:指代的是内核中Socket对应的发送缓冲区...

#udp
go build: mod: x509: certificate has expired or is not yet valid

go build: mod: x509: certificate has expired or is not yet valid今天在编译go程序是出现报错:go: github.com/buger/jsonparser@v0.0.0-20181115193947-bf1c66bbce23: Get https://goproxy.io/github.com/buger/jsonparser/@v

#linux
golang: encoding/json包关于&<>字符的转义

golang encoding/json 转义 &<> \u0026 \u003c \u003e

#golang
Linux:taskset 查询或设置进程(线程)绑定CPU(亲和性)

Linux:taskset 查询或设置进程(线程)绑定CPU(亲和性)通过 taskset 命令可将某个进程与某个CPU核心绑定,使得其仅在与之绑定的CPU核心上运行。线程是最小的内核执行调度单元,因此,准确地说是将某个线程与某个CPU核心绑定,而非某个进程。taskset 是依据 线程PID(TID)查询或设置线程的CPU亲和性(与哪个CPU核心绑定)。查询 PID(TID)= 114...

VMware Workstation安装:与 Device/Credential Guard 不兼容

与 Device/Credential Guard 不兼容hpyer-v禁用

#运维
gitbook:node_modules\npm\node_modules\graceful-fs\polyfills.js:287

C:\Users\EB\AppData\Roaming\npm\node_modules\gitbook-cli\node_modules\npm\node_modules\graceful-fs\polyfills.js:287if (cb) cb.apply(this, arguments)TypeError: Cannot read property 'pipesCount' of unde

#npm
gitbook:gitbook-cli\node_modules\npm\node_modules\graceful-fs\polyfills.js

gitbook node nodejs npmgitbook-cli\node_modules\npm\node_modules\graceful-fs\polyfills.jsTypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArr

#npm
cgo:cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

cgo mingw mingw-w64 cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

openssl: error: storage size of ‘ctx’ isn’t known

openssl 兼容openssl error: storage size of ‘ctx’ isn’t known

#linux#c++
    共 43 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择