找到 45019 个结果 · 第 2/2251 页(21-40)
icon

Windows 10および11で機内モードを有効にする方法

www.wikihow.jp
Windowsで機内モードのオン・オフを切り替える簡単な方法Windows 11または10のデスクトップやノートパソコンで、機内モードをすばやくオンにしたいですか?この記事では、超高速で簡単にできる3つの方法を紹介します。一部のパソコンには機内モードキーがあり、瞬時にオン・オフを切り替えることができます。お使いのWindows PCやタブレットにそのオプションがなくても、アクションセンターや設定メニューを使えば、数回のクリックで機内モードを有効または無効にできます。
匹配度: 225分
icon

Windows 11で音量バランスの設定を調整する方法

www.wikihow.jp
Windows 11で左右のスピーカーバランスとアプリの音量を修正するWindowsで音量バランスの設定を調整するには、2つの方法があります。左右のスピーカーやヘッドホンの音量を変更するか、特定のアプリの音が大きすぎる場合にアプリごとの音量バランスを調整するかです。この記事では、両方の方法をステップバイステップで解説します。ぜひ読み進めてみてください。
匹配度: 225分
icon

2026 年 618 年中手机购机推荐

cpuranklist.com · 2026-05-25
根据您提供的 B 站 UP 主(大米评测、小白测评等)关于 2026 年 618 的手机推荐视频字幕内容,整理了2026 年 618大促中最热门的推荐机型。由于 2026 年内存和闪存芯片的大幅...
匹配度: 225分
icon

2026年618笔记本电脑选购指南:涨疯了,哪些还值得买?

cpuranklist.com · 2026-06-01
2026年的618来了,但今年的笔记本市场,用四个字形容就是——涨疯了。内存和硬盘的核心原材料从去年下半年开始疯涨,内存在整机成本中的占比从15%飙升到35%。三星、海力...
匹配度: 225分
icon

2026年618各价位游戏办公显示器推荐

cpuranklist.com · 2026-06-09
618来了,想换显示器但不知道买哪款?这篇文章综合了几个B站数码UP主 50 万+播放量的视频,整合了他们的618显示器推荐清单,把70多款显示器按价位整理出来,帮你快速锁定最适合自己的那一台。...
匹配度: 225分
icon

擅长逃跑的殿下第二季 更新至第10集

www.mtyy1.cc · 2026-09-18
"公元1333年,为武士统治日本奠定基石的镰仓幕府,因其所信任的幕臣——足利尊氏的谋反而宣告灭亡。失去"
匹配度: 225分
icon

不期而至第二季(2010) 完结

www.mtyy1.cc · 2026-09-18
"自出生起就被双亲遗弃的波特兰少女Lux,在她16岁生日到来之际,终于结束了辗转于各寄养家庭的生活。她"
匹配度: 225分
icon

Material UI v1 is out 🎉

mui.com · 2018-05-18
It has taken us two years to do it, but Material UI v1 has finally arrived!
匹配度: 225分
icon

2019 in review and beyond

mui.com · 2020-01-25
2019 was a great year for Material UI. It puts us on an exciting path to solve even greater challenges in the coming years!
匹配度: 225分
icon

Q1 2020 Update

mui.com · 2020-04-14
An update on our mission for Q1 2020.
匹配度: 225分
icon

Q1 2021 Update

mui.com · 2021-04-12
An update on our mission for Q1 2021.
匹配度: 225分
icon

Q2 2021 Update

mui.com · 2021-07-12
An update on our mission for Q2 2021.
匹配度: 225分
icon

Q3 2021 Update

mui.com · 2021-10-26
An update on our mission for Q3 2021.
匹配度: 225分
icon

2021 in review and beyond

mui.com · 2021-12-31
2021 has been another great year, not only for MUI but also for the ecosystem.
匹配度: 225分
icon

Grunt 0.4.1 released

gruntjs.com · 2013-03-13
Grunt 0.4.1 is now available from npm. This patch release fixes a number of minor issues that cropped up with the recent release of Node.js v0.10.0, most notably due to changes in the path API. If you want to use the latest version of Node.js in your projects, you should probably update Grunt to ~0.4.1 in the package.json file for those projects. Either way, Grunt still works with Node.js v0.8.x, so you don't need to update if you haven't upgraded to Node.js v0.10.0. In addition to the Node.js v0.10.0 changes, we used this opportunity to fix a number of other small issues, like properly handling multibyte I/O when spawning child processes and ensuring the Gruntfile name is case-insensitive. For a complete list of changes, see the v0.4.0 - v0.4.1 changelog. Read more
匹配度: 225分
icon

Grunt 1.0.0 rc1 released

gruntjs.com · 2016-02-11
The Grunt team is pleased to announce the first release candidate for 1.0.0. This release is made possible by @shama, @vladikoff, @jkaussieskater. With support from the jQuery foundation, in particular @dmethvin and @aulvi. Also thanks to contributions by @XhmikosR, @paladox, @FredyC, @sindresorhus, @mrjoelkemp and more. This release focuses on fixing critical issues and improved support with Node.js v0.10, v0.12, v4.0, v5.0 and io.js on Windows, OSX and Linux. We ask you to test the rc1 and report any issues you are experiencing. npm install grunt@1.0.0-rc1 --save-dev Be advised Grunt 1.0.0 will no longer support Node.js v0.8. Peer Dependencies If you have a Grunt plugin that includes grunt in the peerDependencies section of your package.json, we recommend tagging with "grunt": ">=0.4.0". Otherwise when grunt@1.0.0 is released, npm@2 users will receive a hard error when trying to install your plugin and npm@3 users will get a warning. Be aware, peer dependencies are no longer installed for users as of npm@3. Users of Grunt plugins are expected to npm install grunt --save-dev alongside any Grunt plugin install. We ask you to send pull requests to your favourite plugins and ask them to update the peerDependencies section of their package.json. Request For Comments We have created an new repo to encourage members of the community interested in shaping the future of Grunt to submit a RFC. Submitting an RFC will allow you to formally propose a significant change to Grunt and elicit feedback from the core team and community. The active proposals will help portray the future roadmap for Grunt and hopefully expedite community contributions into future Grunt releases. npm scripts We now install grunt-cli as part of grunt. Many users do not wish to perform the extra step of npm install grunt-cli -g. To better conform to the idioms of Node.js, you can now npm install grunt --save-dev then include Grunt in your npm scripts: { "scripts": { "grunt": "grunt" } } Your users now only have to npm install and npm run grunt to run your Gruntfile.js. Users on npm >= 2.0.0 can also pass tasks and options with: npm run grunt -- task --option=foo which is equivalent to grunt task --option=foo. If you would like the grunt command on your computer, please continue to npm install grunt-cli -g and use as before. API Changes Be aware, some APIs have changed warranting a major version update: coffee-script is upgraded to ~1.10.0 which could incur breaking changes when using the language with plugins and Gruntfiles. nopt is upgraded to ~3.0.6 which has fixed many issues, including passing multiple arguments and dealing with numbers as options. Be aware previously --foo bar used to pass the value 'bar' to the option foo. It will now set the option foo to true and run the task bar. glob is upgraded to ~6.0.4 and minimatch is upgraded to ~3.0.0. Results are now sorted by default with grunt.file.expandMapping(). Pass the nosort: true option if you don't want the results to be sorted. lodash was upgraded to ~4.3.0. Many changes have occurred. Some of which that directly affect Grunt are grunt.util._.template() returns a compile function and grunt.util._.flatten no longer flattens deeply. grunt.util._ is deprecated and we highly encourage you to npm install lodash and var _ = require('lodash') to use lodash. Please see the lodash changelog for a full list of changes: https://github.com/lodash/lodash/wiki/Changelog iconv-lite is upgraded to ~0.4.13 and strips the BOM by default. js-yaml is upgraded to ~3.5.2 and may affect grunt.file.readYAML. We encourage you to please npm install js-yaml and use var YAML = require('js-yaml') directly in case of future deprecations. A file mode option can be passed into grunt.file.write(). Done, without errors. was changed to Done. to avoid failing by mistake on the word errors. We encourage you to try out this release. We are also looking for contributors to all Grunt repositories and are willing to mentor you to get more experience with open source. Read more
匹配度: 225分
icon

Grunt 1.0.0 released

gruntjs.com · 2016-04-04
The Grunt team is pleased to announce the release Grunt 1.0.0. This release is made possible by @shama, @vladikoff, @jkaussieskater, @dmethvin. Also thanks to contributions by @XhmikosR, @AurelioDeRosa, @Arkni, @arithmetric, @ascripcaru. Be advised Grunt 1.0.0 will no longer support Node.js v0.8. We ask you to test this release and report any issues you are experiencing. Update to Grunt 1.0.0 today using: npm install grunt@1.0.0 --save-dev Please read the RC1 blog post for more details about changes to Grunt with version 1.0. Peer Dependencies If you have a Grunt plugin that includes grunt in the peerDependencies section of your package.json, we recommend tagging with "grunt": ">=0.4.0". Otherwise for npm@2 users grunt@1.0.0 will receive a hard error when trying to install your plugin and npm@3 users will get a warning. We have sent over two thousand pull requests to existing plugins to make this change. We ask you to send pull requests to your favourite plugins and ask them to update the peerDependencies section of their package.json. Changes in 1.0.0 Prevent async callback from being called multiple times. Pull #1464. Update copyright to jQuery Foundation and remove redundant headers. Fixes #1478. Update glob to 7.0.x. Fixes #1467. Removing duplicate BOM strip code. Pull #1482. Updated to latest cli ~1.2.0 Ensure a grunt bin gets created upon install. Changes in RC1 coffee-script is upgraded to ~1.10.0 which could incur breaking changes when using the language with plugins and Gruntfiles. nopt is upgraded to ~3.0.6 which has fixed many issues, including passing multiple arguments and dealing with numbers as options. Be aware previously --foo bar used to pass the value 'bar' to the option foo. It will now set the option foo to true and run the task bar. glob is upgraded to ~6.0.4 and minimatch is upgraded to ~3.0.0. Results are now sorted by default with grunt.file.expandMapping(). Pass the nosort: true option if you don't want the results to be sorted. lodash was upgraded to ~4.3.0. Many changes have occurred. Some of which that directly effect Grunt are grunt.util._.template() returns a compile function and grunt.util._.flatten no longer flattens deeply. grunt.util._ is deprecated and we highly encourage you to npm install lodash and var _ = require('lodash') to use lodash. Please see the lodash changelog for a full list of changes: https://github.com/lodash/lodash/wiki/Changelog iconv-lite is upgraded to ~0.4.13 and strips the BOM by default. js-yaml is upgraded to ~3.5.2 and may affect grunt.file.readYAML. We encourage you to please npm install js-yaml and use var YAML = require('js-yaml') directly in case of future deprecations. A file mode option can be passed into grunt.file.write(). Done, without errors. was changed to Done. to avoid failing by mistake on the word errors. As we mentioned before, we are also looking for contributors to all Grunt repositories and are willing to mentor you to get more experience with open source. Read more
匹配度: 225分
icon

Grunt CLI 1.3.0 released

gruntjs.com · 2018-08-15
The Grunt team is pleased to announce the release Grunt CLI 1.3.0. npm install grunt-cli -g This release is made possible by @shama, @vladikoff, @Arkni, @phated, and all the Liftoff contributors. This release is significant as it allows you to now write your Gruntfile in your preferred language. Previously Gruntfiles, by default, could only be wrote in either JavaScript or CoffeeScript. With >= 1.3.0, if you would like to write your Gruntfile in TypeScript, rename your Gruntfile to end with the appropriate extension: Gruntfile.ts and install the appropriate interpreter, npm install typescript. Running the command grunt will now interpret the Gruntfile accordingly. Another example, if you would like to write your Gruntfile using Babel, rename your Gruntfile to Gruntfile.babel.js and npm install babel. By default, the Grunt CLI can interpret a number of popular file extensions thanks to interpret, including: Gruntfile.babel.js -> npm install babel Gruntfile.buble.js -> npm install buble Gruntfile.coffee -> npm install coffeescript Gruntfile.coffee.md -> npm install coffeescript Gruntfile.csv -> npm install require-csv Gruntfile.ini -> npm install require-ini Gruntfile.json Gruntfile.ls -> npm install livescript Gruntfile.ts -> npm install typescript Gruntfile.yaml -> npm install require-yaml If the Grunt CLI doesn't support your preferred language, you can add support by using the --require option: grunt --require myscript/register Then Grunt will require your custom module to interpret the Gruntfile. This is all possible as the Grunt CLI now runs using Liftoff. CoffeeScript Previously Gruntfiles could be wrote by default in CoffeeScript. That version of CoffeeScript has been and will be locked to ~1.10.0. Relying on your Gruntfile.coffee file to be automatically interpreted is now deprecated. If your Gruntfile is wrote in CoffeeScript, please additionally run npm install coffeescript --save-dev. This will allow you to use your preferred version of CoffeeScript and not be locked to the version installed with Grunt. In the next major version release of Grunt, the CoffeeScript dependency will be removed and it will be required to additionally npm install coffeescript to write your Gruntfiles in CoffeeScript. Read more
匹配度: 225分
icon

Grunt 1.1.0 released

gruntjs.com · 2020-03-16
The Grunt team is pleased to announce the release of Grunt 1.1.0. This release is made possible by @vladikoff and @shama. Here are the changes: Update to mkdirp ~1.0.3 Only support versions of Node >= 8 You can find Grunt on npm and GitHub. Read more
匹配度: 225分
icon

Grunt 1.2.0 released

gruntjs.com · 2020-07-03
The Grunt team is pleased to announce the release of Grunt 1.2.0. This release is made possible by @vladikoff and contributors: philz - https://github.com/philz Brian Lim - https://github.com/bhldev micellius - https://github.com/micellius and more! Here are the changes: Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: https://github.com/gruntjs/grunt/pull/1677) Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency. This is considerably more user-friendly than dropping the require entirely, but doing so is feasible with the latest grunt-cli as users may simply use grunt --require coffeescript/register. (PR: https://github.com/gruntjs/grunt/pull/1675) Exposes Grunt Option keys for ease of use. (PR: https://github.com/gruntjs/grunt/pull/1570) Avoiding infinite loop on very long command names. (PR: https://github.com/gruntjs/grunt/pull/1697) Dependency updates are also included. You can find Grunt on npm and GitHub. Read more
匹配度: 225分