New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 23:45, 17 June 2025Aesthetic practice (hist | edit) ‎[44 bytes]Mwroot (talk | contribs) (Created page with "600px")
  • 17:37, 17 June 2025Camera (hist | edit) ‎[5,475 bytes]Mwroot (talk | contribs) (Created page with "相机资料:")
  • 23:04, 16 June 2025Linux basics (hist | edit) ‎[1,271 bytes]Mwroot (talk | contribs) (Created page with "很多人会好奇,Linux 是什么? 和 Windows 一样,Linux 是一种电脑系统。不同厂家、商业组织或非营利组织,在 Linux 内核基础上,包装出了不同的发行版,所以后来 Linux 有了许多不同的派系。 常见的 Linux 派系有 Fedora,Debian,以及 ArchLinux。 Linux 由内核、基础工具、桌面环境三个部分构成。 日常使用 Linux,基本是在桌面环境里打转。如果想更进一步,可以舍...")
  • 13:53, 6 June 2025How to be a great product manager (hist | edit) ‎[15,005 bytes]Mwroot (talk | contribs) (Created page with "原作者:ManateeLazyCat 原链接:https://manateelazycat.github.io/2025/06/05/top-product-manager/ ---- 读很多书: 产品经理这个行业没有什么好的书,产品经理做的好非常依赖自己的知识和阅历。读书要非常杂,要包括技术、商业、设计、经济、历史、建筑、心理、科幻等等的书。这些书有什么用?读技术原理的书,知道底层运行的逻辑,比如做 AI 产品的时候才不会人云...")
  • 09:06, 5 June 2025To be rich (hist | edit) ‎[2,219 bytes]Mwroot (talk | contribs) (Created page with "; 核心价值 一个小公司的产品,凭啥能超过大公司的产品?大公司有财、有人、有技术,很容易抄袭小公司的产品,那小公司不都被挤死了嘛? 不是的,一个产品的核心价值并不在于它是由哪个公司开发出来的,而是在于它到底有多好用。当小公司的产品使用体验碾压大公司的产品时,用户会用脚投票。能让用户用脚投票的能力,就是小公司产品的核心价...")
  • 15:32, 3 June 2025What did i do last month (hist | edit) ‎[778 bytes]Mwroot (talk | contribs) (Created page with "== 202505 == === DONE === # 调整了博客结构,专注于有限的关键词。不专注者不得食 # 搬家了。清洗了空调、冰箱和灶具。做了大量微改造。做好了新家的第一餐 # 学会了用 Opentasks 管理大中小型任务,完成效果较佳 # 大部分时间用于折腾 Semantic MediaWiki 了 # 熟悉了 ArchLinux # 花钱加入了《软件那些事儿》的社群 # 看了剧集《后翼弃兵》并撰写了评论 # 优化了许多以...")
  • 10:52, 3 June 2025The Queen's Gambit: loneliness is real (hist | edit) ‎[7,193 bytes]Mwroot (talk | contribs) (Created page with "600px")
  • 14:20, 29 May 2025What should you do while in doubt (hist | edit) ‎[2,769 bytes]Mwroot (talk | contribs) (Created page with "原作者:[https://www.zhihu.com/people/ti-xie-26 zhihu@Ti Xie 原链接:https://www.zhihu.com/question/22321313/answer/1907075620040581593 王朔写过一个电影,葛优在里面演一个警察,查一个无头女尸,葛优说从本市的失踪人口开始查起,旁边一个实习警察问他,你怎么知道死者是本市的,葛优回答道:正因为不知道才要从本市开始查,总不能从西伯利亚 开始查吧。 人在迷茫的时候,...")
  • 11:50, 29 May 2025How to use python in venv (hist | edit) ‎[1,001 bytes]Mwroot (talk | contribs) (Created page with "== pip 不要 sudo == 不要用 sudo pip install xxx 安装系统级别的包。 用 apt 或 pacman 等系统层面的包管理工具,安装系统层面的应用,如 sudo pacman -S python-requests == 用好 venv == <syntaxhighlight lang="bash" line> python -m venv venv source venv/bin/activate pip install -r requirements.txt </syntaxhighlight> * 每个项目一个虚拟环境,保持依赖隔离。错了就删,没有后遗症 * venv 中安装包不需要 sudo...")
  • 17:16, 28 May 2025Hiking in Beijing Baihua mountain (hist | edit) ‎[757 bytes]Mwroot (talk | contribs) (Created page with "File:百花山_00.png File:百花山_01.png File:百花山_02.png File:百花山_03.png File:百花山_04.png File:百花山_05.png File:百花山_06.png File:百花山_07.png File:百花山_08.png File:百花山_09.png File:百花山_10.png File:百花山_11.png File:百花山_12.png File:百花山_13.png File:百花山_14.png...")
  • 16:44, 27 May 2025How to use composer (hist | edit) ‎[1,750 bytes]Mwroot (talk | contribs) (Created page with "composer 用起来不便,有三种原因,一是 composer 版本旧了,二是网络问题,三是 sudo 问题。 == 解决版本问题 == 不要用发行版自带的 composer,去官网下载最新的 composer,就行了。 == 解决网络问题 == 网络问题还有什么解决办法吗?懂的都懂。 退而求其次,用国内源能解决 80% 的问题: <syntaxhighlight lang="bash" line> composer clear-cache composer self-update composer config -g -l c...")
  • 22:10, 24 May 2025How to write a song (hist | edit) ‎[3,374 bytes]Mwroot (talk | contribs) (Created page with "== 一、明确主题与情感基调 == * '''先定情感方向''' ** 爱与离别、成长与迷茫、励志与坚强……先明确歌词要表达的核心情感是什么。 ** 情感越具体(如:初恋的甜涩、失恋的痛苦、毕业时的留恋),越容易产生共鸣。 * '''构思故事或画面''' ** 给歌词一个“微故事”或“电影感画面”,比如“雨中告白”“午夜飞奔在空旷街道”,会让文字更生动。 ** 也...")
  • 19:05, 24 May 2025Ten thousand words or phrases (hist | edit) ‎[335 bytes]Mwroot (talk | contribs) (Created page with "; caravan : blue caravan")
  • 10:22, 23 May 2025Symbols of Semantic MediaWiki (hist | edit) ‎[44 bytes]Mwroot (talk | contribs) (Created page with "900px")
  • 11:42, 22 May 2025Rock Home Town (hist | edit) ‎[11,782 bytes]Mwroot (talk | contribs) (Created page with "原作者:陈淑莲 原载:中国新闻周刊 原链接:https://www.inewsweek.cn/qy/2023-07-21/19244.shtml 向来被称为“最没有存在感省会”的石家庄,近日突然被推上了风口浪尖。 据石家庄市文化广电和旅游局消息,今年7月至10月,石家庄将举办“Rock Home Town”——中国“摇滚之城”音乐演出季,还要以摇滚巴士、地铁为载体,不定期安排摇滚乐手随机乘坐公交车,举办快...")
  • 11:00, 22 May 2025Semantic MediaWiki template with subobject (hist | edit) ‎[3,002 bytes]Mwroot (talk | contribs) (Created page with "在 Semantic MediaWiki 使用过程中,难免需要在同一页面,使用相同的模板。相同模板使用多次时,会导致一个参数有多个取值,最终在用 #ask 查询时,出现笛卡尔积。笛卡尔积的定义:假设集合A={a, b},集合B={0, 1, 2},则两个集合的笛卡尔积为{(a, 0), (a, 1), (a, 2), (b, 0), (b, 1), (b, 2)}。笛卡尔积的排序是乱的,我们必须用 subobject,令每一个参数及其取值,都变得唯一...")
  • 16:22, 21 May 2025What will the future be: books predict future (hist | edit) ‎[4,702 bytes]Mwroot (talk | contribs) (Created page with "== 中国古代 == === 玄学类预言 === * '''《周易》''':八卦推演万物规律,后世结合《易传》用于占卜预测。 * '''《推背图》'''(唐·李淳风、袁天罡):60象谶语与图画,预言唐代至"世界大同"。 * '''《乾坤万年歌》'''(托名姜子牙):770字预言五千年朝代更替。 * '''《梅花诗》'''(宋·邵雍):隐晦诗句预言历史走向至"大同承平"。 * '''《马前课》'''(诸葛亮)...")
  • 20:58, 18 May 2025How to use opentasks, the top 1 app of tasks management on android (hist | edit) ‎[3,873 bytes]Mwroot (talk | contribs) (Created page with "== 手机的成瘾性 == 在互联网 0.1 时代,精英们忙着用网络把世界网络化,最精华的人类知识、概念,一个个变成软件,奠定了网络世界的基础设施。 在互联网 1.0 时代,又称博客时代。上网不便,大 V 横行,精英人群在网上抒发己见,那时能上网畅聊的人,基本都是各阶层的精英,他们的思考,存在较大的价值。那时的普通人,还是以现实生活为主,用网络...")
  • 15:45, 15 May 2025How strong is chatgpt search ten plus info sources at few seconds (hist | edit) ‎[3,471 bytes]Mwroot (talk | contribs) (Created page with "{| class="wikitable" |我 |如何在 archlinux 上安装 mediawiki 时使用 redis 缓存?我看 archlinux 的 pacman 里没有 redis-server |- |ChatGPT |在 Arch Linux 上使用 Redis 作为 MediaWiki 的缓存,只需要三个主要步骤:安装并启用 Redis 服务、安装 PHP 的 Redis 扩展,以及在 LocalSettings.php 中启用 Redis 缓存。下面分步说明: 首先,Arch Linux 官方仓库 extra 中提供了最新的 Redis 软件包,你只需...") Tag: Visual edit
  • 09:48, 15 May 2025How to set debug log on mediawiki (hist | edit) ‎[2,385 bytes]Mwroot (talk | contribs) (Created page with "== 例子 == <syntaxhighlight lang="bash" line> $wgDBerrorLog = '/var/log/mediawiki/dberror.log'; $wgDebugLogGroups = [ 'exception' => '/var/log/mediawiki/exception.log', 'resourceloader' => '/var/log/mediawiki/resourceloader.log', 'ratelimit' => '/var/log/mediawiki/ratelimit.log', // Extra log groups from your extension #'myextension' => '/var/log/mediawiki/myextension.log', #'somegroup' => '/var/log/mediawiki/somegroup.log', ]; </syntaxhighlight> == 常见组 =...")
  • 17:17, 14 May 2025How to use redis as mediawiki cache backends (hist | edit) ‎[4,557 bytes]Mwroot (talk | contribs) (Created page with "<syntaxhighlight lang="bash" line> # 如果已经使用过 apcu 作为缓存,要先去除 apcu 缓存 grep -r apc /etc/php/8.2/ sudo emacs /etc/php/8.2/mods-available/apcu.ini # 注释掉对 apcu 的调用 </syntaxhighlight> <syntaxhighlight lang="bash" line> # 安装并配置 redis 作缓存后端 sudo apt install redis-server php-redis # 编辑 LocalSettings.php ## Shared memory settings ## $wgMainCacheType = CACHE_ACCEL; ## $wgMemCachedServers = []; ## $wgMainCac...")
  • 11:14, 14 May 2025Emacs background autostart sudo daemon (hist | edit) ‎[625 bytes]Mwroot (talk | contribs) (Created page with "<syntaxhighlight lang="bash"> sudo touch /etc/systemd/system/emacs.service sudo chmod 664 /etc/systemd/system/emacs.service </syntaxhighlight> <syntaxhighlight lang="bash"> [Unit] Description=Emacs: the extensible, self-documenting text editor [Service] Type=forking ExecStart=/usr/bin/emacs --daemon ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)" Environment=SSH_AUTH_SOCK=%t/keyring/ssh Restart=always [Install] WantedBy=multi-user.target </syntaxhighlight> <syntaxh...")
  • 15:18, 11 May 2025All will be good (hist | edit) ‎[1,038 bytes]Mwroot (talk | contribs) (Created page with "原作者:韩冬 原链接:https://www.zhihu.com/question/654798998/answer/3509952262 为任么前一晚觉得严重的事情,睡一觉起来就觉得好像不那么严重了? 其实不光是醒来,如果雨夜里从外面进入一人于燥温暖的室内,或者雪夜里从寒风中进入一人有大壁炉人声鼎沸的房间里,或者刚刚吃了一人美味的驴肉火烧一一然后再想一下那件事情,心态一定有不同程度的调整。...")
  • 10:24, 11 May 2025The essence of english learning (hist | edit) ‎[6,359 bytes]Mwroot (talk | contribs) (Created page with "原作者:soft.wing2058 转载评价:太多所谓的英文老师,自己水平不够,只有僵化地教学生背单词,没有把英文当成一种优秀的信息源。学英文成了一种考核,而不是一种获取快乐的手段。确实英文能用才是最重要的。半吊子净会逮别人的口音和语法。 ---- 那是1990年,我的高中在南昌,江西是个高考难省。那些年,江西高考本科差不多7取1。我理科很差,初...")
  • 23:12, 9 May 2025If you have a free body (hist | edit) ‎[6,144 bytes]Mwroot (talk | contribs) (Created page with "If you have a free body, what thing is the first ten things you want to do? Think by yourself, not use other's answer, please. ---- **Considering the question's ambiguity** The user is asking, "What are the first ten things you'd want to do with a free body?" but the term "free body" is a bit unclear. Maybe they mean something like a "free body diagram"—but that seems unlikely. Could they be talking about "free time" or a "freed body"? It seems like they want a pers...")
  • 16:36, 8 May 2025How to use mediawiki table sortable (hist | edit) ‎[1,289 bytes]Mwroot (talk | contribs) (Created page with "想象这样的场景:你的手头有 20 个案子需要开庭,每个案子有八个流程要处理,每个流程有 a/b/c 几个状态。怎样对这样的项目进行管理? 我试图找项目管理软件,没有免费且好用的。很多所谓的办公专用软件,根本就不懂办公,纯属程序员的自嗨。 最终,我发现 Excel 才是项目管理的王者。但是,我一直苦恼一件事:MediaWiki 与 Excel 的协作太差了,MediaWiki...")
  • 16:35, 7 May 2025How to use archlinux (hist | edit) ‎[8,253 bytes]Mwroot (talk | contribs) (Created page with "== 配置微调 == <syntaxhighlight lang="bash" line> # .bashrc 强化 export EDITOR=emacs alias s='ls -hl' alias pn='sudo pacman -Syu' alias pi='sudo pacman -S' alias pr='sudo pacman -Rns' alias pss='pacman -Ss' alias eb='emacs ~/.bashrc' alias sb='source ~/.bashrc' alias sp='poweroff' alias sr='reboot' # 加入 sudo sudo visudo qlzq ALL=(ALL) NOPASSWD:ALL sudo nano /etc/default/grub sudo grub-mkconfig -o /boot/grub/grub.cfg # 令中文不显示成方框 sudo pacman -...")
  • 11:56, 7 May 2025Regular linux application installation at once (hist | edit) ‎[97 bytes]Mwroot (talk | contribs) (Created page with "<syntaxhighlight lang="bash" line> git curl wget emacs </syntaxhighlight>")
  • 11:46, 7 May 2025Debian change sources list (hist | edit) ‎[693 bytes]Mwroot (talk | contribs) (Created page with "<syntaxhighlight lang="bash" line> # 把以下写入 /etc/apt/sources.list.d/debian.sources Types: deb URIs: http://mirrors.ustc.edu.cn/debian Suites: bookworm bookworm-updates Components: main contrib non-free non-free-firmware Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Types: deb URIs: http://mirrors.ustc.edu.cn/debian-security Suites: bookworm-security Components: main contrib non-free non-free-firmware Signed-By: /usr/share/keyrings/debian-archive-key...")
  • 16:41, 6 May 2025How to install some linux on wsl (hist | edit) ‎[1,428 bytes]Mwroot (talk | contribs) (Created page with "== 前置条件 == # UEFI 中开启虚拟化支持 # 控制面板 - 卸载 - 启用或关闭 Windows 功能中打开“适用于 Linux 的 Windows 子系统”和“虚拟机平台” # 安装新的 Linux 分发版前将 WSL 2 设置为默认版本 <syntaxhighlight lang="bash" line> wsl --update wsl --set-default-version 2 </syntaxhighlight> == 安装 Ubuntu 的方法 == 在 Microsoft Store 里搜索 Ubuntu 24.04.1 或以上版本,直接搜出来点“获取”就行...")
  • 22:59, 4 May 2025The big two-heart river (hist | edit) ‎[41,667 bytes]Mwroot (talk | contribs) (Created page with " (第一部) 火车顺着轨道继续驶去,绕过树木被烧的小丘中的一座,失去了踪影。尼克在行李员从行李车门内扔出的那捆帐篷和铺盖上坐下来。这里已没有镇子,什么也没有,只有铁轨和被火烧过的土地。沿着塞内镇 [2] 唯一的街道曾有十三家酒馆,现在已经没有留下一丝痕迹。广厦旅馆的屋基撅出在地面上。基石被火烧得破碎迸裂了。塞内镇就剩下这...")
  • 23:09, 3 May 2025How to edit pdf (hist | edit) ‎[6,352 bytes]Mwroot (talk | contribs) (Created page with "PDF 全称 Portable Document Format,它的诞生是为了方便携带、统一体验,它做到了。几乎所有平台上的 PDF 阅读体验都是一致的。PDF 的方便,使 PDF 得以流行。 需求是第一动力,越来越多的用户,渴望找到某个电子资料的 PDF 版本。盗版机构和个人顺势而动,扫描了海量 PDF 文档。原文档发布机构也顺势而动,发布了海量的低糊 PDF,用以分散盗版用户的精力,吸...")
  • 20:12, 1 May 2025Useful AI chat skills (hist | edit) ‎[5,328 bytes]Mwroot (talk | contribs) (Created page with "== 请 AI 写得更通俗易懂 == * 我不太会用,举例子教教我吧 == 请 AI 输出格式 == * 请用代码框输出纯文本方便我复制")
  • 15:29, 30 April 2025How to proxy on wsl2 (hist | edit) ‎[854 bytes]Mwroot (talk | contribs) (Created page with "== 查 WSL 眼中本机的 ip == 查 ipcofig 能查到在 wsl 眼中的主机 ip == == == Host 机 == * Proxy 软件开启允许局域网连入。 * 开防火墙允许 WSL 流量接入本机 <syntaxhighlight lang="bash" line> New-NetFirewallRule -DisplayName "WSL" -Direction Inbound -InterfaceAlias "vEthernet (WSL)" -Action Allow </syntaxhighlight> * .wslconfig 里写入 <syntaxhighlight lang="bash" line> dnsTunneling=false </syntaxhighlight> == Guest 机 == # .bas...")
  • 15:03, 30 April 2025How to use z.lua (hist | edit) ‎[235 bytes]Mwroot (talk | contribs) (Created page with "# sudo apt install zlua5.4 # git clone --depth=1 https://github.com/skywind3000/z.lua.git # 添加 eval "$(lua /home/focus/Sources/z.lua/z.lua --init bash enhanced once)"")
  • 14:08, 29 April 2025Why do i give up semantic mediawiki (hist | edit) ‎[16,663 bytes]Mwroot (talk | contribs) (Created page with "Semantic MediaWiki 是 MediaWiki 一系列拓展的合集。宣称是实现 MediaWiki 的语义化。有可能是我还没搞懂,以我目前的认知来看,用它性价比很低,值得直接放弃,后来者想尝试的,建议试试 Cargo。 == 原因 == 我放弃 Semantic MediaWiki 的原因有以下: # 主观原因,composer 在国内网络联通性太差,普通人很难搞定。这将导致新手安装都无法顺畅,更不要谈应用它了 # 客观...")
  • 23:15, 28 April 2025How to use virt-manager (hist | edit) ‎[1,448 bytes]Mwroot (talk | contribs) (Created page with "== 打不出中文 == # 注销或移除 QT_IM_MODULE、GTK_IM_MODULE; # 在 KDE “系统设置 → 输入设备 → 虚拟键盘” 中选择 IBus Wayland 并应用;或 # 使用 systemsettings 也一样 == 全屏 == * 自带 * 调分辨率 == 共享剪切板 == <syntaxhighlight lang="bash" line> sudo pacman -S spice-vdagent sudo systemctl enable --now spice-vdagentd 确保在硬件里有一个名个 spice 什么的通道,一般默认就有了 在 .xprofile 中...")
  • 10:10, 15 April 2025A fun font collection named Noto (hist | edit) ‎[816 bytes]Mwroot (talk | contribs) (Created page with "所谓字体集,就是包含很多种字体的意思。 Noto 在拉丁语中是我写我思的意思。更为用户喜闻乐见的解释是 no tofu,即消灭无合适字体时屏幕上的豆腐块。 Noto 有 200 多字族,2300 多种字体,适配 1000 多种语言。 对 Windows 用户来说,你并不需要它,Windows 的字体本身已经非常全面。 对 Linux 用户来说,可以考虑使用 noto-cjk。有的符号显示成豆腐块时,可以考...")
  • 09:29, 15 April 2025Test 字符 (hist | edit) ‎[28,385 bytes]Mwroot (talk | contribs) (Created page with "# Rime's punctuation and symbols # encoding: utf-8 # # Usage: patch your Rime schema to enable /X symbols config_version: '1.6' patch: punctuator/import_preset: symbols recognizer/patterns/punct: '^/([0-9]0?|[A-Za-z]+)$' punctuator: full_shape: ' ' : { commit: ' ' } ',' : { commit: , } '.' : { commit: 。 } '<' : [ 《, 〈, «, ‹, ⟨ ] '>' : [ 》, 〉, », ›, ⟩ ] '/' : [ /, ÷ ] '?' : { commit: ? } ';' : { commit:...")
  • 09:44, 14 April 2025法考笔记之刑诉 (hist | edit) ‎[258 bytes]Mwroot (talk | contribs) (Created page with "== 0414 ==")
  • 16:40, 12 April 2025One should have nail clippers for own (hist | edit) ‎[1,988 bytes]Mwroot (talk | contribs) (Created page with "《人应该有自己的指甲剪》 在意识到世界就是一个巨大的卡颜局之后,人就应该有自己的指甲剪。 徒手抠扯指甲,是一件焦虑而墮落的事。焦虑时,些微疼痛可以让神经更敏锐,敏锐地逃避案头最该去做的重要之事。墮落在于,徒手抠扯过的指甲,并不整齐,于颜值有损;很费时间,容易熬夜;容易弄出血,有点吓人;容易发炎,出血部位易受感染,疼一...")
  • 16:12, 12 April 2025What i found (hist | edit) ‎[2,824 bytes]Mwroot (talk | contribs) (Created page with "我听所有的歌,它们都在唱勇气。可见,勇气是生活中最缺的事物。直面生活,已经比所有艺术电影更高雅。20250412")
  • 14:38, 11 April 2025Make bashrc more efficient (hist | edit) ‎[539 bytes]Mwroot (talk | contribs) (Created page with "<syntaxhighlight lang="bash" line> export EDITOR=emacs alias s='ls -hl' alias sb='source ~/.bashrc' alias sp='poweroff' alias sr='reboot' </syntaxhighlight>")
  • 11:55, 11 April 2025How to use minder on windows (hist | edit) ‎[3,203 bytes]Mwroot (talk | contribs) (Created page with "《怎么在 Windows 上使用 Minder》 《怎么使用 Minder》 == 劝退 == 普通人,直接弃用。Windows 用户想要用这软件,极不容易,非刚需用它就是得不偿失。作者对提供 Windows 平台安装包也毫无兴趣。 年轻人,有精力折腾的人,可以考虑。现下 Debian 12 平台使用 Minder 有输入法乱跳的 bug。Minder 只对少数 Linux 用户才有用,特别是 ArchLinux 平台 Plasma 桌面环境体验不错。...")
  • 11:21, 11 April 2025How to use archlinux on virtualbox (hist | edit) ‎[1,788 bytes]Mwroot (talk | contribs) (Created page with "《怎么在 VirtualBox 中使用 ArchLinux》 == 初级配置 == 装完后,记得重启一下 Host 电脑。 {| class="wikitable" |+ VirtualBox 中用 archinstall 时注意事项 !项目 !注意事项 !版本 |- |虚拟机 |求旧 |VirtualBox 7.0.24 |- |拓展包 |匹配 |7.0.24.vbox-extpack |- |Guest 包 |与 Arch 对应 |7.1.6-2 |- |Arch |求新 |2025.03.01-x86_64 |- |内核 |求常 |linux |- |桌面 |求常 |KDE Plasma |- |驱动 |求全 |all open sources |} <sy...")
  • 11:19, 11 April 2025How to use mediawiki on archlinux (hist | edit) ‎[3,262 bytes]Mwroot (talk | contribs) (Created page with "《怎么在 ArchLinux 中使用 MediaWiki》 以下只为尝试。真用,我还是推荐用 Debian,或 WSL2,或云服务器。ArchLinux 只适合年轻人,有精力去试错。 == MediaWiki 本体 == <syntaxhighlight lang="bash" line> sudo pacman -S mediawiki mariadb php apache php-apache php-apcu php-intl imagemagick php-imagick php-gd git diffutils </syntaxhighlight> == MariaDB 数据库 == <syntaxhighlight lang="bash" line> sudo chown -R mysql:mysql /var/l...")
  • 21:04, 10 April 2025法考笔记之民法 (hist | edit) ‎[2,418 bytes]Mwroot (talk | contribs) (Created page with "== 0410 == 2 民法调整平等主体的自然人和法人非法人之间的人身关系、财产关系。 民事法律关系的要素 人 民事主体 三元论+国家集体 物 民事客体 标的物 权利义务指向的对象 特定的物或权利 物权的客体以物为原则,以权利为例外。债权的客体行为,一般指合同。竞业禁止协议,消极不作为。各类权利都有客体。民商法的客体包括不作为 只有,只能,均,...") Tags: Mobile edit Mobile web edit
  • 11:21, 10 April 2025Use archlinux in wsl2 (hist | edit) ‎[110 bytes]Mwroot (talk | contribs) (Created page with "<syntaxhighlight lang="bash" line> pacman -S gtk3 gnome-themes-extra adwaita-icon-theme </syntaxhighlight>")
  • 18:54, 4 April 2025这该是一个表格 (hist | edit) ‎[114 bytes]Mwroot (talk | contribs) (Created page with "{{class到底是啥 |Field1=certain2 |Field2=haha |Field3=no |Field 4=fu }} 原来如此")
  • 18:41, 4 April 2025你好 (hist | edit) ‎[63 bytes]Mwroot (talk | contribs) (Created page with "{{寻隐者不遇 |只在此山中=你好 }} 这是怎么回事")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)