杜郎俊赏 - dujun.io

中石油免费洗车

petrochina-free-car-wash封面
富阳银湖的中石油现在做活动,加油满 120 送价值 15 元的无人洗车一次。 以前看新闻说洗车机的刷子会伤车漆,从来没用过。但是免费洗车实在很难拒绝,而且端午节要去亲戚家,正好有洗车的需求。第一次尝试,体验非常好。 首先就是我最担心的刷子问题,上前查看是长条状的海绵,质地非常柔软。后来看公众号说是“高分子无孔海绵刷”,强调不伤车漆。至此才放心地去排队洗车。 服务商叫“驿公里洗车”,无人值守,24小时营业。只要按电子屏指示将车停在指定区域,扫码点击开始即可。全程用时五分钟,包含喷淋、刷洗、风干。 在过程中最让我满意的是两个地方,一是手机端醒目显示急停的按钮...

2023-06-22

Docker拉取被墙镜像

上个月开始,docker hub 无法访问,带来的麻烦是不能用 UI 搜索镜像,但是 docker pull 仍然可用。本以为过段时间可以恢复,结果一个月之后,今天 docker pull 也彻底不能用了。因为开源实例系列镜像托管在 docker hub,必须拉取镜像,所以用 AWS 服务器自建了仓库来中转。 AWS(境外)自建仓库 #创建仓库,对外服务暴露在 5000 端口(dujun.eu.org:5000) docker run -d -v /home/admin/docker:/var/lib/registry -p 5000:5000 --name myregistry...

2023-06-21

开源实例之Cactus静态网站

cactus-website-example封面
前言 本篇是 Cactus 生成的静态网站实例。另有《开源实例之Cactus》为静态博客实例。 实例地址 https://cactus-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Cactus 3.3.3 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/eudicots/Cactus #安装 Cactus pip install cactus #创建项目 cactus create web...

2023-06-20

开源实例之Cactus

cactus-example封面
前言 Cactus is a simple but powerful static website generator using Python and the Django template system. Cactus also makes it easy to develop locally and deploy your site to S3 directly. It works great for company, portfolio, personal, support websites and blogs. Cactus 是一个简单而强大的静态网页生成器程序,它使用 Python...

2023-06-20

开源实例之Wintersmith

wintersmith-example封面
前言 Wintersmith is a simple yet flexible static site generator. It takes contents (markdown, less, scripts, etc), transforms them using plugins and outputs a static website (html, css, images, etc) that you can host anywhere. Wintersmith 是一款静态站点生成器。它包括了内容(markdown,less,script 等),使用插件和输出静态网页(html,css...

2023-06-19

开源实例之Lektor静态网站

lektor-website-example封面
前言 本篇是 Lektor 生成的静态网站实例。另有《开源实例之Lektor》为静态博客实例。 实例地址 https://lektor-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Lektor 3.3.10 数据 hh-lektor 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 官网地址:https://www.getlektor.com 程序仓库:https://github.com/lektor/lektor 数据仓库:https...

2023-06-19

开源实例之Lektor

lektor-example封面
前言 Lektor is a static website generator. It builds out an entire project from static files into many individual HTML pages and has a built-in admin UI and minimal desktop app. Lektor 是静态网站生成器,同时内置管理 UI 和极小的桌面应用。 实例地址 https://lektor.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序...

2023-06-19

开源实例之Sphinx

sphinx-example封面
前言 Sphinx makes it easy to create intelligent and beautiful documentation. Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. Sphinx 使用 reStructuredText...

2023-06-18

刚才在医院,一位穿着体面的大叔跟一位年轻医生争吵。大叔这边有人骨折,对医生的诊治不满意,发生了争执。末尾,大叔说了一句“我说你不专业有没有错”,医生回了一句“我是医生,你说我不专业有没有说错”。然后双方都一片死寂。来人把两边劝开了。 在医院门诊当着众多患者面说医生不专业,砸人饭碗,脾气再好也忍不住。与其质疑医生的能力,不如赶紧想办法转去高一级的医院。 说到医生能力,之前与医生堂哥闲聊过。堂哥说,现在都是仪器检查,医生看报告单。对于常规病来说,小医院与大医院并没有太大差距。大医院的主要优势是疑难杂症的病例多。比如在富阳,特殊病例可能一年到头都遇不到几例,而杭州的大医院则经常能遇到...

2023-06-17

开源实例之Publii

publii-example封面
前言 Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners. Creating a website doesn't have to be complicated or expensive. With Publii, the most intuitive static site CMS, you can create a beautiful, safe, and...

2023-06-16

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151