簡體   English   中英

如何獲得手機MMC閃存卡的可用空間

[英]How do I get the free space of a phone's MMC flash card

我想通過PC上的USB連接獲取手機存儲卡的大小和可用空間。

我使用PC套件連接。

這不是移動應用程序; 這是一個桌面應用程序。 我要做的就是打開應用程序與移動設備之間的連接,然后將所需文件復制到MMC中的某個文件夾中。

現在,我需要獲取可用空間和總大小,以便通知用戶存儲卡是否已滿,然后停止傳輸。 CONA中是否有功能可以幫助我做到這一點?

WinMo上的Umm Active Sync顯示了這一點,在G1上顯示了它的連接驅動器,對於Iphone,此信息可以在iTunes中找到。 我假設您使用WinMo?

使用 css 網格,我如何得到 SHORT<div> 文本在較早的空間上換行而不是在移動設備上稍微溢出?</div><div id="text_translate"><p> 我的 (iPhone) 手機上出現以下問題。 我的文本(用空格分隔的相對較短的單詞(不是 &amp;nbsps))在換行之前略微溢出。 我希望它包裹起來而不會溢出。 換句話說,我希望它在換行到下一行之前選擇一個更早的空間來終止一行(換行符)。</p><p> 我正在使用 CSS 網格來執行此操作。</p><p> 我很抱歉 CSS 有點冗長。 在我絕望中,我使用了各種我不完全理解的重置。 我的代碼在這里: <a href="https://codepen.io/Photog/pen/rNGEbKL" rel="nofollow noreferrer">https://codepen.io/Photog/pen/rNGEbKL</a></p><p> CSS</p><pre> * { font-size: 100%; } /* reset / initialize */ *, *:before, *:after { padding: 0; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Define variables for colors */:root { --bgnormal: black; --fgnormal: white; } /* ****************************************** */ /* Eric Meyer's reset.css: http://meyerweb.com/eric/tools/css/reset/reset.css */ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ /* alphabetized */ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* ******************************************** */ body { font-size: calc(0.75em + 1vmin); background-color: var(--bgnormal); } article,aside,div,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,li,main,nav,p,section,ul { font-family: Helvetica, Verdana, "Lucida Sans", Tahoma, Arial, "Century Gothic", sans-serif; font-weight: normal; font-size: 1em; font-size: 1rem; line-height: 140%; color: var(--fgnormal); background-color: var(--bgnormal); } /* ********************* */.grid-container { display: inline-grid; grid-template-columns: 20% 20% 10% 10% 20% 20%; grid-template-rows: auto; align-items: start; grid-gap: 1em; padding-left: 1em; padding-right: 3em; white-space: normal; width: 96vw; /* 96% of viewport */ }.grid-item-1 { grid-row: 1; grid-column: 1 / span 6; }.grid-item-2 { grid-row: 2; grid-column: 1 / span 6; }.grid-item-3 { grid-row: 3; grid-column: 1 / span 6; }.grid-item-4 { grid-row: 4; grid-column: 1 / span 6; } [class^='grid-item'] { display: grid; align-items: center; justify-content: center; font-size: 1em; color: var(--fgnormal); white-space: normal; }</pre><p> HTML</p><pre> &lt;div class="grid-container"&gt; &lt;div class="grid-item-2"&gt; If&amp;nbsp;you're interested in purchasing, displaying or discussing my photographs, please contact me. I&amp;nbsp;usually respond within three days. I'd&amp;nbsp;be delighted to hear from you and know what you think. &lt;br&gt;&lt;br&gt; I am available for critique sessions, workshops and presentations where I share my experience, creative process and techniques as a photographer and curator. &lt;/div&gt; &lt;/div&gt; &lt;!-- grid-container --&gt;</pre></div>

[英]Using css grid, how do I get SHORT<div> text to wrap on an earlier space instead of slightly overflowing on mobile?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

相關問題 如何獲得設備的免費和已用存儲空間 你如何在Android中獲得手機的MCC和MNC? 如何從非Flash Web應用程序訪問手機攝像頭 如何獲取手機的公共IP地址? 如何使用諾基亞API獲取手機驅動器的大小(免費,總計)? 如何使用手機的GPS定位人並在網站上顯示該位置? 如何使用javascript或css獲取手機的虛擬鍵盤高度? 如何列出在USB大容量存儲模式下通過電話連接到Linux的SD卡的內容? 為什么我在頁面頂部留有空白? 使用 css 網格,我如何得到 SHORT<div> 文本在較早的空間上換行而不是在移動設備上稍微溢出?</div><div id="text_translate"><p> 我的 (iPhone) 手機上出現以下問題。 我的文本(用空格分隔的相對較短的單詞(不是 &amp;nbsps))在換行之前略微溢出。 我希望它包裹起來而不會溢出。 換句話說,我希望它在換行到下一行之前選擇一個更早的空間來終止一行(換行符)。</p><p> 我正在使用 CSS 網格來執行此操作。</p><p> 我很抱歉 CSS 有點冗長。 在我絕望中,我使用了各種我不完全理解的重置。 我的代碼在這里: <a href="https://codepen.io/Photog/pen/rNGEbKL" rel="nofollow noreferrer">https://codepen.io/Photog/pen/rNGEbKL</a></p><p> CSS</p><pre> * { font-size: 100%; } /* reset / initialize */ *, *:before, *:after { padding: 0; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Define variables for colors */:root { --bgnormal: black; --fgnormal: white; } /* ****************************************** */ /* Eric Meyer's reset.css: http://meyerweb.com/eric/tools/css/reset/reset.css */ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ /* alphabetized */ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* ******************************************** */ body { font-size: calc(0.75em + 1vmin); background-color: var(--bgnormal); } article,aside,div,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,li,main,nav,p,section,ul { font-family: Helvetica, Verdana, "Lucida Sans", Tahoma, Arial, "Century Gothic", sans-serif; font-weight: normal; font-size: 1em; font-size: 1rem; line-height: 140%; color: var(--fgnormal); background-color: var(--bgnormal); } /* ********************* */.grid-container { display: inline-grid; grid-template-columns: 20% 20% 10% 10% 20% 20%; grid-template-rows: auto; align-items: start; grid-gap: 1em; padding-left: 1em; padding-right: 3em; white-space: normal; width: 96vw; /* 96% of viewport */ }.grid-item-1 { grid-row: 1; grid-column: 1 / span 6; }.grid-item-2 { grid-row: 2; grid-column: 1 / span 6; }.grid-item-3 { grid-row: 3; grid-column: 1 / span 6; }.grid-item-4 { grid-row: 4; grid-column: 1 / span 6; } [class^='grid-item'] { display: grid; align-items: center; justify-content: center; font-size: 1em; color: var(--fgnormal); white-space: normal; }</pre><p> HTML</p><pre> &lt;div class="grid-container"&gt; &lt;div class="grid-item-2"&gt; If&amp;nbsp;you're interested in purchasing, displaying or discussing my photographs, please contact me. I&amp;nbsp;usually respond within three days. I'd&amp;nbsp;be delighted to hear from you and know what you think. &lt;br&gt;&lt;br&gt; I am available for critique sessions, workshops and presentations where I share my experience, creative process and techniques as a photographer and curator. &lt;/div&gt; &lt;/div&gt; &lt;!-- grid-container --&gt;</pre></div>
 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM