小学赚币规则第二版
币制
- 每1个 铜币 可换取1分钟玩电子游戏的时间
- 1个 银币 等价于5个 铜币
- 1个 金币 等价于2个 银币
- 一切赚取游戏币的活动只能在每天21:45前进行
- 一般只能在放假时支付游戏币来游玩电子游戏。特别地,如果游戏币余额不低于12个金币,可以在学期内的星期五晚上玩电子游戏。
- 周的计算总是从星期 …
#!/bin/bash
ls ~/tmp/*a
ls "~/tmp/*a"
tmp_path="~/tmp"
string="${tmp_path}/*a" …
对于list下任意event, 仿照以下格式记录:
24050809开始记录事件@doc@new|0856
即:(如果是将要发生的事件前面加.)+2位年份+4位日期+2位模糊时间代号+事件标题(根据事件的语言环境选用中英文)+(如果包含一些事件属性,比如有 …
Read more...WPS依赖libtiff.s.5, 而系统里的是libtiff.so.6。这样就行了。
cd /usr/lib
ln -s libtiff.so libtiff.so.5
WPS官方社区-Linux环境下不能输出PDF ArchWiki WPS-Office
Read more...sudo du -sh /* | sort -h
df -h /
# as superuser
btrfs filesystem usage /
# as …
pacman -S grub efibootmgr
grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=GRUB
local ls = require("luasnip")
ls.setup({
snip_env = {
},
})
-- load snippets
require( …
inline code
# code test
print("Hello, World!")
block quotes
test
font: Bold Italic Bold and …
Read more...ponyofshadows@equestria ~> grep "^bind" .config/tmux/tmux.conf
bind C-a send-prefix -2
bind e …