java 大文件上传

大文件上传

目前使用

https://gitee.com/chenjian097/bigfile-upload

----

1.qianduan   WebUploader

后端  spring boot

-----------

webuploader 网址

http://fex.baidu.com/webuploader/getting-started.html#%E5%BC%95%E5%85%A5%E8%B5%84%E6%BA%90

----------------------------------------

https://blog.csdn.net/u014150463/article/details/74044467

https://github.com/Fourwenwen/Breakpoint-http

https://gitee.com/Fourwenwen/breakpoint-http

 

https://www.cnblogs.com/songsu/p/11344332.html

 

http://www.ncmem.com/doc/view.aspx?id=ba337111262147b7a9d59e44f6a1d04a

 

异步上传文件

https://blog.csdn.net/u010729348/article/details/29379765

-------------------------------------------------------------------------------------

Redis caozuo

https://blog.csdn.net/suo082407128/article/details/86231433

1.
redis-server.exe redis.windows.conf

2.
redis-cli.exe -h 127.0.0.1 -p 6379

3.


D:\lichao2020\Redis-x64-5.0.9>redis-cli.exe -h 127.0.0.1 -p 6379
127.0.0.1:6379> GET
(error) ERR wrong number of arguments for 'get' command
127.0.0.1:6379> get
(error) ERR wrong number of arguments for 'get' command
127.0.0.1:6379> get key
(nil)

(nil)
127.0.0.1:6379> KEYS *
(empty list or set)
127.0.0.1:6379>
127.0.0.1:6379> KEYS *
(empty list or set)
127.0.0.1:6379>
127.0.0.1:6379> KEYS *
1) "DEPLOY_FILE_MD5"
127.0.0.1:6379>
127.0.0.1:6379> get DEPLOY
(nil)
127.0.0.1:6379> KEYS *
1) "DEPLOY_FILE_MD5"
127.0.0.1:6379>
127.0.0.1:6379> get DEPLOY_FILE_MD5
(error) WRONGTYPE Operation against a key holding the wrong kind of value
127.0.0.1:6379>
127.0.0.1:6379> KEYS *
1) "DEPLOY_FILE_MD5"
127.0.0.1:6379>
127.0.0.1:6379> get DEPLOY_FILE_MD5
(error) WRONGTYPE Operation against a key holding the wrong kind of value
127.0.0.1:6379>
127.0.0.1:6379> hget DEPLOY_FILE_MD5
(error) ERR wrong number of arguments for 'hget' command
127.0.0.1:6379>
127.0.0.1:6379> hget DEPLOY_FILE_MD5 adf
(nil)
127.0.0.1:6379>
127.0.0.1:6379> hget DEPLOY_FILE_MD5 adf
(nil)
127.0.0.1:6379> hkeys DEPLOY_FILE_MD5
1) "0101892a851e96f5f417fb0648f60d06"
127.0.0.1:6379>
127.0.0.1:6379> hget DEPLOY_FILE_MD5 0101892a851e96f5f417fb0648f60d06
"./uploads\\0101892a851e96f5f417fb0648f60d06\\\xe5\xb1\xb1\xe5\xb1\x85\xe7\xa7\x8b\xe6\x9a\x9d~1.mp4.conf"
127.0.0.1:6379>
127.0.0.1:6379>
127.0.0.1:6379> hget DEPLOY_FILE_MD5 0101892a851e96f5f417fb0648f60d06

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值