Centos7上安装JDK1.8

Centos7上安装JDK1.8

## 目标 在centos7上安装jdk1.8 ##卸载旧JDK 1. 查看当前系统已安装的jdk: ```shell rpm -qa | grep jdk ``` 应该会出现类似以下结果: ```shell java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64 java-1.7.0-openjdk-headless-1.7.0...

软件安装,编程 2020-03-27 PM 1064次 0条
整理一些国内的composer镜像源

整理一些国内的composer镜像源

## 腾讯镜像源 https://mirrors.cloud.tencent.com/help/composer.html ## 阿里镜像源 https://developer.aliyun.com/composer ## Composer / Packagist 中国全量镜像 https://php.cnpkg.org/ ## phpcomposer https:...

软件安装 2020-03-24 AM 1574次 0条
webStorm 2019 激活码,phpStorm 2019激活,idea激活,pyCharm激活

webStorm 2019 激活码,phpStorm 2019激活,idea激活,pyCharm激活

此教程适用于jetbrains 的所有系列的软件 ## 1.下载安装软件 去官网下载 http://www.jetbrains.com/products.html?fromMenu ## 2.下载jar包 下载链接: https://545c.com/file/18744103-424973548 ## 3.使用方法: - 先下载压缩包解压后得到jetbrains-a...

开发工具 2020-03-11 AM 1819次 0条
phpstorm 连接mysql数据库

phpstorm 连接mysql数据库

## 配置MySQL驱动文件 1、 打开PHPStorm,进入到数据源(Data Source)的配置窗口,如下图: ![phpstorm1.png](http://images.kuryun.com/blog/typecho/phpstorm1.png) 2、 点击左侧栏“Drivers”下的“MySQL”,有两种方式安装驱动文件: - 使用PHPStorm提供的驱动文件,默认是未...

开发工具 2020-02-20 PM 2481次 0条
VM虚拟机上安装Centos7

VM虚拟机上安装Centos7

## 安装虚拟机VMWare - 下载链接:https://pan.baidu.com/s/1TGffWDFmRG99_vk96wHigg 提取码:f8nm - 安装教程: https://jingyan.baidu.com/article/0eb457e53a8aa103f0a9054e.html ## 下载 Centos7 64位系统镜像 下载链接: 链接:htt...

软件安装 2020-02-20 PM 1241次 0条
Mac 安装Intellij IDEA 2019.3.x并激活

Mac 安装Intellij IDEA 2019.3.x并激活

## 下载软件 这边提供两个下载方式,都是一样的。软件版本是2019.3.3: - 百度网盘链接: https://pan.baidu.com/s/19f-gug-leOsQUh3KhLbbqw 提取码: yuer - 官网:https://download.jetbrains.com/idea/ideaIU-2019.3.3.dmg 下载后进行安装即可。 ## 破解 1....

开发工具 2020-02-18 PM 4801次 0条
Intellij IDEA 中JAVA常用配置项总结

Intellij IDEA 中JAVA常用配置项总结

详情请点击:**【[Intellij IDEA 中JAVA常用配置项总结](https://segmentfault.com/a/1190000021719915 "Intellij IDEA 中JAVA常用配置项总结")】**

开发工具 2020-02-12 PM 1937次 0条
安装homebrew出现“curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused”

安装homebrew出现“curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused”

按照官方文档https://brew.sh/index_zh-cn 正常来说是可以很方便地安装homebrew的,偏偏被我遇到一个简单又很怪异的问题,这边文章记录一下出现的问题及解决方案。 当我执行如下命令: ```shell /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/instal...

软件安装 2020-01-27 PM 3973次 0条