上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页

2020年9月1日

Ubuntu上import cv2报错ImportError: libGL.so.1:

摘要: https://stackoverflow.com/questions/63544251/import-cv2-in-sagemaker-studio-jupyter-notebook-throws-importerror-libgl-so-1 sudo apt install libgl1-mes 阅读全文

posted @ 2020-09-01 22:45 HolaWorld 阅读(3105) 评论(0) 推荐(1) 编辑

Ubuntu装tensorflow报错memoryerror

摘要: https://stackoverflow.com/questions/44335087/unable-to-install-tensorflow-memoryerror/44359264#44359264 pip install --no-cache-dir tensorflow 阅读全文

posted @ 2020-09-01 21:52 HolaWorld 阅读(216) 评论(0) 推荐(0) 编辑

2020年8月30日

解决npm很慢

摘要: $ npm install -g cnpm --registry=https://registry.npm.taobao.org $ npm config set registry https://registry.npm.taobao.org $ cnpm install <module-name 阅读全文

posted @ 2020-08-30 22:50 HolaWorld 阅读(144) 评论(0) 推荐(0) 编辑

Ubuntu装node.js和npm

摘要: https://websiteforstudents.com/install-the-latest-node-js-and-nmp-packages-on-ubuntu-16-04-18-04-lts/ sudo apt install curl curl -sL https://deb.nodes 阅读全文

posted @ 2020-08-30 16:54 HolaWorld 阅读(56) 评论(0) 推荐(0) 编辑

2020年7月13日

多态、虚函数、纯虚函数

摘要: 多态:多种状态。接口的多种不同的实现方式。父类指针指向子类。 运行时多态是动态多态,其具体引用的对象在运行时才能确定;编译时多态是静态多态,在编译时就可以确定对象使用的形式。 实现方法:虚函数,抽象类,覆盖,模板。 虚函数:在派生类中重新定义基类中定义的虚函数时,会告诉编译器不要静态链接到该函数。 阅读全文

posted @ 2020-07-13 16:29 HolaWorld 阅读(202) 评论(0) 推荐(0) 编辑

2020年5月31日

python音频图

摘要: from scipy.io import wavfile import matplotlib.pyplot as plt import numpy as np # import librosa # samples,sr = librosa.load('usersay.wav',sr=None) sr 阅读全文

posted @ 2020-05-31 20:26 HolaWorld 阅读(190) 评论(0) 推荐(0) 编辑

2020年4月17日

Docker在Ubuntu上安装与使用

摘要: https://docs.docker.com/docker-hub/quickstart/ https://docs.docker.com/engine/reference/commandline/run/ https://docs.docker.com/engine/reference/buil 阅读全文

posted @ 2020-04-17 11:10 HolaWorld 阅读(1483) 评论(0) 推荐(0) 编辑

2020年4月16日

网上书店

摘要: 大三下计算机网络应用设计 项目地址:https://github.com/OlaWod/flask_e store 访问: http://120.26.174.117/ http://www.olawod.top/(未备案) 阅读全文

posted @ 2020-04-16 23:05 HolaWorld 阅读(151) 评论(0) 推荐(0) 编辑

2020年4月12日

Ubuntu中MySQl不能插入中文问题

摘要: https://www.cnblogs.com/shenckicc/p/7060110.html 阅读全文

posted @ 2020-04-12 12:36 HolaWorld 阅读(386) 评论(0) 推荐(0) 编辑

2020年4月11日

用screen让自己的项目在服务器上保持运行

摘要: 安装: 使用: 1.执行如下命令,创建screen窗口。 注:[$Name]用来标注screen窗口用途。 2.执行如下命令,列出screen窗口。 3.当需要运行脚本、执行程序时,在命令前添加screen即可。 4.若需要继续工作时,登录实例,然后执行如下命令,恢复会话即可。 参考: https: 阅读全文

posted @ 2020-04-11 19:28 HolaWorld 阅读(774) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页

导航