码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
Sqlit--学习教程(命令)
本次仅仅测试在Windows上的运行情况,若要查看其他版本的安装:http://www.runoob.com/sqlite/sqlite-installation.html SQLite 命令 本章将向您讲解 SQLite 编程人员所使用的简单却有用的命令。这些命令被称为 SQLite 的点命令,这 ...
分类:数据库   时间:2018-05-23 11:53:42    阅读次数:217
关于vue-cli的安装
(一):*安装 vue-cli 参考: https://cn.vuejs.org/v2/guide/installation.html https://github.com/vuejs/vue-cli 全局安装: npm install vue-cli -g 或者 npm install -g @v ...
分类:其他好文   时间:2018-05-21 22:52:19    阅读次数:202
linux 安装 ImageMagick 和 imagick 扩展
使用命令安装 依次运行以下命令 安装php-pear是为了使用pecl 中的 phpize 2. 安装C编译器 如果装不了gcc就用这个命令: 3. 安装imagick 安装过程中提示:Please provide the prefix of Imagemagick installation [au ...
分类:系统相关   时间:2018-05-21 14:52:17    阅读次数:534
rancher2 HA部署注意事项
参考: https://rancher.com/docs/rancher/v2.x/en/installation/ha-server-install/ https://www.cnblogs.com/rancher-maomao/p/8445111.html 部署要点: 域名解析准备: 域名解析至 ...
分类:其他好文   时间:2018-05-18 19:27:32    阅读次数:1079
[ Python ] Flask
Flask Installation beans.py webapp.py ...
分类:编程语言   时间:2018-05-18 15:46:50    阅读次数:176
[ Python ] OpenGL
pyOpenGL Installation demo1 demo2 ...
分类:编程语言   时间:2018-05-18 15:34:17    阅读次数:167
sublime笔记
插件安装和使用 首先,要安装package control,按照官方方法安装: https://packagecontrol.io/installation 重启Sublime Text 3。 如果在Perferences->package settings中看到package control这一项 ...
分类:其他好文   时间:2018-05-17 15:20:47    阅读次数:208
.zsh配置
# Path to your oh-my-zsh installation.export ZSH=/home/zcy/.oh-my-zsh# Set name of the theme to load.# Look in ~/.oh-my-zsh/themes/# Optionally, if yo ...
分类:其他好文   时间:2018-05-16 18:43:38    阅读次数:177
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
使用 Gogs 搭建自己的 Git 服务器
1. 下载二进制安装包并解压到相关目录 Github:https://github.com/gogits/gogs/releases 官网:https://gogs.io/docs/installation/install_from_binary.html 2. 安装 执行命令 ./gogs web ...
分类:其他好文   时间:2018-05-16 15:10:44    阅读次数:324
1730条   上一页 1 ... 42 43 44 45 46 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!