码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
virtualenv(for python)
完整: http://docs.jinkan.org/docs/flask/installation.html#installation virtualenv 你很可能想在开发中用上 virtualenv,如果你有生产环境的 shell 权限,你同样会乐于在生产环境中使用它。 virtualenv ...
分类:编程语言   时间:2019-02-11 21:39:52    阅读次数:190
OpenLayers Node环境安装运行打包
NodeJS 环境安装包下载:https://nodejs.org/zh-cn/download/ 安装vue-cli3.0.1: https://cli.vuejs.org/guide/installation.html Vue + Openlayers学习:https://www.jianshu ...
分类:其他好文   时间:2019-02-10 17:33:05    阅读次数:762
Gitlab的安装与配置
gitlab的安装 参考治疗:https://www.gitlab.com.cn/installation/#centos-7 http://www.21yunwei.com/archives/4351 1.安装并配置必要的依赖关系 如果你想使用 Postfix 发送邮件,请在安装过程中根据提示选择 ...
分类:其他好文   时间:2019-02-05 22:04:15    阅读次数:152
使用java命令出现Error: A JNI error has occurred, please check your installation and try again的错误
运行Java程序,javac运行.java文件没有报错,但java运行的时候报错 ??? 仔细看一下报错 Exception in thread "main" java.lang.UnsupportedClassVersionError: helloworld has been compiled b ...
分类:编程语言   时间:2019-02-03 14:23:37    阅读次数:463
LinuxMint19.1安装搜狗拼音输入法
1.记录在LinuxMint19.1 xfce上安装搜狗拼音输入法 2.使用dpkg安装deb软件包时遇到的问题 <! more Installation 1.到搜狗拼音输入法官网下载Linux版。 2.使用dpkg命令安装deb软件包 sudo dpkg i <package file> ...
分类:系统相关   时间:2019-02-02 23:39:58    阅读次数:906
vue(4)hello world
在前一章基础上开发。 1、下载vue.js。(https://cn.vuejs.org/v2/guide/installation.html) 在hello-vue根目录下创建js文件夹,并将该vue.js放入。 2、新建index2.html 完整结构 最后,运行任务 ...
分类:其他好文   时间:2019-02-01 15:52:59    阅读次数:188
[python]安装wxpython的时候报错 “no installation of python 2.7 found in registy”
win7上,已经安装python27,但是在安装wxpython的时候,却显示没有安装python27.然后,我通过直接修改注册表的方法,把这个问题解决掉了。1、win+r,输入regedit;2、创建自己的注册表 ...
分类:编程语言   时间:2019-02-01 14:51:41    阅读次数:889
Redis集群
Redis cluster tutorial Redis集群提供一种方式自动将数据分布在多个Redis节点上。 Redis Cluster provides a way to run a Redis installation where data is automatically sharded a ...
分类:其他好文   时间:2019-02-01 11:21:44    阅读次数:186
PyTorch in Action: A Step by Step Tutorial
PyTorch in Action: A Step by Step Tutorial PyTorch in Action: A Step by Step Tutorial Installation Guide Step 1, donwload the Miniconda and installing ...
分类:其他好文   时间:2019-01-25 22:42:38    阅读次数:220
学习node.js的C++扩展
本想买本书,可是太贵,了一下作者可惜没有回应,不然也会去支持一下。于是自己baidu罗。先是从这个入手 安装好环境 https://github.com/nodejs/node-gyp#installation 主要是这一段,我用win10开发 弄完环境后,准备几个文件,参考了这个例子 https: ...
分类:编程语言   时间:2019-01-25 17:44:39    阅读次数:200
1730条   上一页 1 ... 22 23 24 25 26 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!