摘要:
官网 https://rustdesk.com/ 客户端支持的平台: x86-64: Windows | Ubuntu | MacAArch64 (ARM64): Ubuntu | Android | Mac github地址: https://github.com/rustdesk/rustdes 阅读全文
摘要:
名称框架使用复杂度web编辑界面开源友好使用指南活跃度核心使用方式优势劣势 Drools 高 无 Apache License https://www.cnblogs.com/ityml/p/15993391.html https://www.jianshu.com/p/786f272d3db2 h 阅读全文
摘要:
参考: https://tech.webinterpret.com/redis-notifications-python/#:~:text=By%20default%2C%20keyspace%20events%20notifications%20are%20disabled.%20We,the%2 阅读全文
摘要:
https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/Contributors/NonAccMachineSGXLinuxGettingStarted.md https://github.com/ 阅读全文
摘要:
安装trojan等代理工具并配置启动,得到端口号 例如 10.10.1.10:8080 系统代理设置 我们将在/etc/profile.d/proxy.sh下添加一个shell脚本文件,这将确保设置适用于所有已登录的用户: sudo vim /etc/profile.d/proxy.sh 将以下内容 阅读全文
摘要:
命令行配置代理方式一git config --global http.proxy http://代理服务器地址:端口号 git config --global https.proxy https://代理服务器地址:端口号如果有用户名密码按照下面命令配置 git config --global ht 阅读全文
摘要:
要更改 Rust 工具链的版本,您可以使用以下命令之一: rustup default stable:使用 stable 版本的 Rust 工具链作为默认版本。rustup default beta:使用 beta 版本的 Rust 工具链作为默认版本。rustup default nightly: 阅读全文
摘要:
一、driver安装 1.在该下载地址将3个.bin文件下载下来,下载地址:https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu20.04-server/ 2.到下载文件夹下输入下面命令,以赋予.bin文件的执行权限 阅读全文
摘要:
1.当我们使用pod管理 pod 'SDWebImage/WebP' , 执行 pod install 时,发生报错.先看具体报错 : 截屏2020-07-06 上午11.12.15.png 2.报错产生原因是由于git clone 的地址是 https://chromium.googlesourc 阅读全文
摘要:
创建一个Enclave的函数如下: sgx_status_t sgx_create_enclave( const char *file_name, const int debug, sgx_launch_token_t *launch_token, int *launch_token_updated 阅读全文