会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
愿无违
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
11
下一页
2019年12月9日
me.chanjar.weixin.common.error.WxErrorException: {"errcode":40013,"errmsg":"invalid appid hint: [xxxxxxxxxx]"}
摘要: 错误解决思路: 1.看看appid和appsecret的配置信息是否正确 2.查看前后端通信的http或者https协议是否正确( http://xxxxxxx 写成https://xxxxxxx)
阅读全文
posted @ 2019-12-09 14:25 愿无违
阅读(4805)
评论(0)
推荐(0)
编辑
java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
摘要: 请求的协议不对 解决方案: 把请求的https改成http
阅读全文
posted @ 2019-12-09 14:03 愿无违
阅读(4839)
评论(0)
推荐(0)
编辑
2019年12月2日
hdfs 常用命令
摘要: hdfs基本操作1、查询命令 hadoop dfs -ls / 查询/目录下的所有文件和文件夹 hadoop dfs -ls -R 以递归的方式查询/目录下的所有文件 2、创建文件夹 hadoop dfs -mkdir /test 创建test文件夹 3、创建新的空文件 hadoop dfs -to
阅读全文
posted @ 2019-12-02 13:36 愿无违
阅读(225)
评论(0)
推荐(0)
编辑
jenkins 部署
摘要: 1.war包方式:下载jenkins.war 文件比较稳定 https://jenkins.io/zh/doc/book/installing/#setup-wizard 运行命令: java -jar jenkins.war 默认8080 java -jar jenkins.war --httpP
阅读全文
posted @ 2019-12-02 13:35 愿无违
阅读(117)
评论(0)
推荐(0)
编辑
2019年12月1日
微信配置JS接口安全域名问题-Nginx配置
摘要: 1、将下载的txt文件放入/usr/local/nginx/html/目录下面。 2、修改nginx.cong配置文件中的location标签 location / { root html; index index.html index.htm; proxy_set_header X-Real-IP
阅读全文
posted @ 2019-12-01 01:27 愿无违
阅读(1507)
评论(0)
推荐(0)
编辑
2019年11月30日
Linux nginx安装
摘要: 1.下载nginx wget -c https://nginx.org/download/nginx-1.10.1.tar.gz 2.配置nginx安装所需的环境 2.1.1.安装gcc yum install gcc-c++ 2.1.2.安装PCRE pcre-devel yum install
阅读全文
posted @ 2019-11-30 01:03 愿无违
阅读(153)
评论(0)
推荐(0)
编辑
2019年11月29日
Linux node.js安装
摘要: 1.下载地址 下载node 英文网址:https://nodejs.org/en/download/ 中文网址:http://nodejs.cn/download/ 2、下载下来的tar文件上传到服务器并且解压, tar -xvf node-v10.6.0-linux-x64.tar.xz mv n
阅读全文
posted @ 2019-11-29 22:33 愿无违
阅读(145)
评论(0)
推荐(0)
编辑
linux 安装MySql 5.7.20
摘要: 1. 下载mysql wget http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.20-linux-glibc2.12-x86_64.tar.gz 2. 解压压缩包,并改名为mysql或你自己定义名字 cd /usr/local/ tar
阅读全文
posted @ 2019-11-29 21:48 愿无违
阅读(301)
评论(0)
推荐(0)
编辑
linux redis 安装和密码设置
摘要: 1.下载redis wget http://download.redis.io/releases/redis-4.0.8.tar.gz 2.解压 tar xzvf redis-4.0.8.tar.gz 3.安装 cd redis-4.0.8 进入redis目录 make 安装 cd src make
阅读全文
posted @ 2019-11-29 21:24 愿无违
阅读(1043)
评论(0)
推荐(0)
编辑
2019年11月28日
hive 安装
摘要: hive安装下载压缩包apache-hive-0.13.1-bin.tar.gz解压tar -zxvf apache-hive-0.13.1-bin.tar.gz配置环境变量 vi /etc/profile export HIVE_HOME=/usr/local/hive export PATH=$
阅读全文
posted @ 2019-11-28 22:01 愿无违
阅读(125)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
10
11
下一页
公告