取自 我的GITHUB 的 fe-store-house repo,欢迎 PR,欢迎 STAR。原 repo 不定期更新,此文可能断更。
断更了一年多,重新更新一下,似乎 sfgg 的文章渲染中 gfm table 解析有问题。最新更新时间 2017-11-02。

前端资源

中文 | ENGLISH

平时开发和学习过程中自己收集的一些前端资源。自行取用,不断更新。欢迎 star 和 fork 补充。
你也可以关注我从而在我的点赞中了解到更多有意思的项目。

前端之路,且行且珍惜。

周报

名称 | 地址 | 介绍
-----|------|-----
HTML5 Weekly | http://html5weekly.com | html技术推送
CSS Weekly | http://css-weekly.com | css技术推送
Javascript Weekly | http://javascriptweekly.com | javascript技术推送
Web Design Weekly | http://web-design-weekly.com/ | 设计相关推送
UX Weekly | http://uxwkly.com | 用户体验和设计相关推送
Responsive Design Newsletter | http://responsivedesignweekly.com | 响应式设计相关推送
Sidebar | http://sidebar.io | 设计相关推送
The Hacker News Newsletter | http://www.hackernewsletter.com | hackernews 推送
Hack Design | http://hackdesign.org | 每周发布一个设计类课程
EchoJS | http://www.echojs.com/ | EchoJS
Reddit JS | https://www.reddit.com/r/javascript | reddit 的 javascript 分类
Front-End Front | https://frontendfront.com/ | Front-End Front
FE Weekly | http://www.feweekly.com/ | 带中文导读的前端周刊

社区

名称 | 地址 | 介绍
-----|------|-----
V2EX | http://www.v2ex.com | 国内技术社区,way to explore
cnode | http://cnodejs.org | 国内nodejs社区
stackoverflow | http://stackoverflow.com | 国外问答社区
SegmentFault | http://segmentfault.com | 国内问答社区
DIV.IO | http://div.io | 国内前端社区
掘金 | https://juejin.im/ | 国内开发者社区

博客

名称 | 地址 | 介绍
-----|------|-----
InfoQ | http://www.infoq.com/ | InfoQ
W3Cplus | http://www.w3cplus.com | 以css3、html5、Javascript和各类demo为主,推广国内前端行业的技术博客
前端观察 | http://www.qianduan.net | 前端技术文章
百度EFE | http://efe.baidu.com | 百度商业体系前端团队
百度FEX | http://fex.baidu.com | 百度FEX前端团队
张鑫旭-鑫空间-鑫生活 | http://www.zhangxinxu.com/wordpress | 前端技术文章
ria之家 | http://www.36ria.com | 前端技术文章
大前端 | http://www.daqianduan.com | 杂七杂八
设计达人 | http://www.shejidaren.com | 设计类
司徒正美 | http://www.cnblogs.com/rubylouvre | 司徒正美的博客
阮一峰 | http://www.ruanyifeng.com/blog | 技术文章
Be For Web | http://beforweb.com | 关注移动应用及互联网产品、用户体验设计、前端开发
Smashing Magazine | http://www.smashingmagazine.com | 技术、设计
CSS-TRICKS | http://css-tricks.com | 技术
Web Designer Wall | http://webdesignerwall.com | 技术、设计
Tutorialzine | http://tutorialzine.com | 一些不错的文章
Jake Rutter | http://www.onerutter.com | Jake Rutter的博客
Paul Irish | http://www.paulirish.com | Paul Irish的博客
DailyJS | http://dailyjs.com | 技术文章
Steve Souders | http://stevesouders.com | Steve Souders的博客
Evilcos | http://evilcos.me | 余弦的博客
Krasimir Tsonev | http://krasimirtsonev.com | Krasimir Tsonev的博客
soho UX | http://ux.sohu.com | sohu UX
w3ctech | http://www.w3ctech.com | w3ctech
阿里妈妈 MUX | http://mux.alimama.com/ | 阿里妈妈的用户体验部门
sitepoint | https://www.sitepoint.com/ | sitepoint

工具

名称 | 地址 | 介绍
-----|------|-----
Grunt | http://gruntjs.com | JavaScript任务执行工具
Gulp | http://gulpjs.com | Javascript任务执行工具
chalk | https://github.com/chalk/chalk | Terminal string styling done right
phantomJS | http://phantomjs.org/ | PhantomJS is a headless WebKit scriptable with a JavaScript API.
casperJS | http://casperjs.org/ | CasperJS is a navigation scripting & testing utility
spritesmith | https://github.com/Ensighten/spritesmith | 很不错的自动合并 icon 的工具
zepto.js | http://zeptojs.com | 精巧的js框架
underscore | http://underscorejs.org/ | A JavaScript library
lodash | https://lodash.com/ | A modern JavaScript utility library delivering modularity, performance, & extras.
Amaze UI | http://amazeui.org | 国内开源HTML5跨屏框架
FIS | http://fis.baidu.com | 前端工具框架
ACE | http://ace.c9.io/ | c9.io 使用的很棒的代码编辑器
ECharts | http://echarts.baidu.com | Javascript图表库
Karma | http://karma-runner.github.io | Javascript测试驱动环境
Mocha | http://mochajs.org | Javascript测试框架
Chai | http://chaijs.com | 断言库
sea.js | http://seajs.org | js模块加载工具
normalize.css | http://necolas.github.io/normalize.css | css reset
FontAwesome | http://fontawesome.io | 不错的font icon库
Jekyll | http://jekyllrb.com | 静态网站搭建工具
nodePPT | https://github.com/ksky521/nodePPT | markdown语法写ppt,支持远程控制等
impress.js | http://bartaz.github.io/impress.js | 用js做ppt
browserify | http://browserify.org | 让 CommonJS 的组件在浏览器里飞
jsdom | https://github.com/tmpvar/jsdom | A JavaScript implementation of the WHATWG DOM and HTML standards, for use with node.js
jshint | http://jshint.com | js 检查工具
hammer.js | http://hammerjs.github.io | 模拟页面上的手势事件
swipe.js | http://swipejs.com | 轻量级的移动端页面 slider
interact.js | http://interactjs.io/ | 轻量级的拖拽操作库
lining.js | http://zencode.in/lining.js/ | 丰富的行内样式操作库
octocard | http://octocard.in/ | github 卡片分享工具
Transifex | https://www.transifex.com/ | 在线协同翻译的网站
Handlebars | http://handlebarsjs.com/ | 前端模板引擎
AngularJS | https://angularjs.org/ | 大名鼎鼎的 Angular
React | https://facebook.github.io/react/ | 大名鼎鼎的 React
Socket.IO | http://socket.io/ | 实时通信框架
TheaterJS | https://github.com/Zhouzi/TheaterJS | A typing effect mimicking human behavior
emmet | http://emmet.io/ | 非常好用的一个写 HTML 的插件
gm | http://aheckmann.github.io/gm/ | node 上处理图片的不错的工具
esprima | http://esprima.org/index.html | ECMAScript parsing infrastructure for multipurpose analysis
marked | https://github.com/chjj/marked | 不错的 Markdown 解析器
to-markdown | https://domchristie.github.io/to-markdown/ | 将 HTML 转换成 Markdown
jsDoc | http://usejsdoc.org/ | js api document generator
pikaday | https://github.com/dbushell/Pikaday | A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS
moment.js | http://momentjs.com/ | Parse, validate, manipulate, and display dates in JavaScript.
fastclick | https://github.com/ftlabs/fastclick | Polyfill to remove click delays on browsers with touch UIs
pdf.js | https://github.com/mozilla/pdf.js | js pdf reader
lazy.js | http://danieltao.com/lazy.js/ | Like Underscore, but lazier
fullPage.js | http://alvarotrigo.com/fullPage/ | Create Beautiful Fullscreen Scrolling Websites
CSSOM | https://github.com/NV/CSSOM | CSS Object Model implemented in pure JavaScript.
jquery-pjax | http://pjax.herokuapp.com/ | pushState + ajax = pjax
request | https://github.com/request/request | Simplified HTTP request client.
psd.js | https://github.com/meltingice/psd.js | A Photoshop PSD file parser for NodeJS and browsers
js-xlsx | https://github.com/SheetJS/js-xlsx | XLSX / XLSM / XLSB / XLS / SpreadsheetML (Excel Spreadsheet) / ODS parser and writer
alloyImage | https://github.com/AlloyTeam/AlloyImage | 基于HTML5的专业级图像处理开源引擎
messagePack | http://msgpack.org/ | MessagePack is an efficient binary serialization format
Protocol Buffers | https://developers.google.com/protocol-buffers/ | Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.
rollup | http://rollupjs.org/ | 不错的 ES 6 模块处理器
documentation.js | http://documentation.js.org/ | 不错的 JS 文档工具
fontello | http://fontello.com/ | 在线 iconfont 生成工具
feathers | http://feathersjs.com/ | 实时交互框架
pandoc | http://pandoc.org/ | 比较全面的文档转换工具
stacktrace.js | http://www.stacktracejs.com/ | 针对主流浏览器的 stacktrace 工具库
postCSS | https://github.com/postcss/postcss | PostCSS is a tool for transforming styles with JS plugins.
autoPrefixer | https://github.com/postcss/autoprefixer | Parse CSS and add vendor prefixes to rules by Can I Use
cssnano | http://cssnano.co/ | 一个不错的 CSS 压缩插件
precss | https://jonathantneal.github.io/precss/ | Use Sass-like markup in your CSS
localForage | https://mozilla.github.io/localForage/ | 挺不错的本地缓存库
loader.css | https://connoratherton.com/loaders | Delightful and performance-focused pure css loading animations.
GSAP | https://github.com/greensock/GreenSock-JS/ | 性能很棒的 JS 动画库
cssTriggers | https://csstriggers.com/ | CSS 属性对于重绘、重排和合成的影响
nodemailer | http://nodemailer.com/ | 基于 Nodejs 的 email 工具
riot | https://github.com/riot/riot | 一个很轻量的 UI 库
amp | https://github.com/ampproject/amphtml | AMP project
weex | https://github.com/alibaba/weex | alibaba weex
polyfill-service | https://github.com/Financial-Times/polyfill-service | 自动化的 polyfill 服务
medium-editor | https://github.com/yabwe/medium-editor | Medium.com 的所见即所得编辑器
summernote | https://github.com/summernote/summernote | 简单的所见即所得编辑器
ramda | https://github.com/ramda/ramda | 函数式编程库
vue | http://vuejs.org/ | 很棒的 JS 框架
webpack | http://webpack.github.io/ | 大名鼎鼎的打包工具
flow | https://flowtype.org/ | JS 静态类型检查工具
yarn | https://yarnpkg.com/ | node 依赖理工具
chocolatey | https://chocolatey.org/ | windows 包管理工具
superagent | https://github.com/visionmedia/superagent | Ajax with less suck - (and node.js HTTP client to match)
request | https://github.com/request/request | Simplified HTTP request client.
request-promise | https://github.com/request/request-promise | The simplified HTTP request client 'request' with Promise support.
rxjs | https://github.com/ReactiveX/rxjs | A reactive programming library for JavaScript
commander | https://github.com/tj/commander.js | node.js command-line interfaces made easy
node-semver | https://github.com/npm/node-semver | The semver parser for node (the one npm uses)
node-emoji | https://github.com/omnidan/node-emoji | simple emoji support for node.js projects
shields.io | http://shields.io/ | 各种服务的状态图标
codecov | https://codecov.io/ | 测试覆盖率服务
inferno | http://infernojs.org/ | 轻量级的类 react 库
preact | https://preactjs.com/ | 轻量级的类 react 库
winston | https://github.com/winstonjs/winston | node 的多通道异步日志库
xo | https://github.com/sindresorhus/xo | 对于 eslint 的扩展配置
jsPDF | https://github.com/MrRio/jsPDF | js pdf 生成工具
gpu.js | https://github.com/gpujs/gpu.js | GPU Accelerated Javascript
tabris-js | https://github.com/eclipsesource/tabris-js | native apps in JS
iron-node | https://github.com/s-a/iron-node | debug node.js with chrome dev tool
release | https://github.com/zeit/release | Generate changelogs with a single command
franc | https://github.com/wooorm/franc | Natural language detection
markvis | https://github.com/geekplux/markvis | make visualization in markdown
icaro | https://github.com/GianlucaGuarini/icaro | Smart and efficient javascript object observer
gitignore | https://github.com/github/gitignore | A collection of useful .gitignore templates
js-git | https://github.com/creationix/js-git | A JavaScript implementation of Git
benchmark.js | https://github.com/bestiejs/benchmark.js | A benchmarking library
nightwatch | https://github.com/nightwatchjs/nightwatch | Automated testing and continous integration framework based on node.js and selenium webdriver
spikenail | https://github.com/spikenail/spikenail | Node.js GraphQL API framework
mailit | https://github.com/dthree/mailit | A tiny drop-in REST API to send emails
medium-editor | https://github.com/yabwe/medium-editor | Medium.com WYSIWYG editor
chart.js | https://github.com/chartjs/Chart.js | Simple HTML5 Charts using the <canvas> tag
spacetime | https://github.com/smallwins/spacetime | A lightweight way to handle timezones in js
micro | https://github.com/zeit/micro | Asynchronous HTTP microservices
hyperapp | https://github.com/hyperapp/hyperapp | 1 KB JavaScript library for building frontend applications
acorn | https://github.com/ternjs/acorn | A small, fast, JavaScript-based JavaScript parser
slate | https://github.com/lord/slate | Beautiful static documentation for your API
gpu.js | https://github.com/gpujs/gpu.js | GPU Accelerated JavaScript
unfetch | https://github.com/developit/unfetch | Bare minimum fetch polyfill in 500 bytes
graphql-js | https://github.com/graphql/graphql-js | A reference implementation of GraphQL for JavaScript
popper.js | https://github.com/FezVrasta/popper.js | A kickass library to manage your poppers
caporal.js | https://github.com/mattallty/Caporal.js | A full-featured framework for building command line applications (cli) with node.js
songbird | https://github.com/google/songbird | Spatial Audio Encoding on the Web
uncss | https://github.com/giakki/uncss | Remove unused styles from CSS
puppeteer | https://github.com/GoogleChrome/puppeteer | Headless Chrome Node API
nprogress | https://github.com/rstacruz/nprogress | For slim progress bars
fitty | https://github.com/rikschennink/fitty | Makes text fit perfectly
fuzzysort | https://github.com/farzher/fuzzysort | Fast SublimeText-like fuzzy search for JavaScript
stylelint | https://github.com/stylelint/stylelint | A mighty, modern CSS linter
lint-staged | https://github.com/okonet/lint-staged | Run linters on git staged files
text-mask | https://github.com/text-mask/text-mask | Input mask for React, Angular, Ember, Vue, & plain JavaScript
pre-commit | https://github.com/observing/pre-commit | Automatically installs a git pre-commit script in your git repository which runs your npm test on pre-commit
intro.js | https://github.com/usablica/intro.js | A better way for new feature introduction and step-by-step users guide for your website and project
lozad.js | https://github.com/ApoorvSaxena/lozad.js | Highly performant, light ~0.5kb and configurable lazy loader in pure JS with no dependencies for images, iframes and more
r2 | https://github.com/mikeal/r2 | HTTP client. Spiritual successor to request.
fastify | https://github.com/fastify/fastify | Fast and low overhead web framework, for Node.js
graphql.js | https://github.com/f/graphql.js | A Simple and Isomorphic GraphQL Client for JavaScript
websocket-as-promised | https://github.com/vitalets/websocket-as-promised | A Promise-based API for WebSockets
strapi | https://github.com/strapi/strapi | Node.js Content Management Framework (headless-CMS) to build powerful API with no effort
fast-json-stringify | https://github.com/fastify/fast-json-stringify | 2x faster than JSON.stringify()
accessibilityjs | https://github.com/github/accessibilityjs | Client side accessibility error scanner
napajs | https://github.com/Microsoft/napajs | Napa.js: a multi-threaded JavaScript runtime
apidoc | https://github.com/apidoc/apidoc | RESTful web API Documentation Generator
kue | https://github.com/Automattic/kue | Kue is a priority job queue backed by redis, built for node.js
node-microtime | https://github.com/wadey/node-microtime | Get the current time in microseconds
luma.gl | https://github.com/uber/luma.gl | A JavaScript WebGL Framework for Data Visualization
date-fns | https://github.com/date-fns/date-fns | Modern JavaScript date utility library
webdriverio | https://github.com/webdriverio/webdriverio | A Node.js bindings implementation for the W3C WebDriver protocol
spectron | https://github.com/electron/spectron | Test Electron apps using ChromeDriver
draggable | https://github.com/Shopify/draggable | The JavaScript Drag & Drop library your grandparents warned you about
minimist | https://github.com/substack/minimist | parse argument options
ajv | https://github.com/epoberezkin/ajv | The fastest JSON-Schema Validator. Supports draft-04/06
src2png | https://github.com/mplewis/src2png | Turn your source code into beautiful syntax-highlighted images

最佳实践

名称 | 地址 | 介绍
-----|------|-----
project-guidelines | https://github.com/wearehive/project-guidelines | a set of best practices for JS project
API-Security-Checklist | https://github.com/shieldfy/API-Security-Checklist | Checklist of the most important security countermeasures
awesome-guidelines | https://github.com/Kristories/awesome-guidelines | A curated list of high quality coding style conventions and standards
front-end-checklist | https://github.com/thedaviddias/Front-End-Checklist | The perfect Front-End Checklist for modern websites and meticulous developers

关于动画

名称 | 地址 | 介绍
-----|------|-----
animate.css | https://github.com/daneden/animate.css | css 动画库
bounce.js | https://github.com/tictail/bounce.js | 基于 css3 的 js 动画库
magic | https://github.com/miniMAC/magic | CSS3 动画库
velocity | https://github.com/julianshapiro/velocity | js 动画库
anime | https://github.com/juliangarnier/anime | js 动画引擎
web-animations-js | https://github.com/web-animations/web-animations-js | JavaScript implementation of the Web Animations API

关于 Material

名称 | 地址 | 介绍
-----|------|-----
MDL | http://www.getmdl.io/ | Google 基于 Material Design 规范出的框架
Materialize | http://materializecss.com/ | 基于 Material Design 的前端框架
Material Icons | http://google.github.io/material-design-icons/ | Google 关于 Material 图标的指南
Material-ui | http://www.material-ui.com/#/ | React Components
Angular Material | https://material.angularjs.org/latest/ | UI Component framework for angular
Bootstrap Material | http://fezvrasta.github.io/bootstrap-material-design/ | Material Design for Bootstrap3

关于 Visual Studio Code

名称 | 地址 | 介绍
-----|------|-----
Settings Sync | https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync | 同步配置的插件
Vim | https://marketplace.visualstudio.com/items?itemName=vscodevim.vim | Vim 插件
Better Align | https://marketplace.visualstudio.com/items?itemName=wwm.better-align | 代码对齐插件
Bracket Pair Colorizer | https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer | 高亮区分配对的括号
change-case | https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case | 在不同格式命名见快速切换
Document This | https://marketplace.visualstudio.com/items?itemName=joelday.docthis | 为 JS 和 TS 文件自动生成 JSDoc 风格的注释
IntelliSense for CSS class names | https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion | 通过项目中的 CSS 文件自动补全 HTML 的 class 属性
Material Icon Theme | https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme | Material Icon 插件

关于 Atom

名称 | 地址 | 介绍
-----|------|-----
seti-ui | https://atom.io/themes/seti-ui | 很棒的深色主题
file-icons | https://atom.io/packages/file-icons | 不错的图标插件
atom-ternjs | https://atom.io/packages/atom-ternjs | 还不错的 JS 补全插件
emmet | https://atom.io/packages/emmet | 写 HTML 很爽
minimap | https://atom.io/packages/minimap | 全文内容预览
vim-mode | https://atom.io/packages/vim-mode | vim 插件
ex-mode | https://atom.io/packages/ex-mode | vim 插件的扩展,推荐一起使用
linter-eslint | https://atom.io/packages/linter-eslint | eslint 的插件
linter-htmlhint | https://atom.io/packages/linter-htmlhint | htmlhint 的插件
pigments | https://atom.io/packages/pigments | 在文件中显示颜色

规范

名称 | 地址 | 介绍
-----|------|-----
w3org | http://www.w3.org/ | w3org
whatwg | https://whatwg.org/ | whatwg
Promises/A+ | https://promisesaplus.com/ | promises spec
CommonJS | http://wiki.commonjs.org/wiki/CommonJS | commonjs wiki
AMDJS | https://github.com/amdjs/amdjs-api | amdjs
CMDJS | https://github.com/cmdjs/specification | cmdjs
JSON-schema | http://json-schema.org/ | JSON Schema
Swagger | http://swagger.io/specification/ | Popular APIs Spec
RAML| https://github.com/raml-org/raml-spec | RAML Specification
graphQL | http://graphql.org/ | A query language for your API

教程

名称 | 地址 | 介绍
-----|------|-----
前端开胃菜 | http://poppinlp.github.io/front-end-appetizers | 前端基础入门教程
CSS 词汇表 | http://yisibl.github.io/css-vocabulary/ | 适合 CSS 初学者了解各种 CSS 基本概念
Git 在线入门教程 | http://pcottle.github.io/learnGitBranching/?locale=zh_CN | 适合 Git 入门者的在线学习教程,可直接在线操作
ProGit 中文版 | http://git.oschina.net/progit/ | 很棒的一本讲 Git 的书,这是网页版,当然也有很多地方能下载到 pdf 版
CSS 布局水平垂直居中总结 | http://f2e.souche.com/blog/jie-du-cssbu-ju-zhi-shui-ping-chui-zhi-ju-zhong/ | 总结的挺全面
understanding ES6 | https://github.com/nzakas/understandinges6 | NZ 大神讲解 ES6
ECMAScript 6 入门 | http://es6.ruanyifeng.com/ | 阮一峰老师的中文 ES6 教程
Bash 基础教程 | https://github.com/Idnan/bash-guide | 英文的 Bash 基础教程

有点意思

名称 | 地址 | 介绍
-----|------|-----
Attack Map | http://map.norsecorp.com/ | 对于全球黑客攻击蛮有意思的可视化
Gource | https://github.com/acaudwell/Gource | 对于 commit 的可视化呈现
hardseed | https://github.com/yangyangwithgnu/hardseed | hardseed

查看全文
如若内容造成侵权/违法违规/事实不符,请联系编程学习网邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!

相关文章

  1. Promise小书(长文)

    前言 本文主要参考了JavaScript Promise迷你书&#xff0c;链接在文末与其他参考一起列出。 promise基础 Promise是异步编程的一种解决方案。ES6 Promise的规范来源于Promises/A社区&#xff0c;它有很多版本的实现。 Promise比传统的解决方案&#xff08;回调函数和事件&#…...

    2024/5/3 1:45:45
  2. 【JAVA IO流之转换流OutputStreamWriter和InputStreamReader】

    java字符流的底层还是使用字节流实现的,所以字节流时刻转换为字符流的。转换流主要使用到OutputStreamWriter:将字节输出流转换为字符输出流形式InputStreamReader:将输入的字节流转换为字符流输入形式1.OutputStreamWriter(字节输出流-->字符输出流)OutputStreamWrite…...

    2024/5/2 18:57:32
  3. React.js入门笔记

    # React.js入门笔记 核心提示 这是本人学习react.js的第一篇入门笔记&#xff0c;估计也会是该系列涵盖内容最多的笔记&#xff0c;主要内容来自英文官方文档的快速上手部分和阮一峰博客教程。当然&#xff0c;还有我自己尝试的实例。日后还将对官方文档进阶和高级部分分专题进…...

    2024/5/3 1:58:16
  4. 你不知道的XHR

    你不知道的 XMLHttpRequest 原文地址&#xff1a; https://juejin.im/post/58e4a174ac502e006c1e18f4 本文详细介绍了 XMLHttpRequest 相关知识&#xff0c;涉及内容&#xff1a; AJAX、XMLHTTP、XMLHttpRequest详解、XMLHttpRequest Level 1、Level 2 详解XHR 上传、下载数据、…...

    2024/5/2 11:52:33
  5. 你不知道的 XMLHttpRequest

    本文详细介绍了 XMLHttpRequest 相关知识&#xff0c;涉及内容&#xff1a; AJAX、XMLHTTP、XMLHttpRequest详解、XMLHttpRequest Level 1、Level 2 详解XHR 上传、下载数据、XHR 流式传输、XHR 定时轮询和长轮询区别与优缺点、XMLHttpRequest 库 (Mock.js、Zone.js、Oboe.js、…...

    2024/5/2 19:24:58
  6. 各类工具和技术博客

    文章目录[隐藏]前端记录Join GitHub todayGitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.Sign up Find fileCopy pathfe-record/ README.md c3498b0on 30 Martumarsupdate 1 contrib…...

    2024/5/5 21:40:18
  7. react入门教程记录

    公司业务原因需要使用react 目前大火的双向绑定框架有react&#xff0c;vue&#xff0c;backbone&#xff0c;angular等 这类框架有两个最大的亮点&#xff0c;1是数据绑定功能&#xff0c;2是组件复用技术 看了一边react&#xff0c;忽然就明白了为什么vue可以迅速的崛起。…...

    2024/5/5 18:08:01
  8. Github前端项目排名

    Github前端项目排名(2016-04-04) 一、前言 近几年前端技术日新月异&#xff0c;从 RequireJS 到 AngularJS 再到 React&#xff0c;似乎每天都有新的技术诞生。而大神们总能第一时间获取到最新资讯&#xff0c;在我们还在刀耕火种的年代就使用上各种高新技术&#xff0c;甚是膜…...

    2024/5/6 1:59:47
  9. 前端知识点

    原文链接&#xff1a;http://caibaojian.com/fe-knowledge-points.html 前端知识点 A-A前端博客•2015-12-24•前端开发资源•前端开发•1650View1文章目录 Pre IntroductionEditorToolsCommmunityTask 1 HTML\CSS\Git Basic Reading:GitHTML:CSS & Layout:Task 2 JavaScri…...

    2024/5/8 4:30:36
  10. Ajax 知识体系大梳理

    这是一篇万字长文, 系统梳理了ajax相关的知识体系, 几乎囊括了所有ajax的知识点. 原文: louiszhai.github.io/2016/11/02/… 导读 Ajax 全称 Asynchronous JavaScript and XML, 即异步JS与XML. 它最早在IE5中被使用, 然后由Mozilla, Apple, Google推广开来. 典型的代表应用有 O…...

    2024/5/5 4:30:00
  11. Ajax知识体系大梳理

    导读 Ajax 全称 Asynchronous JavaScript and XML, 即异步JS与XML. 它最早在IE5中被使用, 然后由Mozilla, Apple, Google推广开来. 典型的代表应用有 Outlook Web Access, 以及 GMail. 现代网页中几乎无ajax不欢. 前后端分离也正是建立在ajax异步通信的基础之上. 浏览器为ajax做…...

    2024/5/5 20:42:19
  12. Vue CLI 3结合Lerna进行UI框架设计

    第一次在掘金发文章&#xff0c;有点啰里啰嗦&#xff0c;大家见谅。 当前大部分UI框架设计的Webpack配置都相对复杂&#xff0c;例如Element、Ant Design Vue和Muse-UI等Vue组件库。例如Element&#xff0c;为了实现业务层面的两种引入形式&#xff08;完整引入和按需引入&…...

    2024/5/5 23:28:35
  13. ES6学习笔记19:Generator 函数的语法

    文章目录基本定义yield表达式yield表达式和return语句注意与Iterator 接口的关系next方法的参数for...of 循环Generator.prototype.throw()Generator.prototype.return()next()、throw()、return()的共同点yield* 表达式作为对象属性的Generator函数Generator 函数的this使Gene…...

    2024/5/5 16:55:42
  14. AngularJS分页插件的使用

    最终效果&#xff1a; 先查全部 1.后端 我们需要建立一个实体类&#xff0c;PageResult.java&#xff08;加上get,set方法和构造方法&#xff0c;实现序列化&#xff09; 定义 总页数和行数 package entity;import java.io.Serializable; import java.util.List;/*** 分页总…...

    2024/5/6 0:05:37
  15. angular.js+bootstrap 自己做分页插件(三)带数据加载,数据筛选的分页插件

    如图&#xff1a;之前的版本&#xff0c;分页存在一些bug,修改每页分页条数小于5的时候&#xff0c;页面条会有问题&#xff0c;现在已经修复&#xff0c;发布最新的完整的成果。 html代码&#xff1a; <p>每页显示<input type"text" ng-model"pagenum…...

    2024/5/5 20:14:54
  16. Angular2-PrimeNG 分页模块源码学习

    Angular2 PrimeNG源码学习 Paginator分页组件 GITHUB地址 首先分析一下分页功能的需求&#xff1a; 由父组件传入数据总数量&#xff0c;每页显示数量&#xff0c;可自定义初始页由父组件传入分页按钮个数有第一页&#xff0c;上一页&#xff0c;下一页&#xff0c;最后一页…...

    2024/5/5 3:09:13
  17. angular 分页使用方法

    调用方法: var GetAllEmployee function () {//alert($scope.paginationConf.currentPage);var topAllbadsmell {url:defectManager/list,data:{"projectId":parseInt(localStorage.projectId),"farmlandId":0,"jobId":parseInt(localStorage.…...

    2024/5/5 11:40:03
  18. Angular4 自制分页控件

    过年后第一波&#xff0c;自制的分页控件&#xff0c;可能功能没有 PrimeNG 那么好&#xff0c;但是基本可以实现自定义翻页功能&#xff0c;包括&#xff1a;首页/最后一页/上一页/下一页。 用户可以自定义&#xff1a; 1. 当前默认页码&#xff08;如未提供&#xff0c;默认为…...

    2024/5/5 12:11:12
  19. Angular 7+boostrap 分页

    参数定义taskLists: any&#xff1b;//initDatataskPageList: any; // paginationDatapageNo 1; // first pagepageSize 12; // every page countcurPage 1; //currentPagepageCount: any ;代码&#xff1a;ngOnInit(){this.pageCount [1];//这个是为了进这个页面的时候默认…...

    2024/5/5 2:23:58
  20. angular分页的实现

    做数据处理经常要用到分页&#xff0c;ui-bootstrap的分页挺好用的&#xff0c;但是要知道每个属性的意思&#xff0c;之前就在items-per-page上入了坑&#xff0c;ui-bootstrap默认是每页显示10条数据&#xff0c;如果这个值不设置和你想显示的数据条数相同的话&#xff0c;总…...

    2024/5/5 10:49:28

最新文章

  1. 基士得耶CP 6303c速印机不制版故障检修

    故障&#xff1a;基士得耶CP 6303c经常提示版纸卡纸&#xff0c;重设版纸 版纸还没下滚筒&#xff0c;卡在版纸仓里面,手动滚动裁纸刀可以解决&#xff0c;但第二天又是这个毛病&#xff1b; 版纸定位传感器的灵敏度调节一下,然后给机器全面做个清洁大保养&#xff0c;尤其是传…...

    2024/5/10 5:47:49
  2. 梯度消失和梯度爆炸的一些处理方法

    在这里是记录一下梯度消失或梯度爆炸的一些处理技巧。全当学习总结了如有错误还请留言&#xff0c;在此感激不尽。 权重和梯度的更新公式如下&#xff1a; w w − η ⋅ ∇ w w w - \eta \cdot \nabla w ww−η⋅∇w 个人通俗的理解梯度消失就是网络模型在反向求导的时候出…...

    2024/5/9 21:23:04
  3. 链表面试题

    删除链表中等于给定值 val 的所有节点 /*** Definition for singly-linked list.* public class ListNode {* int val;* ListNode next;* ListNode() {}* ListNode(int val) { this.val val; }* ListNode(int val, ListNode next) { this.val val; this.next next; }* }*/ …...

    2024/5/10 0:06:02
  4. Django auth模块

    【一】命令行创建用户 【1】语法 python manage.py createsuper【2】示例 用户名 默认是是电脑名称 邮箱 可以填也可以不填 密码 terminal中&#xff1a;输入密码不显示出来manage.py中&#xff1a;明文输入输入密码太简单会提示 Username (leave blank to use administra…...

    2024/5/9 21:56:20
  5. 【外汇早评】美通胀数据走低,美元调整

    原标题:【外汇早评】美通胀数据走低,美元调整昨日美国方面公布了新一期的核心PCE物价指数数据,同比增长1.6%,低于前值和预期值的1.7%,距离美联储的通胀目标2%继续走低,通胀压力较低,且此前美国一季度GDP初值中的消费部分下滑明显,因此市场对美联储后续更可能降息的政策…...

    2024/5/8 6:01:22
  6. 【原油贵金属周评】原油多头拥挤,价格调整

    原标题:【原油贵金属周评】原油多头拥挤,价格调整本周国际劳动节,我们喜迎四天假期,但是整个金融市场确实流动性充沛,大事频发,各个商品波动剧烈。美国方面,在本周四凌晨公布5月份的利率决议和新闻发布会,维持联邦基金利率在2.25%-2.50%不变,符合市场预期。同时美联储…...

    2024/5/9 15:10:32
  7. 【外汇周评】靓丽非农不及疲软通胀影响

    原标题:【外汇周评】靓丽非农不及疲软通胀影响在刚结束的周五,美国方面公布了新一期的非农就业数据,大幅好于前值和预期,新增就业重新回到20万以上。具体数据: 美国4月非农就业人口变动 26.3万人,预期 19万人,前值 19.6万人。 美国4月失业率 3.6%,预期 3.8%,前值 3…...

    2024/5/4 23:54:56
  8. 【原油贵金属早评】库存继续增加,油价收跌

    原标题:【原油贵金属早评】库存继续增加,油价收跌周三清晨公布美国当周API原油库存数据,上周原油库存增加281万桶至4.692亿桶,增幅超过预期的74.4万桶。且有消息人士称,沙特阿美据悉将于6月向亚洲炼油厂额外出售更多原油,印度炼油商预计将每日获得至多20万桶的额外原油供…...

    2024/5/9 4:20:59
  9. 【外汇早评】日本央行会议纪要不改日元强势

    原标题:【外汇早评】日本央行会议纪要不改日元强势近两日日元大幅走强与近期市场风险情绪上升,避险资金回流日元有关,也与前一段时间的美日贸易谈判给日本缓冲期,日本方面对汇率问题也避免继续贬值有关。虽然今日早间日本央行公布的利率会议纪要仍然是支持宽松政策,但这符…...

    2024/5/4 23:54:56
  10. 【原油贵金属早评】欧佩克稳定市场,填补伊朗问题的影响

    原标题:【原油贵金属早评】欧佩克稳定市场,填补伊朗问题的影响近日伊朗局势升温,导致市场担忧影响原油供给,油价试图反弹。此时OPEC表态稳定市场。据消息人士透露,沙特6月石油出口料将低于700万桶/日,沙特已经收到石油消费国提出的6月份扩大出口的“适度要求”,沙特将满…...

    2024/5/4 23:55:05
  11. 【外汇早评】美欲与伊朗重谈协议

    原标题:【外汇早评】美欲与伊朗重谈协议美国对伊朗的制裁遭到伊朗的抗议,昨日伊朗方面提出将部分退出伊核协议。而此行为又遭到欧洲方面对伊朗的谴责和警告,伊朗外长昨日回应称,欧洲国家履行它们的义务,伊核协议就能保证存续。据传闻伊朗的导弹已经对准了以色列和美国的航…...

    2024/5/4 23:54:56
  12. 【原油贵金属早评】波动率飙升,市场情绪动荡

    原标题:【原油贵金属早评】波动率飙升,市场情绪动荡因中美贸易谈判不安情绪影响,金融市场各资产品种出现明显的波动。随着美国与中方开启第十一轮谈判之际,美国按照既定计划向中国2000亿商品征收25%的关税,市场情绪有所平复,已经开始接受这一事实。虽然波动率-恐慌指数VI…...

    2024/5/7 11:36:39
  13. 【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试

    原标题:【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试美国和伊朗的局势继续升温,市场风险情绪上升,避险黄金有向上突破阻力的迹象。原油方面稍显平稳,近期美国和OPEC加大供给及市场需求回落的影响,伊朗局势并未推升油价走强。近期中美贸易谈判摩擦再度升级,美国对中…...

    2024/5/4 23:54:56
  14. 【原油贵金属早评】市场情绪继续恶化,黄金上破

    原标题:【原油贵金属早评】市场情绪继续恶化,黄金上破周初中国针对于美国加征关税的进行的反制措施引发市场情绪的大幅波动,人民币汇率出现大幅的贬值动能,金融市场受到非常明显的冲击。尤其是波动率起来之后,对于股市的表现尤其不安。隔夜美国股市出现明显的下行走势,这…...

    2024/5/6 1:40:42
  15. 【外汇早评】美伊僵持,风险情绪继续升温

    原标题:【外汇早评】美伊僵持,风险情绪继续升温昨日沙特两艘油轮再次发生爆炸事件,导致波斯湾局势进一步恶化,市场担忧美伊可能会出现摩擦生火,避险品种获得支撑,黄金和日元大幅走强。美指受中美贸易问题影响而在低位震荡。继5月12日,四艘商船在阿联酋领海附近的阿曼湾、…...

    2024/5/4 23:54:56
  16. 【原油贵金属早评】贸易冲突导致需求低迷,油价弱势

    原标题:【原油贵金属早评】贸易冲突导致需求低迷,油价弱势近日虽然伊朗局势升温,中东地区几起油船被袭击事件影响,但油价并未走高,而是出于调整结构中。由于市场预期局势失控的可能性较低,而中美贸易问题导致的全球经济衰退风险更大,需求会持续低迷,因此油价调整压力较…...

    2024/5/8 20:48:49
  17. 氧生福地 玩美北湖(上)——为时光守候两千年

    原标题:氧生福地 玩美北湖(上)——为时光守候两千年一次说走就走的旅行,只有一张高铁票的距离~ 所以,湖南郴州,我来了~ 从广州南站出发,一个半小时就到达郴州西站了。在动车上,同时改票的南风兄和我居然被分到了一个车厢,所以一路非常愉快地聊了过来。 挺好,最起…...

    2024/5/7 9:26:26
  18. 氧生福地 玩美北湖(中)——永春梯田里的美与鲜

    原标题:氧生福地 玩美北湖(中)——永春梯田里的美与鲜一觉醒来,因为大家太爱“美”照,在柳毅山庄去寻找龙女而错过了早餐时间。近十点,向导坏坏还是带着饥肠辘辘的我们去吃郴州最富有盛名的“鱼头粉”。说这是“十二分推荐”,到郴州必吃的美食之一。 哇塞!那个味美香甜…...

    2024/5/4 23:54:56
  19. 氧生福地 玩美北湖(下)——奔跑吧骚年!

    原标题:氧生福地 玩美北湖(下)——奔跑吧骚年!让我们红尘做伴 活得潇潇洒洒 策马奔腾共享人世繁华 对酒当歌唱出心中喜悦 轰轰烈烈把握青春年华 让我们红尘做伴 活得潇潇洒洒 策马奔腾共享人世繁华 对酒当歌唱出心中喜悦 轰轰烈烈把握青春年华 啊……啊……啊 两…...

    2024/5/8 19:33:07
  20. 扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!

    原标题:扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!扒开伪装医用面膜,翻六倍价格宰客!当行业里的某一品项火爆了,就会有很多商家蹭热度,装逼忽悠,最近火爆朋友圈的医用面膜,被沾上了污点,到底怎么回事呢? “比普通面膜安全、效果好!痘痘、痘印、敏感肌都能用…...

    2024/5/5 8:13:33
  21. 「发现」铁皮石斛仙草之神奇功效用于医用面膜

    原标题:「发现」铁皮石斛仙草之神奇功效用于医用面膜丽彦妆铁皮石斛医用面膜|石斛多糖无菌修护补水贴19大优势: 1、铁皮石斛:自唐宋以来,一直被列为皇室贡品,铁皮石斛生于海拔1600米的悬崖峭壁之上,繁殖力差,产量极低,所以古代仅供皇室、贵族享用 2、铁皮石斛自古民间…...

    2024/5/8 20:38:49
  22. 丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者

    原标题:丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者【公司简介】 广州华彬企业隶属香港华彬集团有限公司,专注美业21年,其旗下品牌: 「圣茵美」私密荷尔蒙抗衰,产后修复 「圣仪轩」私密荷尔蒙抗衰,产后修复 「花茵莳」私密荷尔蒙抗衰,产后修复 「丽彦妆」专注医学护…...

    2024/5/4 23:54:58
  23. 广州械字号面膜生产厂家OEM/ODM4项须知!

    原标题:广州械字号面膜生产厂家OEM/ODM4项须知!广州械字号面膜生产厂家OEM/ODM流程及注意事项解读: 械字号医用面膜,其实在我国并没有严格的定义,通常我们说的医美面膜指的应该是一种「医用敷料」,也就是说,医用面膜其实算作「医疗器械」的一种,又称「医用冷敷贴」。 …...

    2024/5/9 7:32:17
  24. 械字号医用眼膜缓解用眼过度到底有无作用?

    原标题:械字号医用眼膜缓解用眼过度到底有无作用?医用眼膜/械字号眼膜/医用冷敷眼贴 凝胶层为亲水高分子材料,含70%以上的水分。体表皮肤温度传导到本产品的凝胶层,热量被凝胶内水分子吸收,通过水分的蒸发带走大量的热量,可迅速地降低体表皮肤局部温度,减轻局部皮肤的灼…...

    2024/5/9 17:11:10
  25. 配置失败还原请勿关闭计算机,电脑开机屏幕上面显示,配置失败还原更改 请勿关闭计算机 开不了机 这个问题怎么办...

    解析如下&#xff1a;1、长按电脑电源键直至关机&#xff0c;然后再按一次电源健重启电脑&#xff0c;按F8健进入安全模式2、安全模式下进入Windows系统桌面后&#xff0c;按住“winR”打开运行窗口&#xff0c;输入“services.msc”打开服务设置3、在服务界面&#xff0c;选中…...

    2022/11/19 21:17:18
  26. 错误使用 reshape要执行 RESHAPE,请勿更改元素数目。

    %读入6幅图像&#xff08;每一幅图像的大小是564*564&#xff09; f1 imread(WashingtonDC_Band1_564.tif); subplot(3,2,1),imshow(f1); f2 imread(WashingtonDC_Band2_564.tif); subplot(3,2,2),imshow(f2); f3 imread(WashingtonDC_Band3_564.tif); subplot(3,2,3),imsho…...

    2022/11/19 21:17:16
  27. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机...

    win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”问题的解决方法在win7系统关机时如果有升级系统的或者其他需要会直接进入一个 等待界面&#xff0c;在等待界面中我们需要等待操作结束才能关机&#xff0c;虽然这比较麻烦&#xff0c;但是对系统进行配置和升级…...

    2022/11/19 21:17:15
  28. 台式电脑显示配置100%请勿关闭计算机,“准备配置windows 请勿关闭计算机”的解决方法...

    有不少用户在重装Win7系统或更新系统后会遇到“准备配置windows&#xff0c;请勿关闭计算机”的提示&#xff0c;要过很久才能进入系统&#xff0c;有的用户甚至几个小时也无法进入&#xff0c;下面就教大家这个问题的解决方法。第一种方法&#xff1a;我们首先在左下角的“开始…...

    2022/11/19 21:17:14
  29. win7 正在配置 请勿关闭计算机,怎么办Win7开机显示正在配置Windows Update请勿关机...

    置信有很多用户都跟小编一样遇到过这样的问题&#xff0c;电脑时发现开机屏幕显现“正在配置Windows Update&#xff0c;请勿关机”(如下图所示)&#xff0c;而且还需求等大约5分钟才干进入系统。这是怎样回事呢&#xff1f;一切都是正常操作的&#xff0c;为什么开时机呈现“正…...

    2022/11/19 21:17:13
  30. 准备配置windows 请勿关闭计算机 蓝屏,Win7开机总是出现提示“配置Windows请勿关机”...

    Win7系统开机启动时总是出现“配置Windows请勿关机”的提示&#xff0c;没过几秒后电脑自动重启&#xff0c;每次开机都这样无法进入系统&#xff0c;此时碰到这种现象的用户就可以使用以下5种方法解决问题。方法一&#xff1a;开机按下F8&#xff0c;在出现的Windows高级启动选…...

    2022/11/19 21:17:12
  31. 准备windows请勿关闭计算机要多久,windows10系统提示正在准备windows请勿关闭计算机怎么办...

    有不少windows10系统用户反映说碰到这样一个情况&#xff0c;就是电脑提示正在准备windows请勿关闭计算机&#xff0c;碰到这样的问题该怎么解决呢&#xff0c;现在小编就给大家分享一下windows10系统提示正在准备windows请勿关闭计算机的具体第一种方法&#xff1a;1、2、依次…...

    2022/11/19 21:17:11
  32. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”的解决方法...

    今天和大家分享一下win7系统重装了Win7旗舰版系统后&#xff0c;每次关机的时候桌面上都会显示一个“配置Windows Update的界面&#xff0c;提示请勿关闭计算机”&#xff0c;每次停留好几分钟才能正常关机&#xff0c;导致什么情况引起的呢&#xff1f;出现配置Windows Update…...

    2022/11/19 21:17:10
  33. 电脑桌面一直是清理请关闭计算机,windows7一直卡在清理 请勿关闭计算机-win7清理请勿关机,win7配置更新35%不动...

    只能是等着&#xff0c;别无他法。说是卡着如果你看硬盘灯应该在读写。如果从 Win 10 无法正常回滚&#xff0c;只能是考虑备份数据后重装系统了。解决来方案一&#xff1a;管理员运行cmd&#xff1a;net stop WuAuServcd %windir%ren SoftwareDistribution SDoldnet start WuA…...

    2022/11/19 21:17:09
  34. 计算机配置更新不起,电脑提示“配置Windows Update请勿关闭计算机”怎么办?

    原标题&#xff1a;电脑提示“配置Windows Update请勿关闭计算机”怎么办&#xff1f;win7系统中在开机与关闭的时候总是显示“配置windows update请勿关闭计算机”相信有不少朋友都曾遇到过一次两次还能忍但经常遇到就叫人感到心烦了遇到这种问题怎么办呢&#xff1f;一般的方…...

    2022/11/19 21:17:08
  35. 计算机正在配置无法关机,关机提示 windows7 正在配置windows 请勿关闭计算机 ,然后等了一晚上也没有关掉。现在电脑无法正常关机...

    关机提示 windows7 正在配置windows 请勿关闭计算机 &#xff0c;然后等了一晚上也没有关掉。现在电脑无法正常关机以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;关机提示 windows7 正在配…...

    2022/11/19 21:17:05
  36. 钉钉提示请勿通过开发者调试模式_钉钉请勿通过开发者调试模式是真的吗好不好用...

    钉钉请勿通过开发者调试模式是真的吗好不好用 更新时间:2020-04-20 22:24:19 浏览次数:729次 区域: 南阳 > 卧龙 列举网提醒您:为保障您的权益,请不要提前支付任何费用! 虚拟位置外设器!!轨迹模拟&虚拟位置外设神器 专业用于:钉钉,外勤365,红圈通,企业微信和…...

    2022/11/19 21:17:05
  37. 配置失败还原请勿关闭计算机怎么办,win7系统出现“配置windows update失败 还原更改 请勿关闭计算机”,长时间没反应,无法进入系统的解决方案...

    前几天班里有位学生电脑(windows 7系统)出问题了&#xff0c;具体表现是开机时一直停留在“配置windows update失败 还原更改 请勿关闭计算机”这个界面&#xff0c;长时间没反应&#xff0c;无法进入系统。这个问题原来帮其他同学也解决过&#xff0c;网上搜了不少资料&#x…...

    2022/11/19 21:17:04
  38. 一个电脑无法关闭计算机你应该怎么办,电脑显示“清理请勿关闭计算机”怎么办?...

    本文为你提供了3个有效解决电脑显示“清理请勿关闭计算机”问题的方法&#xff0c;并在最后教给你1种保护系统安全的好方法&#xff0c;一起来看看&#xff01;电脑出现“清理请勿关闭计算机”在Windows 7(SP1)和Windows Server 2008 R2 SP1中&#xff0c;添加了1个新功能在“磁…...

    2022/11/19 21:17:03
  39. 请勿关闭计算机还原更改要多久,电脑显示:配置windows更新失败,正在还原更改,请勿关闭计算机怎么办...

    许多用户在长期不使用电脑的时候&#xff0c;开启电脑发现电脑显示&#xff1a;配置windows更新失败&#xff0c;正在还原更改&#xff0c;请勿关闭计算机。。.这要怎么办呢&#xff1f;下面小编就带着大家一起看看吧&#xff01;如果能够正常进入系统&#xff0c;建议您暂时移…...

    2022/11/19 21:17:02
  40. 还原更改请勿关闭计算机 要多久,配置windows update失败 还原更改 请勿关闭计算机,电脑开机后一直显示以...

    配置windows update失败 还原更改 请勿关闭计算机&#xff0c;电脑开机后一直显示以以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;配置windows update失败 还原更改 请勿关闭计算机&#x…...

    2022/11/19 21:17:01
  41. 电脑配置中请勿关闭计算机怎么办,准备配置windows请勿关闭计算机一直显示怎么办【图解】...

    不知道大家有没有遇到过这样的一个问题&#xff0c;就是我们的win7系统在关机的时候&#xff0c;总是喜欢显示“准备配置windows&#xff0c;请勿关机”这样的一个页面&#xff0c;没有什么大碍&#xff0c;但是如果一直等着的话就要两个小时甚至更久都关不了机&#xff0c;非常…...

    2022/11/19 21:17:00
  42. 正在准备配置请勿关闭计算机,正在准备配置windows请勿关闭计算机时间长了解决教程...

    当电脑出现正在准备配置windows请勿关闭计算机时&#xff0c;一般是您正对windows进行升级&#xff0c;但是这个要是长时间没有反应&#xff0c;我们不能再傻等下去了。可能是电脑出了别的问题了&#xff0c;来看看教程的说法。正在准备配置windows请勿关闭计算机时间长了方法一…...

    2022/11/19 21:16:59
  43. 配置失败还原请勿关闭计算机,配置Windows Update失败,还原更改请勿关闭计算机...

    我们使用电脑的过程中有时会遇到这种情况&#xff0c;当我们打开电脑之后&#xff0c;发现一直停留在一个界面&#xff1a;“配置Windows Update失败&#xff0c;还原更改请勿关闭计算机”&#xff0c;等了许久还是无法进入系统。如果我们遇到此类问题应该如何解决呢&#xff0…...

    2022/11/19 21:16:58
  44. 如何在iPhone上关闭“请勿打扰”

    Apple’s “Do Not Disturb While Driving” is a potentially lifesaving iPhone feature, but it doesn’t always turn on automatically at the appropriate time. For example, you might be a passenger in a moving car, but your iPhone may think you’re the one dri…...

    2022/11/19 21:16:57