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

2020年11月3日

google colab里的文件

摘要: ![](https://img2020.cnblogs.com/blog/1637570/202011/1637570-20201103194051293-1815468900.jpg) ![](https://img2020.cnblogs.com/blog/1637570/202011/1637570-20201103194114046-448184445.jpg) 阅读全文

posted @ 2020-11-03 19:41 HolaWorld 阅读(126) 评论(0) 推荐(0) 编辑

2020年11月1日

ImportError: Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work.

摘要: https://blog.csdn.net/ha010/article/details/103367311 https://blog.csdn.net/baidu_36161077/article/details/81058404 http://www.voidcn.com/article/p-vo 阅读全文

posted @ 2020-11-01 23:51 HolaWorld 阅读(233) 评论(0) 推荐(0) 编辑

2020年9月26日

简单本地HTTP服务器

摘要: cd 所在文件夹 python -m http.server [端口号] 阅读全文

posted @ 2020-09-26 00:32 HolaWorld 阅读(167) 评论(0) 推荐(0) 编辑

2020年9月24日

prettier

摘要: yarn add --dev --exact prettier echo {}> .prettierrc.json 新建.prettierignore yarn prettier --write . https://prettier.io/docs/en/install.html 阅读全文

posted @ 2020-09-24 17:25 HolaWorld 阅读(264) 评论(0) 推荐(0) 编辑

2020年9月23日

seafile

摘要: 1.装docker-compose: pip install docker-compose sudo ln -sf /home/olawod/.local/bin/docker-compose /usr/bin/docker-compose # 第一个地址是从pip uninstall docker 阅读全文

posted @ 2020-09-23 02:00 HolaWorld 阅读(243) 评论(0) 推荐(0) 编辑

2020年9月22日

计网

摘要: How does the Internet work? : https://developer.mozilla.org/en-US/docs/Learn/Common_questions/How_does_the_Internet_work How the Web works : https://d 阅读全文

posted @ 2020-09-22 17:11 HolaWorld 阅读(205) 评论(0) 推荐(0) 编辑

2020年9月21日

JavaScript箭头函数表达式

摘要: x => 2*x+3 (x) => {return 2*x+3;} () => 3*3 (x, y, z) => {console.log(2333);} 阅读全文

posted @ 2020-09-21 19:25 HolaWorld 阅读(171) 评论(0) 推荐(0) 编辑

cpu, io, 多核cpu, 并发, 并行, 串行, 同步, 异步, 互斥, 进程, 线程

摘要: R1、R2:外部设备,如I/O设备 P1:进程 I/O操作几乎不占用CPU,如上图,进程P1一会在CPU上处理,一会在R1、R2上处理 多核CPU如上图所示,可以一个CPU处理进程P1,一个CPU处理进程P2 并发: 并行: 串行: 同步和互斥是一起的 异步:首先,主线程会去执行所有的同步任务。等到 阅读全文

posted @ 2020-09-21 14:35 HolaWorld 阅读(449) 评论(0) 推荐(0) 编辑

2020年9月1日

更新维护网站常用操作(自用

摘要: screen -ls screen -r -d PID ^C cd code/flask_e-store source venv/bin/activate # 激活虚拟环境 更新/维护, (git pull screen gunicorn -w 3 -b 127.0.0.1:5000 app:app 阅读全文

posted @ 2020-09-01 23:26 HolaWorld 阅读(279) 评论(0) 推荐(0) 编辑

windows传文件到Linux

摘要: 用winscp https://winscp.net/download/WinSCP-5.17.7-Setup.exe 阅读全文

posted @ 2020-09-01 23:11 HolaWorld 阅读(238) 评论(0) 推荐(0) 编辑

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

导航