码迷,mamicode.com
首页 >  
搜索关键字:official    ( 272个结果
MySQL official tutorial
1.installation 2.setup environment variables add %/MySQL Server/bin to path. then restart cmd/powershell 3.invoking mysql programs command interpreter ...
分类:数据库   时间:2018-05-16 16:42:59    阅读次数:213
selenium简介
Q: What is selenium? A: Selenium automates browsers. Q: Official website A: https://www.seleniumhq.org/ 通过“Documentation”部分我们可以更多的了解selenium和如何使用selen ...
分类:其他好文   时间:2018-05-12 11:16:19    阅读次数:139
[vue]vue条件渲染v-if(template)和自定义指令directives
"条件渲染: v if/template" "自定义指令directives" an official order or instruction ...
分类:其他好文   时间:2018-05-11 20:13:29    阅读次数:258
学习笔记之WinSCP
WinSCP :: Official Site :: Free SFTP and FTP client for Windows https://winscp.net/eng/index.php WinSCP is a popular SFTP client and FTP client for Mi ...
分类:Windows程序   时间:2018-05-04 15:29:48    阅读次数:224
docker mysql 容器安装笔记
Basic Steps for MySQL Server Deployment with Docker docker search -f stars=3 -f is-official=true mysql--查找tag为mysql,stars大于3官方镜像 docker pull mysql:5.7 ...
分类:数据库   时间:2018-04-18 19:09:04    阅读次数:263
【docker】编译MongoDB镜像
1.新建一个Dockerfile文件Dockerfile12345678910111213141516# VERSION 0.0.1FROM ubuntu:latestMAINTAINER lanhong Turnbull "lanhong@changhongit.com"# Add 10gen official apt source to the sources listRU
分类:数据库   时间:2018-04-12 14:19:20    阅读次数:207
DevOps实践之Gitlab安装部署
All GitLab packages are posted to our package server and can be downloaded. We maintain five repos: GitLab EE: for official Enterprise Edition release ...
分类:其他好文   时间:2018-03-30 15:15:16    阅读次数:188
Qt在线/离线安装包下载网址和说明
截至到2018年3月27日,Qt最新版本的安装需要使用在线安装工具:qt-unified-windows-x86-3.0.2-online.exe,该安装个工具的下载地址为: http://download.qt.io/official_releases/online_installers/qt-u ...
分类:其他好文   时间:2018-03-27 17:22:04    阅读次数:333
OpenCV3.4.0+QT5.10.0配置
1、安装QT5.10.0 这个不用多说,相信大家都会。 在线安装:https://www.qt.io/download 或者下载离线安装包:http://download.qt.io/official_releases/qt/ 2、下载OpenCV https://github.com/opencv ...
分类:其他好文   时间:2018-02-11 10:50:26    阅读次数:352
logstash与kafka消息传输<一>
1、版本: logstash6.1.2、kafka-0.11、kafka-0.8.2、java1.8 Note: Logstash requires Java 8. Java 9 is not supported. Use the official Oracle distribution or an ...
分类:其他好文   时间:2018-01-29 19:13:26    阅读次数:1945
272条   上一页 1 ... 6 7 8 9 10 ... 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!