码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
mongodb的安装
最近一言难尽,被个外包公司坑了,唉,不多说了,还是写博客吧。1.mongdb安装文档:https://docs.mongodb.com/manual/tutorial/install-mongodb-enterprise-on-red-hat/2.我的机器是centos7,为了方便所以采用yum的方式安装。[root@worker1~]#cat/etc/yum.repos.d/mangodb.re
分类:数据库   时间:2019-11-26 09:26:13    阅读次数:88
rally使用tempest进行测试
安装 通过Rally进行Tempest测试,执行如下命令创建tempest实例,Rally会自动同步tempest代码至本地: 配置 1,查看verifiers的uuid 2,找到配置文件 根据第一步的uuid找到对应的verifier,然后进入文件夹 然后进入for deployment开头的文件 ...
分类:其他好文   时间:2019-11-24 23:59:27    阅读次数:163
java并发学习资料
1、Java 并发编程知识梳理以及常见处理模式 https://github.com/Fadezed/concurrency 2、Java 高并发多线程编程系列 https://github.com/Wasabi1234/Java-Concurrency-Progamming-Tutorial 3、 ...
分类:编程语言   时间:2019-11-23 00:01:28    阅读次数:83
python——logging模块基础篇
本文是以python官方文档howto logging 翻译附带部分自己改的代码 1.Basic Logging Tutorial Logging 就是在软件运行时,追踪事件的发生。软件开发人员通过调用logging来确认特定事件的发生。开发者用一个消息来描述某个时间,具体描述可以包含变量数据(因为 ...
分类:编程语言   时间:2019-11-22 13:43:47    阅读次数:56
virtualenv 在windows下的简单应用
https://docs.python.org/zh-cn/3/tutorial/venv.html cmd下的操作: pip install virtualenv pip install virtualenvwrapper //virtualenvwrapper是virtualenv的拓展包 创建 ...
分类:Windows程序   时间:2019-11-21 11:46:35    阅读次数:86
How To Install P4 Tutorials
截止2019.11.21可用 安装一些依赖 clone相关脚本 安装P4(这一步可能用时较久) 下载tutorials 重启 ...
分类:其他好文   时间:2019-11-21 11:44:17    阅读次数:64
about study
学习资源网址 https://www.runoob.com/html/html-tutorial.html 待学习 1. 阿里云构建云服务器 2. Spring+SpringMVC+Mybatis框架整合 3. Spring+SpringMVC+Hibernate框架整合 4. Struts2+Sp ...
分类:其他好文   时间:2019-11-19 12:05:40    阅读次数:57
nginx配置反向代理转发
环境:Windows10、PHPstudy2018(nginx+mysql5.6+php7.2) 这里直接贴上nginx.conf配置文件信息。其实主要就是server的修改。把对应的路径改了就行(server也可以单独包含在vhosts.conf文件中) worker_processes 1; e ...
分类:其他好文   时间:2019-11-19 10:33:43    阅读次数:67
Markdown
使用示例 https://www.runoob.com/markdown/md tutorial.html 在线编辑器 https://c.runoob.com/front end/712 ...
分类:其他好文   时间:2019-11-18 09:44:19    阅读次数:76
React——教程 && 零基础入门
Tutorial: Intro to React This tutorial doesn’t assume any existing React knowledge. Tip This tutorial is designed for people who prefer to learn by do ...
分类:其他好文   时间:2019-11-15 12:30:28    阅读次数:104
3034条   上一页 1 ... 29 30 31 32 33 ... 304 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!