码迷,mamicode.com
首页 >  
搜索关键字:open vswitch    ( 24489个结果
Linux内建函数
GNU C提供了大量内建函数,其中大部分是标准C库函数的GNU C编译器内建版本,例如memcpy()等,它们与对应的C库函数功能相同。 不属于库函数的其它内建函数的命名通常以__builtin开始,如下所示: 内建函数__builtin_return_address(LEVEL)返回当前函数或其调 ...
分类:系统相关   时间:2021-03-04 12:54:42    阅读次数:0
ipv6
static int tcp_open_socket(unsigned short port, const char *bindaddr, const char *ifname){ int fd = -1, n, af, opt; struct sockaddr_in si; struct sock ...
分类:其他好文   时间:2021-03-03 12:28:42    阅读次数:0
pickle反序列化随记
#1.关于pickle和Cpickle 等同于PHP的serialize和unserialize,是一个序列化和反序列化的过程。 #2.pickle序列化和反序列化相关的函数 4个,dump,dumps,load,loads 其中dump和load一组,dumps和loads一组 dump&load ...
分类:其他好文   时间:2021-03-03 12:02:47    阅读次数:0
Vue 打开新页面
const hrefs = this.$router.resolve({ path: "/upVideo", query: { key: row.key, index: index } }); window.open(hrefs.href, "_blank"); ...
分类:其他好文   时间:2021-03-03 11:54:59    阅读次数:0
C# 之 Grpc
1. Grpc 是什么? Google RPC A high-performance, open source universal RPC framework 官方地址:https://www.grpc.io/ Grpc 开始是由google 开发的,是一款语言中立、平台中立、开源的远程调用(RPC ...
分类:Windows程序   时间:2021-03-01 13:35:46    阅读次数:0
用BMfont制作自定义美术中文字体时,导出的图是黑白的问题
step1:Options->Font settings设置 Charset设置为Unicode,其他保持默认。 step2:Option->Export options设置。 Bit depth一定要设置为32,否则只显示黑白字体。 其他按下图设置 step3:Edit->Open Image M ...
分类:其他好文   时间:2021-03-01 13:33:32    阅读次数:0
常用镜像
镜像汇总 maven国内镜像源 //阿里云镜像 <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/r ...
分类:其他好文   时间:2021-03-01 13:25:23    阅读次数:0
容器的基本操作
什么是docker docker中的容器: lxc --> libcontainer --> runC OCI&OCF OCI Open Container-initiative 由Linux基金会主导于2015年6月创立 旨在围绕容器格式和运行时制定一个开放的工业化标准 包含两种规格 运行时规范( ...
分类:其他好文   时间:2021-02-27 12:59:59    阅读次数:0
语义分割中的nonlocal[7]- Co-occurrent Features in Semantic Segmentation
https://openaccess.thecvf.com/content_CVPR_2019/papers/Zhang_Co-Occurrent_Features_in_Semantic_Segmentation_CVPR_2019_paper.pdf Co-occurrent Features ...
分类:其他好文   时间:2021-02-25 12:15:25    阅读次数:0
Best PDF Document Viewers for Linux Systems
This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for L ...
分类:系统相关   时间:2021-02-24 13:22:40    阅读次数:0
24489条   上一页 1 ... 23 24 25 26 27 ... 2449 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!