码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
Flutter-Getting Started
Flutter-Getting Started 原载于 http://szhshp.org/tech/2018/12/12/ohflutter.html Installation Flutter 下载安装, 将 flutter.bat 所在文件夹放到环境变量 PATH 之中 执行 flutter d ...
分类:其他好文   时间:2018-12-13 01:12:22    阅读次数:197
python 安装 reportlab 报错 “ImportError: No module named reportlab.lib”
reportlab是什么? 是一个处理PDF和画图的python开源库. 初次安装: 参考文档: 1. https://stackoverflow.com/questions/38711221/installation-reportlab-importerror-no-module-named-re ...
分类:编程语言   时间:2018-12-10 20:47:29    阅读次数:1713
Quick and Easy Installation of Oracle Database 12c on Oracle Linux in Oracle VM VirtualBox
发贴人 Sergio-Oracle 于2018-4-18 23:10:15在Oracle Linux Introduction How Does This Work? Requirements Before You Get Started Steps Clone the vagrant-boxes ...
分类:数据库   时间:2018-12-09 01:05:35    阅读次数:143
Run tomcat on port 80 not 8080
How to run Tomcat on Port 80 A standard Tomcat installation starts the webserver on port 8080 – which is usually not the desired behavior. In order to ...
分类:其他好文   时间:2018-12-08 13:19:15    阅读次数:80
Installation GreenPlum 5.14.0 on Oracle Linux 7.6
Greenplum主要由Master节点、Segment节点、interconnect三大部分组成。Greenplummaster是Greenplum数据库系统的入口,接受客户端连接及提交的SQL语句,将工作负载分发给其它数据库实例(segment实例),由它们存储和处理数据。Greenpluminterconnect负责不同PostgreSQL实例之间的通信。Greenplumsegment是独
分类:数据库   时间:2018-12-07 17:16:35    阅读次数:237
Nuxt 开发 - 项目初始化
Nuxt是基于Vue的一个应用框架,采用服务端渲染(SSR),可以让用户的Vue单页面应用(SPA)也可以有利于SEO。 项目初始化 参考:https://zh.nuxtjs.org/guide/installation 安装过程中的配置选项: ? Project name ? Project de ...
分类:其他好文   时间:2018-12-04 14:39:54    阅读次数:394
在Windows上按照Kivy
Installation Now that python is installed, open the Command line and make sure python is available by typing python --version. Then, do the following ...
分类:Windows程序   时间:2018-12-03 10:35:31    阅读次数:352
Apollo——安装
1.安装原版ubuntu 14.04http://www.ubuntu.org.cn/download/alternative-downloads 2.安装对应ubuntu 14.04的indigo版ROShttp://wiki.ros.org/indigo/Installation/Ubuntu ...
分类:其他好文   时间:2018-12-02 21:09:38    阅读次数:869
Gradle 梳理:安装、入门使用方法
Gradle 教程:第一部分,安装【翻译】 原文地址:http://rominirani.com/2014/07/28/gradle-tutorial-part-1-installation-setup/ 在这篇教程里,我们将主要讲解如何在我们自己的系统上安装、配置、原始版本的Gradle,并学习一 ...
分类:其他好文   时间:2018-12-01 22:10:24    阅读次数:195
Gitlab的安装
# GitLab Server 的搭建 参考 https://about.gitlab.com/installation ## 1. 准备工作 以Centos7为例,准备一台至少内存为4G的机器。 ## 2. 安装依赖软件 ``` sudo yum install -y git vim gcc gl ...
分类:其他好文   时间:2018-11-23 15:16:43    阅读次数:164
1730条   上一页 1 ... 26 27 28 29 30 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!