杜郎俊赏 - dujun.io

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

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 privacy-friendly website quickly and easily; perfect for anyone who wants a fast, secure website in a flash. Pu...

2023-06-16

开源实例之BashBlog

bashblog-example封面
前言 BashBlog was created out of the necessity of a very, very simple way to post entries to a blog by using a public folder [on my server], without any special requirements and dependencies. Works on GNU/Linux, OSX and BSD. BashBlog 是一个生成静态博客的独立脚本。 实例地址 http://bashblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 BashBlog 2.10 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址:https://github.com/cfenollosa/b...

2023-06-16

开源实例之Sculpin静态网站

sculpin-website-example封面
前言 本篇是 Sculpin 生成的静态网站实例。另有《开源实例之Sculpin》为静态博客实例。 实例地址 http://sculpin-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 PHP 7.4 服务器 Nginx 程序 Sculpin 3.2.0 数据 Sculpin Website 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 Nginx 安装程序 官网地址:https://sculpin.io 程序仓库:https://github.com/sculpin/sculpin 数据仓库:https://github.com/sculpin/sculpin.io #克隆代码 git clone https://github.com/sculpin/sculpin.io.git web cd web #安装依赖 co...

2023-06-15

开源实例之Sculpin

sculpin-example封面
前言 Sculpin is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed. Sculpin 是 PHP 语言开发的静态网站生成工具。 实例地址 http://sculpin.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 PHP 8.0 服务器 Nginx 程序 Sculpin 3.1.0 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 Nginx 安装程序 官网地址:https://sculpin.io 仓库地址:https://github.com/sculpin/sculpin...

2023-06-15

1345封面
公司园区附近有条河,平时吃饭回来,慢慢地走一路非常惬意。不知道什么时候开始被从头到尾拦住了,用的还是有锈迹的旧铁管,实在是扫兴。

2023-06-15

开源实例之Jigsaw静态网站

jigsaw-website-example封面
前言 本篇是 Jigsaw 生成的静态网站实例。另有《开源实例之Jigsaw》为静态博客实例。 实例地址 http://jigsaw-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 PHP 8.0、Node.js 16 服务器 Nginx 程序 Jigsaw 1.3.39 数据 FamilyTribute 实例部署 权限要求 具有系统读写权限 已安装 PHP 8、Node.js 已安装 Nginx 安装程序 官网地址:https://jigsaw.tighten.com 程序仓库:https://github.com/tighten/jigsaw 数据仓库:https://github.com/isAdamBailey/familytribute #克隆代码 git clone https://github.com/isAdamBaile...

2023-06-15

开源实例之Jigsaw

jigsaw-example封面
前言 Jigsaw is a framework for rapidly building static sites using the same modern tooling that powers your web applications. Jigsaw bakes in support for Laravel Mix so you can compile your CSS and Javascript assets the same way you're used to in Laravel. Jigsaw 是 PHP 语言开发的静态网站生成器,使用 Laravel 的 Blade 模板引擎,支持 Laravel Mix 编译 CSS 和 JavaScript 代码。 实例地址 http://jigsaw.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境...

2023-06-15

开源实例之VitePress静态网站

vitepress-website-example封面
前言 本篇是 VitePress 生成的静态网站实例。另有《开源实例之VitePress》为静态博客实例。 实例地址 http://vitepress-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 VitePress 1.0.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://vitepress.dev 仓库地址:https://github.com/vuejs/vitepress #安装 VitePress npm install -D vitepress #创建项目 npx vitepress init #生成静态文件 npm run docs:dev 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据...

2023-06-14

开源实例之VitePress

vitepress-example封面
前言 VitePress is VuePress' spiritual successor, built on top of vite. VitePress是在Vite上构建的静态网站生成器。 实例地址 http://vitepress.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 VitePress 1.0.0 数据 The official Vue.js blog 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://vitepress.dev 程序仓库:https://github.com/vuejs/vitepress 数据仓库:https://github.com/vuejs/blog #克隆代码 git clone https:/...

2023-06-14

分页: 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 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183