码迷,mamicode.com
首页 >  
搜索关键字:aliyun    ( 2711个结果
web版的tty
1、wetty Wetty是使用Node.js和websockets开发的一个开源`Web-based SSH` 2、环境配置 2.1、配置epel源 1 [epel] 2 name=epel 3 baseurl=https://mirrors.aliyun.com/epel/7Server/x86 ...
分类:Web程序   时间:2017-08-13 18:41:29    阅读次数:305
Maven修改镜像和本地仓库
修改为阿里云的镜像 <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <!--<mirrorOf>central</ ...
分类:其他好文   时间:2017-08-13 14:17:28    阅读次数:221
Linux学习必备
17,继往开来 开源代码 https://github.com/ #目前最受欢迎的 https://gitee.com/ #给予gitlab二次开发,来自开源中国 http://www.virscan.org/ ###世界杀毒网 http://www.freebuf.com/ ###极客安全 #rp ...
分类:系统相关   时间:2017-08-11 23:55:03    阅读次数:307
Centos/linux下的JDK安装
1.连接到centos的远程主机上 #你的用户名 2.输入密码登录 3.最好将镜像改为阿里云的镜像 http://mirrors.aliyun.com/help/centos 3.查询centos是否安装了默认的JDK如果有将其卸载 如果有的话 卸载yum remove XXX(这个为你查询到的结果 ...
分类:系统相关   时间:2017-08-11 23:50:43    阅读次数:306
【天池竞赛系列】资金流入流出预測思路
赛题地址:http://tianchi.aliyun.com/competition/information.htm?spm=5176.100067.5678.2.VZW16k&raceId=3 登录就可以下载数据 题目一句话:依据13年7月到14年8月的申购赎回数据预測14年9月每一天的申购赎回数 ...
分类:其他好文   时间:2017-08-11 12:20:54    阅读次数:145
开发电子商城1
1 从阿里云的镜像 下载centos 6.8 64位 https://mirrors.aliyun.com/centos/6.8/isos/x86_64/CentOS-6.8-x86_64-bin-DVD1.iso 2:用vm安装 选定basic service版本 3:将Centos的yum源更换 ...
分类:其他好文   时间:2017-08-11 12:13:52    阅读次数:149
网卡多队列
网卡多队列 内容来自:https://help.aliyun.com/document_detail/52559.html 网卡多队列 内容来自:https://help.aliyun.com/document_detail/52559.html 单个 CPU 处理网络中断存在瓶颈,您可以将 ECS ...
分类:其他好文   时间:2017-08-10 13:26:43    阅读次数:388
Kolla安装单节点Ocata
安装源配置#cat/etc/yum.repos.d/centos.repo[base]name=CentOS-$releaseverenabled=1baseurl=http://mirrors.aliyun.com/centos/7.3.1611/os/x86_64/gpgcheck=0[updates]name=CentOS-$releaseverenabled=1baseurl=http://mirrors.aliyun.com/centos/7.3.1611/updates/x86_64/g..
分类:其他好文   时间:2017-08-09 23:54:28    阅读次数:402
centOS6.8搭建 zabbix服务器
1.安装基础软件yuminstall-yvimwgetlrzsz2.关闭selinuxsetenforce03.更换yum源(可以不更新)mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.bakwgethttp://mirrors.aliyun.com/repo/epel.repo-O/etc/yum.repos.d/epel.repowgethttp://mirrors.aliyun...
分类:其他好文   时间:2017-08-08 16:47:16    阅读次数:228
mysql 索引长度解释及不使用索引的一种特殊情况
如果两个表关联的字段,在表结构中设置的字符集不一样,即使设置了索引,也无法使用。 详情可参考: https://yq.aliyun.com/articles/69138?spm=5176.100239.bloglist.185.xQpesw 关于mysql explain时,key_len字段的计算 ...
分类:数据库   时间:2017-08-07 11:57:03    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!