06 2019 档案

摘要:改用SMB2: 阅读全文
posted @ 2019-06-29 14:48 夜歌乘年少 阅读(4859) 评论(0) 推荐(0) 编辑
摘要:parameter: 把每个fsd隔离在自己的目录里 vdbench就不会冲突了。 阅读全文
posted @ 2019-06-27 14:49 夜歌乘年少 阅读(808) 评论(1) 推荐(0) 编辑
摘要:https://www.v2ex.com/t/576805 阅读全文
posted @ 2019-06-25 10:34 夜歌乘年少 阅读(191) 评论(0) 推荐(0) 编辑
摘要:debian系: /etc/network/interfaces rpm系: /etc/sysconfig/network-scripts/ifcfg-ensxxx(网卡名) 若无效: sudo ip route add 8.41.0.0/16 via 8.46.192.1 windows: 阅读全文
posted @ 2019-06-24 15:32 夜歌乘年少 阅读(215) 评论(0) 推荐(0) 编辑
摘要:test: 8K 100%随机 50%读 64并发 IOPS 55V5 1W2左右 Dorado6000 2W左右 阅读全文
posted @ 2019-06-24 15:28 夜歌乘年少 阅读(1432) 评论(0) 推荐(0) 编辑
摘要:$行首 ^行尾 阅读全文
posted @ 2019-06-24 15:19 夜歌乘年少 阅读(2216) 评论(0) 推荐(0) 编辑
摘要:会打印所有发现的ip地址: 阅读全文
posted @ 2019-06-24 15:17 夜歌乘年少 阅读(1434) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-06-18 18:02 夜歌乘年少 阅读(4) 评论(1) 推荐(0) 编辑
摘要:1.首先检查powershell版本: 应该为5.1 低版本升级补丁:https://docs.microsoft.com/en-us/powershell/scripting/install/installing-windows-powershell?view=powershell-6 WIN7S 阅读全文
posted @ 2019-06-15 11:00 夜歌乘年少 阅读(498) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-06-10 14:32 夜歌乘年少 阅读(2) 评论(1) 推荐(0) 编辑
摘要:https://docs.python.org/zh-cn/3/tutorial/datastructures.html 列表推导式提供了一个更简单的创建列表的方法。常见的用法是把某种操作应用于序列或可迭代对象的每个元素上,然后使用其结果来创建列表,或者通过满足某些特定条件元素来创建子序列。 例如, 阅读全文
posted @ 2019-06-06 17:34 夜歌乘年少 阅读(350) 评论(0) 推荐(0) 编辑
摘要:https://www.ietf.org/rfc/rfc1928.txt 阅读全文
posted @ 2019-06-06 11:48 夜歌乘年少 阅读(191) 评论(0) 推荐(0) 编辑
摘要:https://docs.python.org/zh-cn/3/tutorial/controlflow.html 4.7.5. Lambda 表达式¶ 可以用 lambda 关键字来创建一个小的匿名函数。这个函数返回两个参数的和: lambda a, b: a+b 。Lambda函数可以在需要函数 阅读全文
posted @ 2019-06-05 17:29 夜歌乘年少 阅读(389) 评论(0) 推荐(0) 编辑
摘要:https://docs.python.org/zh-cn/3/tutorial/datastructures.html#tut-loopidioms 当在字典中循环时,用 items() 方法可将关键字和对应的值同时取出 >>> >>> knights = {'gallahad': 'the pu 阅读全文
posted @ 2019-06-05 11:46 夜歌乘年少 阅读(261) 评论(0) 推荐(0) 编辑
摘要:https://www.transifex.com/python-doc/python-newest/ 阅读全文
posted @ 2019-06-04 19:49 夜歌乘年少 阅读(162) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示