体重 - 104 斤

昨天,我去果园买菜,路过“大神”的店。

“大神,生意好哇?”我高兴地向老板打招呼。
老板绷脸黑眼珠向上,“不好。”
“黑鹰不曾来?”我只好转到另一个话题。
“不曾。好天,估计驷行晓哇。”

我在店里小转了一圈,正想迈腿走。
“尔廋好多喔。明显比上只月都瘦。”老板微沉了脸,放低了声音对我说。
“系……系……我压力大啊。嘅老不曾结婚,人家以为我不咪思想有问题就系身体有问题。”我无力地回应着。
“吖咪……吖咪乃里不舒服?”大神又问。
“有啊,好多地方不多掂啊。头发越来越少、牙脱了两只、右侧腰背久不久酸、坐久了右脚底会麻……”我一连串地数着。
“食吖多喔?”大神问。
我想了几秒,“算正常哇”。
“尔瘦好多、好多……”大神又强调。
“唉……系简样了。反正我冇老婆、冇细佬哥,如果乃时我人冇了,就冇了。最好结果系瞓落觉时人冇了,不使挨病挨痛。”我鼓起气来表明立场。
“哦。那存到嘅钱还不驷食抵、聊抵来。”大神随即附和。
“好。马上进市场买两角豆腐来食。”

讲笑归讲笑,讲到“死”,乃只都会怕。所以,我一归到屋下,就在京东网上买了只“香山”人体称。今日中午收到,特地留到晚夜洗身之前,脱光衫,又上完厕所,尽可能地接近“净重”时来称。我打赤脚,紧张地踩上、踩落三几次,液晶屏上显示,52。喔,还有一百斤,算及格。我呼了口气,轻松了一下。唉……人老了,明显感觉到,体重变轻、身高变矮、皮松肉少。

xampp - incorrect file format 'db' - repair table db use_frm

现象:xampp 中的 mysql 服务不能成功启动。日志中有如:Fatal error: Can't open and lock privilege tables: incorrect file format 'db' 的错误。

尝试:

  1. mysqld --skip-grant-tables # 手工启动,且跳过权限表
  2. repair table db use_frm; # 连接到 mysql 命令台,对 mysql 库的 db 表进行修复

如果返回修复成功的提示信息,再关闭 mysql 服务。重新正常启动。

参考:

roundcube 菜单定制 禁用功能

https://local2.anqun.org/mail/?_task=settings&_action=plugin.password

// don't allow these settings to be overridden by the user
$config['dont_override'] = [];

// List of disabled UI elements/actions
$config['disabled_actions'] = [];

https://local2.anqun.org/mail/?_task=settings&_action=plugin.password
https://local2.anqun.org/mail/?_task=addressbook&_source=1

'mail.delete', 'mail.copy', 'mail.move', 'mail.mark', 'mail.send', 'mail.sendmdn', 'mail.import',

./program/js/app.js:1942
['show', 'reply', 'reply-all', 'reply-list', 'move', 'copy', 'delete', 'open', 'mark', 'edit', 'viewsource', 'bounce', 'print', 'load-attachment', 'download-attachment', 'show-headers', 'hide-headers', 'download', 'forward', 'forward-inline', 'forward-attachment', 'change-format']

class="about" innerClass="inner" onclick="UI.about_dialog(this)" />
<roundcube:button command="compose" type="link" class="compose"

config.dark_mode_support: false
https://github.com/roundcube/roundcubemail/blob/master/skins/elastic/meta.json
"dark_mode_support": true,

POST /mail/?_task=mail&_action=expunge HTTP/2.0" 
POST /mail/ HTTP/2.0" 200 651 "https://local2.anqun.org/mail/?_task=settings&_action=add-folder&
'settings.add-folder', 'settings.preferences','settings.identities','settings.responses',

192.168.1.7 - - [15/Jul/2023:16:17:59 +0800] "GET /mail/?_task=mail&_action=getunread&_page=1&_remote=1&_unlock=0&_=1689409079167 HTTP/2.0" 200 99 "https://local2.anqun.org/mail/?_task=mail&_mbox=Trash
?_task=mail&_mbox=Trash"  folder can not be found

mail._mbox=Trash

dovecot
https://forum.vestacp.com/viewtopic.php?t=11948

<!-- folders list -->
<div id="layout-sidebar" class="listbox" role="navigation" aria-labelledby="aria-label-folderlist">
        <div class="header">
                <a class="button icon back-list-button" href="#back"><span class="inner"><roundcube:label name="back" /></span></a>
                <span class="header-title username"><roundcube:object name="username" /></span>
                <roundcube:button name="folderactions" type="link" title="folderactions" label="actions"
                        class="button icon sidebar-menu" innerclass="inner" data-popup="mailboxoptions-menu" />

1. templates/mail.html
2. /templates/includes/mail-menu.html:2:<div id="mailtoolbar" class="toolbar menu" role="toolbar">
./templates/includes/mail-menu.html:28: <roundcube:container name="toolbar" id="mailtoolbar" />
3. vi /opt/www/roundcubemail/config/config.inc.php
// PLUGINS
// $config['plugins'] = array('managesieve', 'password', 'zipdownload');

// List of disabled UI elements/actions
$config['disabled_actions'] = ['settings', 'addressbook','mail.compose', 'mail.delete', 'mail.copy', 'mail.move', 'mail.mark', 'mail.send', 'mail.sendmdn', 'mail.import','mail.reply', 'mail.reply-all', 'mail.reply-list', 'mail.flagged', 'mail.reply', 'mail.reply-all', 'mail.reply-list', 'mail.move', 'mail.copy', 'mail.delete', 'mail.open', 'mail.mark', 'mail.edit', 'mail.viewsource', 'mail.bounce', 'mail.print', 'mail.load-attachment', 'mail.forward', 'mail.forward-inline', 'mail.forward-attachment', 'about', 'mail.expunge', 'mail.purge', 'mail.folders', 'settings.add-folder','settings.folders','settings.preferences','settings.identities','settings.responses','settings.compose','mail.import-messages'];

// automatically create the above listed default folders on user login
$config['create_default_folders'] = false;

// protect the default folders from renames, deletes, and subscription changes
$config['protect_default_folders'] = false;

https://github.com/roundcube/roundcubemail/blob/3b6c06f697eca916d5756795461a8eea4e397cd2/config/defaults.inc.php

在果园市场买了“大坝山羊肉”煲粥

昨天咨询“大神”后,我到果园市场,在“大坝山羊肉”店买了29元羊肉(约320克)。老板还教我,如果怕寒,可将羊肉在锅里无水翻炒后再煲粥。煲粥时可以加红萝卜和红枣等。

我没有翻炒,因为懒,直接将洗净后的两块带骨羊肉放到电炖锅里煲了约两个钟头。粥有羊肉味,还煲出了油,锅边沾了不少肉沫屑。粥有骨头碎,肉羊稍嫌大块。对牙不好的我来说,将肉从骨头咬下来费劲。特别是羊肉皮,既长又韧,我嚼不烂。曾尝试硬吞,无奈吞不落,不得不将已在喉咙里的另一段拉了出来,扔掉。