我最近又心血来潮,翻出家里的旧笔记本,装上了 Ubuntu 20.04 LTS Desktop 版本,打算用来偶尔写写代码用。至于为什么选Ubuntu 是...
-
-
Docker Hub 根据 GitHub Tags 自动构建带版本号镜像
自从去年买了一个蜗牛矿渣当作 NAS 开始,我就在折腾 NAS 这条路上越走越远。在 NAS上折腾软件和服务最方便的就是通过 docker 部署。所以能找...
-
碎片 Collection 第1期
分享每周收集的碎片化知识和资讯。技术Ubuntu 18.04 设置静态 IP 的方法在 Ubuntu 17.10 包括之前版本中可以通过修改 /etc/n...
-
LeetCode 029 — Divide Two Integers
Divide Two Integershttps://leetcode.com/problems/divide-two-integers/题目要求不用乘法...
-
LeetCode 011 — Container With Most Water
Container With Most Waterhttps://leetcode.com/problems/container-with-most-wa...
-
ARTS 打卡 第一周
ARTS 是由陈皓(网名「左耳朵耗子」)在极客时间上发起的一个每周打卡计划,详情查看 https://www.zhihu.com/question/301...
-
LeetCode 009 — Palindrome Number
Palindrome Numberhttps://leetcode.com/problems/palindrome-number/给定一个整型数,判断这个...
-
LeetCode 008 — String to Integer
String to Integer (atoi)https://leetcode.com/problems/string-to-integer-atoi/...
-
Docker 部署 pyspider 踩坑实录
最近在倒腾 pyspider,不得不说这个爬虫框架用起来真的很方便。从编写调试到部署一条龙服务, 对于我这种 Scrapy 苦手来说,简直就是救星。另外 ...
-
nginx 安装和配置速记
安装在 Ubuntu 下可以通过 apt-get 安装:sudo apt-get install nginx安装完成后 nginx 会自动启动,这时候可以...