大文件上传
目前使用
https://gitee.com/chenjian097/bigfile-upload
----
1.qianduan WebUploader
后端 spring boot
-----------
webuploader 网址
----------------------------------------
https://github.com/Fourwenwen/Breakpoint-http
https://gitee.com/Fourwenwen/breakpoint-http
https://www.cnblogs.com/songsu/p/11344332.html
异步上传文件
-------------------------------------------------------------------------------------
Redis caozuo
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