| 命令 | 说明 |
|---|---|
| arch | 查看硬件架构 |
| b2sum | 计算、校验 BLAKE2 校验和 |
| base32 | 进行 BASE32 编码或解码 |
| base64 | 进行 BASE64 编码或解码 |
| basename | 提取文件名(去除目录和后缀) |
| basenc | 对数据进行编码或解码 |
I recently used emsdk to build interpreters for languages like Python. Then I wrote an online code editor based on WebAssembly that supports languages such as Python, Lua, and Ruby. No backend is needed, the code runs directly in the browser. Therefore, apart from the initial loading of WASM resources, there are no other network delays, and the results are displayed almost instantly. It can generate shareable links, so now I include the link when posting code online, and clicking it shows the results.
Web Site:https://shift.js.org/
| 元素 | 描述 |
|---|---|
| html | 表示一个 HTML 文档的根(顶级元素),所以它也被称为根元素。所有其它元素必须是此元素的后代。 |
Windows 平台上配置文件路径如下:
- 用户安装:
%appdata%\Parsec\config.txt - 系统安装:
%ProgramData%\Parsec\config.txt
在配置文件中写入代理配置:
参考 配置 APT 的代理
最近遇到 APT 连不上 docker 源的问题,需要配置 APT 的代理。
创建 /etc/apt/apt.conf.d/50proxy.conf 文件,填入代理配置:
Acquire::http::Proxy "http://ADDRESS:PORT";
NewerOlder
