Errors:
(!) Circular dependencies
node_modules/highlight.js/lib/languages/1c.js.js -> node_modules/highlight.js/lib/languages/1c.js.js
...
:: | |
:: Copyright @litilexuezha | |
:: | |
@echo off | |
chcp 65001>nul | |
title 重启到BIOS |
https://github.com/JetBrains/swot/blob/master/lib/domains/stoplist.txt | |
https://www.gnu.org/software/bash/manual/html_node/Controlling-the-Prompt.html |
GOVULTR | |
VULTRMATCH https://www.vultr.com/match/ | |
30FREE50V https://www.vultr.com/promo/try50/ | |
100VULTR30FREE https://www.vultr.com/promo/try100/ | |
VULTRCLOUD150 https://www.vultr.com/promo/try150/ | |
FLYTWOHUNDRED https://www.vultr.com/promo/try200/ | |
250VULTRFLY https://www.vultr.com/promo/try250/ | |
BACKBLAZE300 https://www.vultr.com/promo/try300/ | |
GIVE100GET35 |
Debug react source code on yourself custom builds with source map. First of all, read offical guide How to Contribute and be familiar with it's build flow.
Clone the repository, use specified branch or tag, eg: v16.8.0:
$ git clone --depth 1 --branch v16.8.0 [repo url]
$ cd ./react
$ yarn
...
AssertionError [ERR_ASSERTION]: Current node version is not supported for development
Steps:
Step 1
Node.js support es syntax more and more, but not all. So we need babel to transform some es6 code in order to debug with vscode, otherwise you will see SyntaxError: Unexpected token 'export'
...
After version 10, highlight.js no longer support IE11. See this doc.
Use debug mode to find out features which don't be supported: hljs.debugMode()
.
Use polyfill core-js
to fix IE11.
// v10.4.0
import 'core-js/features/symbol';
#!/bin/bash | |
# 优先使用官网安装 | |
# 链接:https://v2ray.com/chapter_00/install.html | |
# | |
# 不过已经挂了 -- 2020.09.03 | |
if bash <(curl -L -s https://install.direct/go.sh); then | |
exit 0 | |
fi |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<title>Flex Box布局</title> | |
<link rel="stylesheet" href="my/奥森字体4.2.0/css/font-awesome.min.css"> | |
<script src="my/js/jquery-3.1.0.js"></script> | |
<style> | |
*{ |
i'm testing react ajax,and get some infomation from github |