码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
Install jdk on Ubuntu16
wikiHow to Install Oracle Java JDK on Ubuntu Linux This tutorial will cover the installation of 32-bit and 64-bit Oracle Java 8 (currently version num ...
分类:系统相关   时间:2017-07-07 14:29:12    阅读次数:325
vue-cli笔记
总是忘,留个笔记。 vue-cli A simple CLI for scaffolding Vue.js projects. Installation Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git. Us ...
分类:其他好文   时间:2017-07-07 13:21:06    阅读次数:114
mysql主从复制
一、安装mysql 1、 sudo apt-get install mysql-server -y 2、 安全设置:mysql_secure_installation,然后按两个N,三个Y。 二、设置两台主机的my.cnf 1、 设置两台主机的my.cnf a、 主服务器:vim /etc/my.c ...
分类:数据库   时间:2017-07-07 00:49:28    阅读次数:171
【Postgresql】set up
https://www.howtoforge.com/tutorial/ubuntu-postgresql-installation/ sudo apt-get install postgresql sudo apt-get install phppgadmin ...
分类:数据库   时间:2017-07-05 21:08:30    阅读次数:192
tomcat启动项目报错:The specified JRE installation does not exist
在Build Path里设置好jre和各Library的顺序,代码无报错,启动时弹框,里面的信息是:The specified JRE installation does not exist。 后来想起来在这里没设置好: ...
分类:其他好文   时间:2017-07-05 20:07:57    阅读次数:150
Ubuntu安装Docker(官方文档翻译)
翻译自Docker官方文档 https://docs.docker.com/engine/installation/linux/ubuntulinux/ 之前因为看不懂官方文档,卡在某个步骤无法完成安装。翻译一下安装部分,给自己也希望能给一些同学做参考。 我的英语水平很菜,不足之处请各位斧正。 国内 ...
分类:系统相关   时间:2017-07-05 09:52:06    阅读次数:325
Tomcat的overview界面浅析
Server Locations配置有三个选项(加载位置): 1. Use workspace metadata (does not modify Tomcat installation); 2. Use Tomcat installation (take control of Tomcat Ins ...
分类:其他好文   时间:2017-07-04 23:13:43    阅读次数:455
opensuse13.2上搭建caffe开发环境
第一部分:参考一下内容。将sudo 替换成zypper即可。 这部分参照以下官网内容 RHEL / Fedora / CentOS Installation General dependencies sudo yum install protobuf-devel leveldb-devel snap ...
分类:其他好文   时间:2017-07-04 12:08:44    阅读次数:257
sublime3 离线安装插件
直接去:https://packagecontrol.io/installation搜索插件,插件一般会有个git网址(格式化html的插件可以用这个:https://github.com/victorporof/Sublime-HTMLPrettify),下载后放到"Preferences->浏览 ...
分类:其他好文   时间:2017-07-03 16:19:38    阅读次数:112
POJ 1328 Radar Installation 贪心题解
本题是贪心法题解。只是须要自己观察出规律。这就不easy了,非常easy出错。 一般网上做法是找区间的方法。 这里给出一个独特的方法: 1 依照x轴大小排序 2 从最左边的点循环。首先找到最小x轴的圆 3 以这个圆推断能够包含右边的多少个圆,直到不能够包含下一个点,那么继续第2步,画一个新圆。 看代 ...
分类:其他好文   时间:2017-07-03 12:28:57    阅读次数:155
1730条   上一页 1 ... 66 67 68 69 70 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!