org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Commun ...
分类:
数据库 时间:
2020-09-11 14:24:03
阅读次数:
57
14.2.5 Connection Phase Packets Protocol::Handshake Initial Handshake Packet When the client connects to the server the server sends a handshake packe ...
分类:
数据库 时间:
2020-09-08 21:06:16
阅读次数:
67
When I am doing a test of comparison between Stateful and Stateless BSP application ( mentioned in blog Stateless and Stateful – Different behavior in ...
Block是文件块,HDFS中是以Block为单位进行文件的管理的,一个文件可能有多个块,每个块默认是3个副本,这些块分别存储在不同机器上。块与文件之前的映射关系会定时上报Namenode。HDFS中一个块的默认大小是64M,其大小由参数dfs.block.size控制。这里面先引申几个问题出来: ...
分类:
其他好文 时间:
2020-09-03 16:43:21
阅读次数:
40
放弃本地修改,强制更新 git fetch --all git reset --hard origin/master 生成密钥: cd ~/.ssh/ ls #查看是否已经生成密钥 ssh-kengen -t rsa -C "account” #生成文件,然后一路回车 清空本地所有修改 git re ...
分类:
其他好文 时间:
2020-08-27 11:46:10
阅读次数:
49
先安装旧版本npm sudo apt install -y node 1 有些发行版是 sudo apt install -y npm 1 查看当前版本 npm -v 1 我的输出是 3.5.2 1 是非常老的版本 安装最新npm 可以通过旧版本npm直接安装新版npm sudo npm insta ...
分类:
系统相关 时间:
2020-08-26 18:56:53
阅读次数:
95
1、查看远程仓库 git remote -v origin https://github.com/********/l********e.git (fetch) origin https://github.com/********/l********e.git (push) 2、添加上游仓库 git ...
分类:
其他好文 时间:
2020-08-26 17:10:45
阅读次数:
50
1. pull = fetch + merge 2. 第一次使用Clone ,以后可以使用pull; ...
分类:
其他好文 时间:
2020-08-10 14:28:32
阅读次数:
64
今日内容:1) hive的自定义函数 (简单会实现即可)2) hive优化部分: 能够理解, 知道有这些优化方案 , 记录 2.1: hive的数据压缩 2.2: hive的数据存储格式 2.3: fetch抓取 2.4: 本地模式 2.5: join的优化 2.6: SQL优化的方案 2.7: 动 ...
分类:
其他好文 时间:
2020-08-10 09:24:13
阅读次数:
57
一、fetch请求参数fetch(‘/books‘,{method:‘post‘,body:‘uname=list&pwd=123‘,headrs:{‘Content-Type‘:"application/x-wwww-form-urlencode"}}).then(res=>{returnres.n
分类:
移动开发 时间:
2020-08-09 13:09:55
阅读次数:
118