摘要:
原文链接:https://www.cnblogs.com/believepd/p/10850679.html Package strings:https://golang.google.cn/pkg/strings/ package main import ( "fmt" "strconv" "st 阅读全文
摘要:
ifconfig eth0 hw ether fa:16:3d:c3:55:17 或 ip link set dev eth0 address fa:16:3d:c3:55:10 阅读全文
摘要:
原文链接:https://blog.csdn.net/mark4541437/article/details/103755721 sqlalchemy怎么order_by降序/升序并取第一条数据 from sqlalchemy import desc #order_by降序并取第一条数据query. 阅读全文
摘要:
#! /bin/python #coding=utf-8 import urllib2 import json import requests # token post_url = 'http://10.249.104.81:35357/v3/auth/tokens' postData = { "a 阅读全文
摘要:
Project ACRN documentation https://projectacrn.github.io/latest/index.html Virtio devices high-level design https://projectacrn.github.io/latest/devel 阅读全文
摘要:
https://spdk.io/doc/index.html 阅读全文
摘要:
DPDK Test Plans 阅读全文
摘要:
HasPrefix 判断字符串 s 是否以 prefix 开头:strings.HasPrefix(s, prefix string) bool HasSuffix 判断字符串 s 是否以 suffix 结尾:strings.HasSuffix(s, suffix string) bool 字符串包 阅读全文
摘要:
参考资料:https://github.com/koding/multiconfig 测试代码: package main import ( "fmt" "github.com/koding/multiconfig" ) type Server struct { Demo DemoConfig } 阅读全文
摘要:
下载地址:https://mac.softpedia.com/ 阅读全文