用正常的体位肯定没什么意思了,我要说的是没有显示屏,没有路由器,只有一根网线的高难度体位!
- 树莓派一只
- 电源以及sd卡
- 一根网线
| ##GIST |
The plan is to create a pair of executables (ngrok and ngrokd) that are connected with a self-signed SSL cert. Since the client and server executables are paired, you won't be able to use any other ngrok to connect to this ngrokd, and vice versa.
Add two DNS records: one for the base domain and one for the wildcard domain. For example, if your base domain is domain.com, you'll need a record for that and for *.domain.com.
// Underscore.js 1.8.3
// http://underscorejs.org
// (c) 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
(function() {
// Baseline setup
// --------------| /** | |
| * 1) fetch data inside useEffect violate "Render-as-You-Fetch", we should start fetching early. | |
| * 2) fetchUserProfile do not implement as Suspense required, it should work like relay. | |
| * 3) Suspense do not have a fallback, it violate the concurrent UI Patterns. | |
| */ | |
| import React, { Suspense } from "react"; | |
| import ReactDOM from "react-dom"; | |
| function fetchUserProfile(userId) { |