码迷,mamicode.com
首页 >  
搜索关键字:setup    ( 5068个结果
函数的不定参数你会用吗?
如果一个方法中需要传递多个参数且某些参数又是非必传,应该如何处理? 案例 // NewFriend 寻找志同道合朋友 func NewFriend(sex int, age int, hobby string) (string, error) { // 逻辑处理 ... return "", nil ...
分类:其他好文   时间:2021-07-05 18:06:54    阅读次数:0
k8s 1.20.6 将docker切换为containerd
一、环境介绍 官方文档:https://kubernetes.io/zh/docs/setup/production-environment/container-runtimes/#containerd [root@master ~]# kubectl get node -o wide NAME S ...
分类:其他好文   时间:2021-07-01 17:27:57    阅读次数:0
pytest测试夹具(fixture)简介
Fixture是pytest精髓所在,就像unittest中的setup和teardown一样,但相对之下它的功能更加强大和灵活。 ...
分类:其他好文   时间:2021-06-29 15:30:17    阅读次数:0
Python turtle安装和使用教程
1 安装turtle Python2安装命令: pip install turtule Python3安装命令: pip3 install turtle 因为turtle库主要是在Python2中使用的,所以安装的时候可能会提示错误: Command "python setup.py egg_inf ...
分类:编程语言   时间:2021-06-28 19:11:31    阅读次数:0
vue3+ts setup 基本使用
最近跟着技术胖学习了vue3 和 typescript 记录一下自己的学习过程 现在写一个简单的菜单选择功能 1 <template> 2 <div class="hello"> 3 <div> 4 <h2>欢迎光临呱呱的小店</h2> 5 <div>请选择你喜欢的服务员</div> 6 </div ...
分类:其他好文   时间:2021-06-28 18:26:24    阅读次数:0
NVM for Windows下载与安装
NVM for Windows下载与安装 下载NVM for Windows https://github.com/coreybutler/nvm-windows/releases nvm-noinstall.zip: 这个是绿色免安装版本,但是使用之前需要配置 nvm-setup.zip:这是一个 ...
分类:Windows程序   时间:2021-06-28 18:00:13    阅读次数:0
红队绕过日志检查
命令:wevtutil cl 日志类型 wevtutil cl security wevtutil cl Setup wevtutil cl System wevtutil cl Aplication wevtutil cl Forwarded Events 使用Phantom 工具 该脚本遍历事件 ...
分类:其他好文   时间:2021-06-28 17:55:05    阅读次数:0
linux限制文件夹大小
1、创建磁盘镜像文件 dd if= /dev/zero of=/xxx/xxx.img bs=xxxM count=xxx 2、挂载到dev losetup /dev/loopx(自定义一个loop 如 loop1、loop2) /xxx/xxx.img (刚才那个文件) 3、格式化一下挂载的loo ...
分类:系统相关   时间:2021-06-24 18:15:53    阅读次数:0
jenkins部署vue项目
jenkins部署vue项目 安装nodejs 配置nodejs的源,去官网查看需要安装的版本和介绍 V8.x: # curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - yum安装node.js yum ins ...
分类:其他好文   时间:2021-06-23 17:07:38    阅读次数:0
MoveIt!运动学插件IKFAST(六)
一、MoveIt!运动学插件IKFAST 引言:MoveIt!中的运动学求解器 1.KDL Kinematics and Dynamics Library (KDL)是MoveIt!中的默认运动学插件,在使用MoveIt! Setup Assistant进行模型配置时,可以进行配置。KDL的优点是可 ...
分类:其他好文   时间:2021-06-22 18:04:32    阅读次数:0
5068条   1 2 3 4 ... 507 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!