会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
junqiang_china
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
53
下一页
2020年7月30日
go:字符串操作
摘要: 原文链接: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
阅读(192)
评论(0)
推荐(0)
2020年7月29日
linux 修改 mac
摘要: 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
阅读(111)
评论(0)
推荐(0)
2020年7月28日
sqlalchemy怎么order_by降序/升序并取第一条数据
摘要: 原文链接: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
阅读(2120)
评论(0)
推荐(0)
2020年7月24日
nova 通过 python curl 创建虚拟机---keystone v3
摘要: #! /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
阅读(188)
评论(0)
推荐(0)
2020年7月23日
Project ACRN documentation
摘要: 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
阅读(132)
评论(0)
推荐(0)
Storage Performance Development Kit
摘要: https://spdk.io/doc/index.html
阅读全文
posted @ 2020-07-23 14:04 salami_china
阅读(81)
评论(0)
推荐(0)
DPDK Test Plans
摘要: DPDK Test Plans
阅读全文
posted @ 2020-07-23 09:22 salami_china
阅读(131)
评论(0)
推荐(0)
2020年7月20日
golang 判断前缀后缀、包含关系
摘要: 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
阅读(2016)
评论(0)
推荐(0)
golang multiconfig 示例
摘要: 参考资料: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
阅读(762)
评论(0)
推荐(0)
2020年7月17日
Microsoft Remote Desktop 10.3.12 下载
摘要: 下载地址:https://mac.softpedia.com/
阅读全文
posted @ 2020-07-17 22:46 salami_china
阅读(489)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
53
下一页
公告