胖大海 胖大海
2年前
Linux centos7 安装zookeeper
一:下载zookeeper安装包从官网下载:https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper3.5.10/apachezookeeper3.5.10.tar.gz二:上传并配置zookeeper1.放在/usr/local目录下并解压。tarzxvfapachezookeeper3.5.1
Stella981 Stella981
3年前
Google Chrome 49.0.2623.112 XP系统最终版离线安装包官方下载地址
GoogleChrome49.0.2623.112XP系统最终版离线安装包官方下载地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2FSNS%2Fp%2F11423189.html)
Stella981 Stella981
3年前
Spring Boot 2 (二):Spring Boot 2 动态 Banner
SpringBoot2(二):SpringBoot2动态BannerSpringBoot2.0提供了很多新特性,其中就有一个小彩蛋:动态Banner。一、配置依赖使用SpringBoot2.0首先需要将项目依赖包替换为刚
Wesley13 Wesley13
3年前
Java修饰符判断
Java反射包里有一个类叫Modifier。里面有许多判断是否public,private等比如,判断修饰符是否是public    public static boolean isPublic(int mod) {        return (mod & PUBLIC) ! 0;    }这个intmod存在于Field,Me
Stella981 Stella981
3年前
Play 2.0 用户指南 - HTTP编程 --针对Scala开发者
   Play2.0的ScalaAPI位于play.api包下。      该API直接位于play顶级包中(而play.mvc是为Java开发者提供的)。对于Scala开发者,查阅play.api.mvc。    Actions,ControllersandResults   什么是Actio
Wesley13 Wesley13
3年前
Ubuntu 16.04安装jenkins
安装jdksudoaptgetinstallopenjdk8jdk安装jenkins前需要吧最近的jenkins添加到系统,而不用ubuntu默认的jenkins软件包,因为它带的版本太老了。wgetqOhttps://pkg.jenkins.io/debian/jenkinsci.org.key|sudoapt
Stella981 Stella981
3年前
Jenkins环境搭建及项目部署(linux)
一、  环境搭建1. Jenkins安装及配置安装:利用官方提供的Debian软件包仓库,可以自动安装和升级,首先将秘钥添加到系统。wgetqO https://pkg.jenkins.io/debianstable/jenkins.io.key|sudoaptkeya
Stella981 Stella981
3年前
Fedora21安装ZendServer之后yum报错
Fedora21安装ZendServer之后yum坏掉了...运行说pycurl:libcurllinktimeversion(7.20.1)isolderthancompiletimeversion(7.37.0)在源中手动下在了相关包重装了也不行,在网上搜索了一下,最后找到一个帖子http://netstu.
Stella981 Stella981
3年前
Centos 安装mysql 5.6
第一步,先查看系统上有没有安装了旧版本的mysql,用下面的命令rpmqa|grepmysql如果有,用以下命令卸载rpmenodeps上步显示mysql名称安装编译mysql需要的依赖包yuminstalllibeventlibtoolautoconflibstd
Stella981 Stella981
3年前
MCR linux下环境搭建
1下载MCR安装包wgethttps://ssd.mathworks.cn/supportfiles/downloads/R2017b/deployment\_files/R2017b/installers/glnxa64/MCR\_R2017b\_glnxa64\_installer.zip(https://www.oschina.net/a