Step 1 - Install and Configure dnscrypt-proxy
sudo su
pacman -S dnscrypt-proxy
cd /etc/dnscrypt-proxy/
000(023Rb|001Rb) | |
001(017La|002Rb) find 1 | |
002(021La|003Rb) find 2 | |
003(021La|004La) place c2 | |
004(009Rb|005Lb) | |
005(004Ra|005La) 向左找到 0, 1 -> 0 | |
006(008La|007La) | |
007(009Rb|007La) 向左找到 0, 重写成 0 | |
008(009Ra|008La) 向左找到 0, 重写成 0 | |
009(010Ra|026Ra) |
Step 1 - Install and Configure dnscrypt-proxy
sudo su
pacman -S dnscrypt-proxy
cd /etc/dnscrypt-proxy/
import React from 'react' | |
import axios, { post } from 'axios'; | |
class SimpleReactFileUpload extends React.Component { | |
constructor(props) { | |
super(props); | |
this.state ={ | |
file:null | |
} |