上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 1.名词解释 开放平台相关 名词 | 释义 | component_access_token |第三方平台的访问令牌 component_appid| 第三方平台的appid component_appsecret|第三方平台的秘钥 component_verify_ticket|验证票据 授权相关 阅读全文
posted @ 2019-09-02 11:18 宋发准 阅读(530) 评论(1) 推荐(0) 编辑
摘要: upstream xxx_gateway { server 127.0.0.1:60000; } server { listen 80; server_name 网址; location / { set $origin '*'; if ($http_origin) { set $origin "$htt... 阅读全文
posted @ 2019-08-20 17:47 宋发准 阅读(368) 评论(0) 推荐(0) 编辑
摘要: https://github.com/docker/compose/releases 阅读全文
posted @ 2019-07-25 19:53 宋发准 阅读(128) 评论(0) 推荐(0) 编辑
摘要: #删除suoyin DELETE /users 阅读全文
posted @ 2019-07-02 09:13 宋发准 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1.下载Elasticsearch7 直接去官网下载.可慢了.下载了一个小时才下完. 2.下载完了解压压缩包 3.移动目录 3.新建一个用户,es不让你用root. 5.启动 6.错误解决,如果出现以下错误. [1]: max file descriptors [4096] for elastics 阅读全文
posted @ 2019-06-27 09:01 宋发准 阅读(5553) 评论(0) 推荐(0) 编辑
摘要: 1.删除老版本的docker sudo yum remove docker docker-common docker-selinux docker-engine 2.移除docker数据文件 删除/var/lib/docker下的文件 3.安装仓库 sudo yum install -y yum-utils device-mapper=persistent-data lvm2 4.安... 阅读全文
posted @ 2019-06-10 20:01 宋发准 阅读(202) 评论(0) 推荐(0) 编辑
摘要: curl -fsSL get.docker.com -o get-docker.sh curl -fsSL get.docker.com -o get-docker.sh sh get-docker.sh $ sudo systemctl enable docker $ sudo systemctl 阅读全文
posted @ 2019-06-10 10:14 宋发准 阅读(158) 评论(0) 推荐(0) 编辑
摘要: include /usr/local/redis-cluster/redis.conf #修改端口 port 6379 ##bind端口 bind 192.168.3.131 ##后台访问 daemonize yes ##保护模式 protected-mode no ##进程文件 pidfile /usr/local/redis-cluster/6379/redis-server.pid ##... 阅读全文
posted @ 2019-06-06 15:45 宋发准 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 第一步 启动一个redis 我这里用的是windows版本的redis,进入磁盘后启动redis 启动命令:redis-server.exe redis.windows.conf 启动nginx 主要是配置一下 然后开始写代码 使用springboot 在pom文件中加入依赖 修改配置文件 在启动的 阅读全文
posted @ 2019-03-02 00:27 宋发准 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 在Linux下新建一个apps目录,用来存放我们的自己的程序 新建一个目录 进入之后是这样 其中conf和webapps,和logs,是直接从tomcat中拷贝过来的. 我们编写一个tomcat.sh,来管理我们的程序 添加执行权限 chmod +x tomcat.sh 然后就可以直接 ./tomc 阅读全文
posted @ 2018-10-17 23:44 宋发准 阅读(1423) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页