简体   繁体   English

我怎样才能允许用户滚动大文本文件?

[英]how can i allow user to scroll large text files?

I have very large text files that can reach 10's of gb's(on server side), and want the ability for user to scroll through them on my website.我有非常大的文本文件,可以达到 10 的 GB(在服务器端),并且希望用户能够在我的网站上滚动浏览它们。 This will allow them to view it without needing to download a program such as glogg.这将允许他们查看它而无需下载诸如 glogg 之类的程序。 I thought about implementing something that shows lines of text based on the users scroll positon, although i dont really know how to start doing this.我想实现一些基于用户滚动位置显示文本行的东西,尽管我真的不知道如何开始这样做。 My website is build on react and nodejs.我的网站建立在 react 和 nodejs 之上。 Any ideas?有任何想法吗?

您可以在 css 中使用overflow属性

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Ruby on Rails:我如何允许用户在表单上设置文本样式? - Ruby on Rails: How can I allow a user to style text on a form? 如何在 JavaScript 文件中允许空格? - How can I allow whitespace in JavaScript files? 我如何允许用户输入#,它会使用正确的#找到我的本地zip文件之一并继续下载? - How can I allow the user input a # , which finds one of my local zip files with correct # and proceeds to download it? 如何删除滚动条,但仍允许使用鼠标滚动? - How can I remove the scroll bar, but still allow scrolling with mouse? 如何允许用户使用 html 或 javascript 在文本框中写入内容? - how can I allow a user to write something into a text box with html or javascript? 如何允许用户从jquery mobile中的可折叠集中复制/粘贴文本 - How can I allow a user to copy/paste text from a collapsible set in jquery mobile 当用户向下滚动时,如何使标题中的文本更小? - How can i make text in header Smaller when user scroll down? 如何允许用户连续滚动列表? - How to allow the user to scroll a list continuously? 如何允许我的窗口打开,并且用户输入了文本? - How do I allow my window to open and there be the text the user inputs? 如何轻松允许用户上传多个文件? - How can I easily allow users to upload multiple files?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM