04 2021 档案

摘要:1、环境是manjaro linux 2021.4.27升级,安装必要的软件pacman -S meson 2、安装scrcpy, git clone https://github.com/Genymobile/scrcpy cd scrcpy/ ./install_release.sh 3、设置手 阅读全文
posted @ 2021-04-27 20:31 叕叒双又 阅读(542) 评论(0) 推荐(0) 编辑
摘要:WPS Office2019某政府专用版 某度网盘:https://pan.baidu.com/s/16WsONH48PNu3iIBub5JzHg?_at_=1618365136077 7cjv https://pan.baidu.com/s/1-MDehgBE-dZ0SDNc0dcPRQ#list 阅读全文
posted @ 2021-04-14 09:57 叕叒双又 阅读(176) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://www.linuxeden.com/a/83861 AI 的一大瓶颈是训练成本,深度神经网络(DNN)的训练通常是一系列矩阵乘法操作,这是 GPU 非常擅长的工作,但 GPU 尤其是专业级显卡要比 CPU 昂贵得多。Rice 大学的计算机科学家和英特尔的研究人员从 2019 阅读全文
posted @ 2021-04-13 08:23 叕叒双又 阅读(130) 评论(0) 推荐(0) 编辑
摘要:1.到https://pytorch.org/ 2.根据自己的情况,选择相应的 PyTorch Build Stable (1.8.1) Your OS Linux Package Pip Language Python Compute Platform CUDA 10.2 Run this Com 阅读全文
posted @ 2021-04-12 00:39 叕叒双又 阅读(634) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-04-05 16:05 叕叒双又 阅读(0) 评论(0) 推荐(0) 编辑
摘要:删除行首空格 :0,$s//#/gc --> 在行首加一个#号 :6,10s//#/gc --> 在6~10行的行首加一个#号 删除尾首空格 :%s/^ *//g --> 删除行首的空格 :%s/ *$//g -->删除行尾的空格 删除空行 :%s/^\n//g -->删除空行 把偶数行里面的 aa 阅读全文
posted @ 2021-04-05 09:37 叕叒双又 阅读(1314) 评论(0) 推荐(0) 编辑
摘要:可是当程序员面对 PPT 总是无从下手,这要怎么办? 那咱就以程序员熟悉的方式写 PPT 呗 这里要给大家打个预防针,以这种方式写 PPT 的门槛低到吓人,只需会基本的 Markdown 语法即可 这是一个基于 CSS 的 3D 幻灯片工具,标星 54K。 Reveal.js 做 PPT 的优点是可 阅读全文
posted @ 2021-04-04 08:25 叕叒双又 阅读(603) 评论(0) 推荐(0) 编辑
摘要:Shortcut Keys Configure Summary You can use shortcut keys to quickly insert or modify styles or do other operations supported by Typora. You can find 阅读全文
posted @ 2021-04-04 08:13 叕叒双又 阅读(166) 评论(0) 推荐(0) 编辑