size 相关问题

计算中的大小可以指各种维度:以位为单位的大小,以字节为单位,以像素为单位,在内存中,在磁盘空间中等。请不要在帖子中使用此标记 - 它太通用,无法对您的问题进行有用的分类。

PyCharm 文件大小超出配置限制 (2,56 MB),代码洞察功能不可用

我正在处理一些大的 txt 文件(有些大约 3 GB),每当我必须检查 txt 文件时,都会显示消息“文件大小超出配置的限制(2.56 MB),代码洞察功能不可用&

回答 1 投票 0

适应视口大小时无法正确叠加图像

我一直在尝试让我的网站适应任何屏幕的大小,但在让我的对象正确缩放到屏幕大小同时又相互重叠时遇到了一些麻烦。 我已经...

回答 1 投票 0

Realm 数据库大于 json 数据集

我有2个json文件,一个5.4MB,另一个3.1MB。这些 json 文件每个都包含一个(大)字符串数组。我将所有这些字符串添加到具有以下架构的单个领域数据库中: ...

回答 1 投票 0

我正在使用狮身人面像主题雪花石膏。如何在电脑上获得更宽的屏幕?

窗口的内容部分对于我的预期用途来说太窄了。 我已经在 html_theme_options 中尝试了“body_max_width”:“none”。 我还尝试过“custom.css” .wy-nav-cont...

回答 1 投票 0

windows批量将字节转换为GB

如何将结果从字节转换为千兆字节?请参阅此脚本的示例: @回声关闭 设置文件=C:\Users\%用户名%\AppData\Local\Microsoft\Outlook\%用户名%.ost %1 %0 :: %文件% 设置我...

回答 3 投票 0

Flutter 创建具有不同页面大小和字体大小的 pdf 文件

这里有为flutter创建pdf文件的代码。我正在使用插件 pdf 1.0.6。 我的问题: 如何创建宽度为 75mm 且自动高度适合的 pdf 文件 内容? 如何创建多行

回答 2 投票 0

将 flutter 中的图标大小加倍

在 Flutter 中,想要一个比“通常”大固定系数的图标,例如 2 倍大小。我在 Icon 构造函数中看到了 size 参数,并且根据该参数的文档,...

回答 4 投票 0

如何仅针对特定源将 syslog-ng 中的 log_message_size() 增加到 8K 以上并覆盖默认值

根据文档,Syslog-ng 默认情况下允许每条消息的长度为 8192 字节。当大小超过 8K 时,Syslog 将消息分成两部分。 当我全局应用 log_msg_size() 参数时,

回答 2 投票 0

如何在 Xcode Story Board 中添加有关多设备的动态字体大小

我在storyBoard中添加了autoLayout(w:任意,h:任意) 但由于字体大小固定,所有设备上的字体大小都是相同的 (4、4.7、5.5 英寸) 4寸的看起来不错。但在 5.5 英寸,那就太...

回答 5 投票 0

在 Vision OS 中查找 3D 模型的尺寸

我知道 3D 模型的变换提供了缩放、旋转和平移信息,但是我们有没有办法在 Vision OS 中计算 3D 模型的大小?

回答 1 投票 0

被删除的行占用的空间会被重新使用吗?

我已经读过好几次了,在MySQL中的InnoDB表中删除一行后,它的空间不会被重用,所以如果你对一个表进行大量的INSERT,然后定期删除一些行,那么...

回答 3 投票 0

Swift - 如何获取视频尺寸?

我正在开发一个视频编辑应用程序,其中每个视频都以这样的方式进行平方,视频的任何部分都不会被裁剪。为此,在纵向视频的情况下,它包含左侧的黑色部分&

回答 3 投票 0

WHM 无法更改 WordPress 最大上传大小

我在 WHM 环境中安装了多个 Wordpress。我的 WHM PHP(5.6) 最大上传大小设置为 100MB,PHP 最大 POST 大小设置为 150MB。我还检查了 MultiPHP INI 编辑器,最大上传大小是...

回答 3 投票 0

Android 模拟器中的小字体

有时我注意到 Android 模拟器以非常小的字体开始。这似乎是随机发生的。其他时候它有正常的字体大小。 我使用ADT 10.0.1。 你知道问题出在哪里吗?

回答 3 投票 0

适合 <iframe> 以正确调整动态 HTML 的大小

看这里: 我只想打开黄色部分,背景中的其余部分是不必要的,我该怎么做? 打开iframe的代码: ... 看这里: 我只想打开黄色部分,背景中的其余部分是不必要的,我该怎么做? 打开iframe的代码: <div class="col-12 mb-3"> <a class="nav-link text-white" href="javascript:void(0);" onclick="openModal('emailVerification', '../pages/email-verification.html')"> <button id="verifyEmailButton" type="button" class="btn btn-success" style="width: 300px;">Bekräfta din e-post</button> </a> </div> <div class="modal fade" id="emailVerificationModal" tabindex="-1" role="dialog" aria-labelledby="emailVerificationModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable modal-xl" role="document"> <div class="modal-content border-0"> <button style="background-color: #2e4873; color: white;;" type="button" class="btn btn-info close small-close-btn" aria-label="Close" data-dismiss="modal" onclick="closeEmailVerificationModal()">&times;</button> <br> </button> <div class="modal-body"> <iframe id="emailVerificationIframe" src="" frameborder="2" style="width: 100%; height: 80vh;"></iframe> </div> </div> </div> </div> & 带有 iframe 内容的 HTML: <div class="main"> <div class="div-1"> <div class="div-2"> <img src="../social/icons/mail.png" width="70px" /> <h3>Verifiera din e-post adress</h3> <p id="ppp"> Du är nästan där! Vi har skickat ett mail till: <span style="font-weight: bold;" class="d-sm-inline d-none" id="userID"><span id="userName"></span></span> </p> <p> Klicka bara på länken i det e-postmeddelandet för att slutföra din registrering. Om du inte set det, kan du behöva <span id="bold">kolla din skräppost.</span </p> </div> <p id="message"></p> <div class="buttondiv"> <button style="background-color: #2e4873;" type="button" class="btn btn-info"onClick="resend()">Skicka igen</button> <button style="background-color: #2e4873;" type="button" class="btn btn-info" onClick="reload()">Bekräfta</button> </div> <div id="info-message" class="alert alert-success alert-dismissible text-white" role="info" style="display: none;"> <span class="text-sm">Nu har vi skickat verifikationslänken igen.</span> </div> <div id="warning-message" style="display: none;"> <span class="text-sm">Du har inte bekräftat din e-post adress än.</span> </div> <div id="success-message" style="display: none;"> <span class="text-sm">Din e-post adress är nu bekräftad.</span> </div> </div> </div> 我有多个这样制作的模态,确实需要调整它们的大小。 这是一个如何使用具有透明背景的对话框的简单示例 您可以在这里找到文档:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog const dialog = document.querySelector("dialog"); const showButton = document.querySelector("dialog + button"); const closeButton = document.querySelector("dialog button"); // Le bouton "Afficher la fenêtre" ouvre le dialogue showButton.addEventListener("click", () => { dialog.showModal(); }); // Le bouton "Fermer" ferme le dialogue closeButton.addEventListener("click", () => { dialog.close(); }); ::backdrop { opacity: 0; } <main> <dialog> <p>Hello World</p> <button autofocus>Close</button> </dialog> <button>Show Dialog</button> <p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." Section 1.10.32 du "De Finibus Bonorum et Malorum" de Ciceron (45 av. J.-C.) "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?" Traduction de H. Rackham (1914) "But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?" </p> <main>

回答 1 投票 0

Python:如何获取当前命名空间中所有对象的大小?

我有一些代码正在从我自己的包中运行,并且该程序使用的内存(60GB)比应有的要多得多。如何打印当前名称空间中所有对象的大小(以字节为单位)...

回答 3 投票 0

Java/Swing:如何将两者结合起来 - 固定大小和滚动能力 - 对于 JScrollPane(包括 JTextArea)

所以我创建了一个 JTextArea (在我的例子中是 TextArea - 覆盖包含换行符的追加和 setText 方法),以可视化最终用户在什么时间发生了什么。 我有: 空间有限 维...

回答 1 投票 0

C# FileStream:写入大文件的最佳缓冲区大小?

假设我正在将几个文件写入磁盘,大小在 2MB 到 5GB 之间。 FileStream 的合理缓冲区值是多少? 使用几兆字节的缓冲区大小是否明智,或者我应该...

回答 4 投票 0

如何知道 MATLAB 中变量的大小

我在 MATLAB 中有变量,我已经使用 class() 检查了它们的类,但我也想知道它们在内存中占用的大小。更准确地说,我知道它们是双重类型,我想...

回答 6 投票 0

在 Android Studio 中更改回默认字体大小

我不小心在Android Studio中将字体大小设置得太大了。我现在无法使用任何功能,包括滚动。我没有启用通过 Ctrl+鼠标滚轮更改字体大小。我怎样才能改回d...

回答 1 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.