技术文档 第2378页
-
[置顶]flutter小程序开发(flutter可以开发小程序吗)
本文目录一览:1、自学web前端和自学移动前端哪个更容易?2、如何开发小程序?3、flutter如何进行icloud4、uni-app怎么进行上线?5、有没有大佬做过移动跨平台框架的对比,h5 rn...
-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
jupyter notebook oepncv 显示一张图像
感想 我们在用jupyter notebook的时候,经常需要可视化一些东西,尤其是一些图像,我这里给个sample code 环境 opencv-python matplotlib numpy sa...
-
面试过程中的排列组合和趣味性题目一
面试过程中的排列组合和趣味性题目 感想 problem 1 problem 2 problem 3 problem 4 problem 5 problem 6 problem 7 problem 8...
-
mac os, python 3.7 安装opencv3
感想 programmer在做事情的时候,最厌烦的就是安装这个安装那个了,我也是,然后我发现安装opencv到python3也不是很容易,我这里分享一下我的简洁方法。 首先你要安装xcode和home...
-
pytorch terminate called after throwing an instance of ‘c10::HIPError‘
今天在跑 PPO程序 的时候,出现了下面的错误: terminate called after throwing an instance of 'c10::HIPError' what(): HIP...
-
http://archive.ubuntu.com/ubuntu xenial/main amd64 tmux amd64 2.1-3build1 403 Forbidden
今天在更新ubuntu的时候出现了下面的错误: Err:1 xenial-security/main amd64 libevent-2.0-5 amd64 2.0.21-stable-2ubuntu0...
-
ubuntu系统调整系统时间
今天发现ubuntu的时区不对,所以调整了一下,把调整过程分享出来: terminal输入命令: tzselect 然后按照下面的操作就行了 Please identify a location so...
-
ubuntu 使用crontab设置定时任务
今天使用ubuntu设置定时任务,每天定时执行脚本,crontab可以在下面的网站上找: 8 * * * 表示的是每天8点执行任务. 首先安装crontab: apt-get updateapt-ge...
-
2021年的触底反弹
又到了一年之中我对过去的思考和总结,2021年我经历了一次人生的大起大落,这所社会大学我得了一个低分。年初,我恢复了单身,由于没有了以往撕心裂肺的情感投入,不再畏首畏尾,我的口袋里的钱和时间呈现肉眼可...
-
git修改提交commits的作者名字(Autor name)
我在别人的容器里面提交代码,结果用了别人的git name和email,结果commits的名字变成了别人的名字。 解决方法 git config user.name "New User"git co...
-
mac homebrew Failed to connect to raw.githubusercontent.com port 443: Connection refused
今天在mac上安装homebrew的时候出现了下面的错误: /usr/bin/ruby -e "$(curl -fsSL (7) Failed to connect to raw.githubuser...