码迷,mamicode.com
首页 >  
搜索关键字:versions    ( 882个结果
python 设置环境变量和虚拟机环境以及pip 加速
1. 系统设置环境变量 ? ~ which python3 /Library/Frameworks/Python.framework/Versions/3.7/bin/python3 ? ~ echo $PATH /Users/abc/.nvm/versions/node/v8.13.0/bin:/ ...
分类:编程语言   时间:2020-06-29 15:45:09    阅读次数:89
Kubernetes常用命令
1、kubectl api-versions 查询容器的版本情况 2、kubectl explain pod 解释用法命令方式查询 kubectl explain pod.apiVersion:查看具体某一个模板 3、通过创建的yaml格式,创建容器 kubectl apply -f pod.yam ...
分类:Web程序   时间:2020-06-29 09:38:22    阅读次数:87
sql server DMV汇总
https://docs.microsoft.com/en-us/previous-versions/sql/sql-server-2005/ms189741(v=sql.90) ...
分类:数据库   时间:2020-06-28 18:19:41    阅读次数:56
Spring Boot -- 启动流程分析一
我们在开发Spring Boot程序的时候,我们只需要在启动类上加入@SpringBootApplication注解,然后运行SpringApplication.run(),这样Spring容器就运行起来了。 @SpringBootApplication(scanBasePackages={"com ...
分类:编程语言   时间:2020-06-26 20:23:39    阅读次数:50
iOS 上使用jsBridge的方法
聊聊iOS开发中的JSBridge https://www.jianshu.com/p/eff176e220e0 https://www.jianshu.com/p/0026be142442 iOS 上使用jsBridge的方法 <!DOCTYPE html> <html lang="en"> <h ...
分类:移动开发   时间:2020-06-19 12:28:07    阅读次数:147
关于pip3 install virtualenvwrapper 报错:ERROR: Could not find a version that satisfies the requirement pbr (from versions: none)
ubuntu18.04中安装python虚拟环境时报错: 网上找了很久没解决,后来一想不就是没找到这个pbr的版本嘛,也不知道这是什么东西,直接安装它就得了: 再去装虚拟环境就可以了。 ...
分类:移动开发   时间:2020-06-18 19:17:09    阅读次数:76
【Kali】Kali Linux搭建Metasploitable3靶机详细过程
概述 Metasploitable3是Metasploitable2的升级版本,它是一个虚拟靶机系统,里面含有大量未被修复的安全漏洞,它主要是用于metasploit-framework测试的漏洞目标。众所周知Metasploitable2由于年久失修,被更好的Metasploitable3给取代了 ...
分类:Web程序   时间:2020-06-16 13:01:08    阅读次数:84
hbase 创建多version的表 , 并预分区
1.请先创建好命名空间 .然后再创建表 . create 'gld:student',{NAME=>'cf1', VERSIONS=>5}, {SPLITS => ['1', '2', '3', '4', '5', '6', '7', '8', '9']} 我这里的namespace是提前创建好了的 ...
分类:其他好文   时间:2020-06-15 10:36:55    阅读次数:87
【题解】CF1165F2 Microtransactions (hard version)
CF1165F2 Microtransactions (hard version) 题目描述 The only difference between easy and hard versions is constraints. Ivan plays a computer game that cont ...
分类:其他好文   时间:2020-06-13 17:20:37    阅读次数:72
UVA12563 劲歌金曲
题目:劲歌金曲 网址:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=444&page=show_problem&problem=4008 There is one very popular son ...
分类:其他好文   时间:2020-06-10 23:11:05    阅读次数:149
882条   上一页 1 ... 3 4 5 6 7 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!