上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 53 下一页
摘要: 原文链接:https://www.cnblogs.com/believepd/p/10850679.html Package strings:https://golang.google.cn/pkg/strings/ package main import ( "fmt" "strconv" "st 阅读全文
posted @ 2020-07-30 09:30 salami_china 阅读(179) 评论(0) 推荐(0) 编辑
摘要: ifconfig eth0 hw ether fa:16:3d:c3:55:17 或 ip link set dev eth0 address fa:16:3d:c3:55:10 阅读全文
posted @ 2020-07-29 19:26 salami_china 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/mark4541437/article/details/103755721 sqlalchemy怎么order_by降序/升序并取第一条数据 from sqlalchemy import desc #order_by降序并取第一条数据query. 阅读全文
posted @ 2020-07-28 11:46 salami_china 阅读(2085) 评论(0) 推荐(0) 编辑
摘要: #! /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 阅读全文
posted @ 2020-07-24 15:14 salami_china 阅读(179) 评论(0) 推荐(0) 编辑
摘要: Project ACRN documentation https://projectacrn.github.io/latest/index.html Virtio devices high-level design https://projectacrn.github.io/latest/devel 阅读全文
posted @ 2020-07-23 14:35 salami_china 阅读(124) 评论(0) 推荐(0) 编辑
摘要: https://spdk.io/doc/index.html 阅读全文
posted @ 2020-07-23 14:04 salami_china 阅读(74) 评论(0) 推荐(0) 编辑
摘要: DPDK Test Plans 阅读全文
posted @ 2020-07-23 09:22 salami_china 阅读(125) 评论(0) 推荐(0) 编辑
摘要: HasPrefix 判断字符串 s 是否以 prefix 开头:strings.HasPrefix(s, prefix string) bool HasSuffix 判断字符串 s 是否以 suffix 结尾:strings.HasSuffix(s, suffix string) bool 字符串包 阅读全文
posted @ 2020-07-20 14:46 salami_china 阅读(1984) 评论(0) 推荐(0) 编辑
摘要: 参考资料:https://github.com/koding/multiconfig 测试代码: package main import ( "fmt" "github.com/koding/multiconfig" ) type Server struct { Demo DemoConfig } 阅读全文
posted @ 2020-07-20 11:48 salami_china 阅读(720) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://mac.softpedia.com/ 阅读全文
posted @ 2020-07-17 22:46 salami_china 阅读(470) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 53 下一页