码迷,mamicode.com
首页 >  
搜索关键字:fetch packet    ( 3787个结果
mysql 连接池连接超时的问题(The last packet successfully received from the server was 2,431 milliseconds ago. The last packet sent successfully to the server was 2,417 milliseconds ago.)
org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Commun ...
分类:数据库   时间:2020-09-11 14:24:03    阅读次数:57
mysql Connection Phase Packets
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
使用ES6的fetch API读取数据时要注意的一个和cookie相关的坑
When I am doing a test of comparison between Stateful and Stateless BSP application ( mentioned in blog Stateless and Stateful – Different behavior in ...
分类:Windows程序   时间:2020-09-04 17:12:04    阅读次数:69
Hadoop上小文件如何存储?
Block是文件块,HDFS中是以Block为单位进行文件的管理的,一个文件可能有多个块,每个块默认是3个副本,这些块分别存储在不同机器上。块与文件之前的映射关系会定时上报Namenode。HDFS中一个块的默认大小是64M,其大小由参数dfs.block.size控制。这里面先引申几个问题出来: ...
分类:其他好文   时间:2020-09-03 16:43:21    阅读次数:40
GIT小记
放弃本地修改,强制更新 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
linux安装最新版本的npm和node
先安装旧版本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
github操作指南-更新fork的代码
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
GIT GITEE 命令
1. pull = fetch + merge 2. 第一次使用Clone ,以后可以使用pull; ...
分类:其他好文   时间:2020-08-10 14:28:32    阅读次数:64
hive自定义函数,压缩,存储,调优
今日内容: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
vue中fetch 和axios理解
一、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
3787条   上一页 1 ... 7 8 9 10 11 ... 379 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!