Template Method Design Pattern Rules of thumb Strategy is like Template Method except in its granularity粒度. Template Method uses inheritance to vary p ...
分类:
其他好文 时间:
2020-06-16 14:53:55
阅读次数:
57
源码版本 /** layui-v2.5.5 MIT License By https://www.layui.com */ 演示效果 使用方式 layui.define(['util', 'laydate'], function (exports) { var $ = layui.$, form = ...
分类:
其他好文 时间:
2020-06-16 12:58:57
阅读次数:
234
走心万字长文!Step by Step,教你如何在Rancher单节点安装或高可用安装的情况下进行Rancher server迁移。超详细步骤,大量代码,保姆级教程,学到就是赚到!
分类:
其他好文 时间:
2020-06-16 00:35:58
阅读次数:
61
1.allure用例描述 包含:epic,feature, story, title, testcase, issue, description, step, serverity, link, attachment 2.实例应用 import pytest import allure @pytest ...
分类:
其他好文 时间:
2020-06-15 17:31:45
阅读次数:
165
range ''' range() 功能:能生成一个指定的数字序列 参数: start: 开始值,默认为0 stop : 结束值 取不到 [,step]:可选,步进值 默认为1 返回值:可迭代的对象,是一个数字序列 ''' # res = range(10) # # # 1 # print(list ...
分类:
其他好文 时间:
2020-06-14 22:07:23
阅读次数:
99
1、time模块 语法:time.sleep(step) 含义:等待step秒后再继续往下执行代码 2、random模块 语法:random.randint(num1, num2) 含义:从num1和num2之间随机选择一个整数,num1和num2都必须是一个整数并且num1和num2的值都可以被取 ...
分类:
编程语言 时间:
2020-06-14 18:53:46
阅读次数:
64
这里记录的是我上课做的一个实验,步骤和部分内容可供参考 首先肯定是打开虚拟机,这里我用的是我们老师祖传的一个Redhat(真的太太太老了,不知道老师还能把这份珍贵的资料传承多久) Step 1 :编译busybox 我使用的目录是/root/cvtech,根据自己喜好来,可以看到我已经把busybo ...
分类:
其他好文 时间:
2020-06-14 18:29:02
阅读次数:
79
This blog is meant to give a very high level and generalized introduction into the workflow behind creating games. It is not meant to be a strict guid ...
分类:
其他好文 时间:
2020-06-13 21:29:05
阅读次数:
79
https://fly.layui.com/extend/step-lay/# ...
分类:
其他好文 时间:
2020-06-12 14:46:39
阅读次数:
504
pwn常常会用到gdb,看到一篇不错的文章,记录了很多命令:https://www.jianshu.com/p/c3e5f5972b21 gdb 基础调试命令 s step,si步入 n 执行下一条指令 ni步入 b 在某处下断点,可以用 b * adrress b function_name in ...
分类:
数据库 时间:
2020-06-12 14:43:12
阅读次数:
95