{"id":1011,"date":"2019-09-03T12:29:14","date_gmt":"2019-09-03T04:29:14","guid":{"rendered":"https:\/\/www.wurend.com\/?p=1011"},"modified":"2019-09-03T12:35:36","modified_gmt":"2019-09-03T04:35:36","slug":"nextcloud%e6%98%be%e7%a4%ba%e4%b8%8a%e4%bc%a0%e9%80%9f%e5%ba%a6","status":"publish","type":"post","link":"https:\/\/www.wurend.com\/?p=1011","title":{"rendered":"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6"},"content":{"rendered":"\n<p> nextcloud\u663e\u793a\u4e0a\u4f20\u4fe1\u606f\u6539\u4e00\u4e2ajs\u6587\u4ef6\u5c31\u53ef\u4ee5\u4e86\uff0c\u6539\u5b8c\u8bb0\u5f97\u5237\u65b0\u3002 <\/p>\n\n\n\n<div class=\"wp-block-pandastudio-title\"><div class=\"title_style_02\"><h2 id=\"h2-0\"><span style=\"color:#cf2e2e\" class=\"color\"> <\/span><strong><span style=\"color:#cf2e2e\" class=\"color\">TO_1<\/span><\/strong><\/h2><\/div><\/div>\n\n\n\n<p> \u8fdb\u5165js\u6587\u4ef6\u7684\u76ee\u5f55 <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/var\/www\/html\/nextcloud\/apps\/files\/js\/<\/code><\/pre>\n\n\n\n<div class=\"wp-block-pandastudio-title\"><div class=\"title_style_02\"><h2 id=\"h2-1\"> <strong><span style=\"color:#cf2e2e\" class=\"color\">TO_2<\/span><\/strong><\/h2><\/div><\/div>\n\n\n\n<p>\u5907\u4efd\u539f\u6587\u4ef6 <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cp file-upload.js file-upload.js-original<\/code><\/pre>\n\n\n\n<div class=\"wp-block-pandastudio-title\"><div class=\"title_style_02\"><h2 id=\"h2-2\"><strong><span style=\"color:#cf2e2e\" class=\"color\">TO_3<\/span><\/strong> <\/h2><\/div><\/div>\n\n\n\n<p>\u7f16\u8f91js\u6587\u4ef6 <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>vi file-upload.js<\/code><\/pre>\n\n\n\n<div class=\"wp-block-pandastudio-title\"><div class=\"title_style_02\"><h2 id=\"h2-3\"><strong><span style=\"color:#cf2e2e\" class=\"color\">TO_4<\/span><\/strong><\/h2><\/div><\/div>\n\n\n\n<p>\u8f93\u5165<code>:1153<\/code>\u8df3\u8f6c\u52301153\u884c(nextcloud 15)\uff0c\u57281153\u884c\u4f60\u4f1a\u770b\u5230\u7c7b\u4f3c\u4ee5\u4e0b\u4ee3\u7801\uff1a\uff08\u4e0d\u540c\u7248\u672c\uff0c\u4ee3\u7801\u884c\u4e0d\u540c\uff0c\u53ef\u76f4\u63a5\u641c\u5173\u952e\u5b57\uff1asmoothRemainingSeconds\uff09 <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>var h = moment.duration(smoothRemainingSeconds, \"seconds\").humanize();\nif (!(smoothRemainingSeconds >= 0 &amp;&amp; smoothRemainingSeconds &lt; 14400)) {\n    \/\/ show \"Uploading ...\" for durations longer than 4 hours\n    h = t('files', 'Uploading \u0431\u043d');\n}<\/code><\/pre>\n\n\n\n<div class=\"wp-block-pandastudio-title\"><div class=\"title_style_02\"><h2 id=\"h2-4\"><strong><span style=\"color:#cf2e2e\" class=\"color\">TO_5<\/span><\/strong>  <\/h2><\/div><\/div>\n\n\n\n<p>\u5728\u4e0a\u9762\u4ee3\u7801\u7684\u4e0b\u4e00\u884c\u6dfb\u52a0\uff1a<\/p>\n\n\n\n<div class=\"wp-block-pandastudio-title\"><div class=\"title_style_01\"><h3 id=\"h3-5\"> a).\u00a0<strong>\u5012\u8ba1\u65f6+\u901f\u5ea6<\/strong> <\/h3><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.wurend.com\/wp-content\/uploads\/2019\/09\/1568041934.png\" alt=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" title=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\"><img decoding=\"async\" src=\"https:\/\/www.wurend.com\/wp-content\/uploads\/2019\/09\/1568041934.png\" alt=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" title=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" \/><\/a><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ add xfr speed to time remaining\nh = h + t('files', ' @ {bitrate}' , {\n          bitrate: humanFileSize(data.bitrate \/ 8) + '\/s'\n      });\n\/\/ ========================================<\/code><\/pre>\n\n\n\n<div class=\"wp-block-pandastudio-title\"><div class=\"title_style_01\"><h3 id=\"h3-6\"> b).\u00a0<strong>\u53ea\u6709\u901f\u5ea6<\/strong> <\/h3><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.wurend.com\/wp-content\/uploads\/2019\/09\/893024720.png\" alt=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" title=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\"><img decoding=\"async\" src=\"https:\/\/www.wurend.com\/wp-content\/uploads\/2019\/09\/893024720.png\" alt=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" title=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" \/><\/a><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ xfr speed replaces time remaining\nh = t('files', '{bitrate}' , {\n          loadedSize: humanFileSize(data.loaded),\n          totalSize: humanFileSize(data.total),\n          bitrate: humanFileSize(data.bitrate \/ 8) + '\/s'\n      });\n\/\/ ========================================<\/code><\/pre>\n\n\n\n<div class=\"wp-block-pandastudio-title\"><div class=\"title_style_01\"><h3 id=\"h3-7\"> c).\u00a0<strong>\u5df2\u8f7d\u5165\/\u603b\u5927\u5c0f<\/strong> <\/h3><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.wurend.com\/wp-content\/uploads\/2019\/09\/3821893078.png\" alt=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" title=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\"><img decoding=\"async\" src=\"https:\/\/www.wurend.com\/wp-content\/uploads\/2019\/09\/3821893078.png\" alt=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" title=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" \/><\/a><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ uploaded of total size replaces time remaining\nh = t('files', '{loadedSize} of {totalSize}' , {\n          loadedSize: humanFileSize(data.loaded),\n          totalSize: humanFileSize(data.total)\n      });\n\/\/ ========================================<\/code><\/pre>\n\n\n\n<div class=\"wp-block-pandastudio-title\"><div class=\"title_style_01\"><h3 id=\"h3-8\"> d).\u00a0<strong>\u5df2\u8f7d\u5165\/\u603b\u5927\u5c0f+\u901f\u5ea6<\/strong> <\/h3><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.wurend.com\/wp-content\/uploads\/2019\/09\/2409065805.png\" alt=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" title=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\"><img decoding=\"async\" src=\"https:\/\/www.wurend.com\/wp-content\/uploads\/2019\/09\/2409065805.png\" alt=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" title=\"nextcloud\u663e\u793a\u4e0a\u4f20\u901f\u5ea6\" \/><\/a><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ uploaded of total size and xfr speed replaces time remaining\nh = t('files', '{loadedSize} of {totalSize} ({bitrate})' , {\n          loadedSize: humanFileSize(data.loaded),\n          totalSize: humanFileSize(data.total),\n          bitrate: humanFileSize(data.bitrate \/ 8) + '\/s'\n      });\n\/\/ ========================================<\/code><\/pre>\n\n\n\n<p> \u60f3\u6062\u590d\u539f\u72b6\uff0c\u76f4\u63a5\u5220\u9664\u6ce8\u91ca\u90e8\u5206\u4ee3\u7801\u5373\u53ef\u3002enjoy it \ud83d\ude42 <\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p>\n\n\u6587\u7ae0\u8f6c\u8f7d\u81ea\uff1a<a href=\"https:\/\/tanst.net\/152.html\">\u539f\u6587\u5730\u5740<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>nextcloud\u663e\u793a\u4e0a\u4f20\u4fe1\u606f\u6539\u4e00\u4e2ajs\u6587\u4ef6\u5c31\u53ef\u4ee5\u4e86\uff0c\u6539\u5b8c\u8bb0\u5f97\u5237\u65b0\u3002 \u8fdb\u5165js\u6587\u4ef6\u7684\u76ee\u5f55 \u5907\u4efd\u539f\u6587\u4ef6 \u7f16\u8f91js [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":231,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,15],"tags":[16],"class_list":["post-1011","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-nextcloud","tag-nextcloud"],"_links":{"self":[{"href":"https:\/\/www.wurend.com\/index.php?rest_route=\/wp\/v2\/posts\/1011","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wurend.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wurend.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wurend.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wurend.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1011"}],"version-history":[{"count":0,"href":"https:\/\/www.wurend.com\/index.php?rest_route=\/wp\/v2\/posts\/1011\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.wurend.com\/index.php?rest_route=\/wp\/v2\/media\/231"}],"wp:attachment":[{"href":"https:\/\/www.wurend.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1011"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wurend.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1011"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wurend.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}