1.安装Homebrew 安装命令:ruby e "$(curl fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2.使用Homebrew 1.安装软件:brew install 软件名 例如:brew ...
分类:
其他好文 时间:
2020-02-04 23:43:12
阅读次数:
87
1,下载curl:https://blog.csdn.net/weixin_42139662/article/details/88037763 请求头参数:https://blog.csdn.net/xiaochengyihe/article/details/80910913 (讲的比较详细) 查看 ...
分类:
编程语言 时间:
2020-02-04 23:35:31
阅读次数:
106
thinkphp:mvc模式 1,thinkphp的安装配置 1. 条件 1. PHP =5.4.0 2. PDO MbString CURL PHP Externsion 3. Mysql 4. Apache或Nginx 2. 安装: composer git 直接到thinkphp官网下载稳定版 ...
分类:
Web程序 时间:
2020-01-31 22:33:57
阅读次数:
124
SSM_框架整合(IDEA) 1. 配置文件 applicationContext.xml 数据库 Mysql 8.0 database.properties mybatis config.xml spring dao.xml spring mvc.xml spring service.xml 注意 ...
分类:
其他好文 时间:
2020-01-31 14:37:36
阅读次数:
71
curl -XPOST "http://localhost:9200/_bulk?pretty" --data-binary @books.json 这句话在书中是以crul的命令启动的,而不是使用Kibana. 其次,他说使用了books.json,在P183页说保存为books.json这个文件 ...
分类:
Web程序 时间:
2020-01-29 21:31:31
阅读次数:
92
Ubuntu版本18.04 1.安装依赖 sudo apt update sudo apt install ca-certificates curl openssh-server 可以选择安装postfix,提供邮件服务 sudo apt install postfix 2.安装Gitlab 下载安 ...
分类:
系统相关 时间:
2020-01-28 22:54:45
阅读次数:
92
最近在研究redis 遇到redis requires Ruby version >= 2.2.2问题 解决办法是 先安装rvm,再把ruby版本提升至2.3.3 1.安装curl sudo yum install curl 2. 安装RVM curl -L get.rvm.io | bash -s ...
分类:
其他好文 时间:
2020-01-28 14:17:30
阅读次数:
85
国内源下载: 1 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 其它内容参考: https://www.jianshu.com/p/de6f1d2d ...
分类:
其他好文 时间:
2020-01-28 12:38:04
阅读次数:
58
sudo apt-get install gnupg-curl wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_10.0.130-1_amd64. ...
分类:
其他好文 时间:
2020-01-28 12:15:46
阅读次数:
66