#博客 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #博客, aggregated by home.social.
-
【皮毛小知識】甚麼是「蘇格蘭場」? | 殖民地時代的英國符號 (繁中字幕)
★內容包括: 00:00 – 開場白 00:28 – 簡單答案 01:19 ̵ […]
The post 【皮毛小知識】甚麼是「蘇格蘭場」? | 殖民地時代的英國符號 (繁中字幕) appeared first on 棱角媒體.
#博客 #文化 #英國/歐洲 #皮毛小知識
https://points-media.com/英國-歐洲/【皮毛小知識】甚麼是「蘇格蘭場」-殖民地時代/ -
【讀者投稿】白天拉光纖,夜晚把遊戲賣到歐亞:香港 ACG 界不缺天才,缺的是接得住人才的體系 – 椎子サマ
就在今年 3 月 30 日,我開發的日本沼津市 DLC《OMSI 2: Project Numazu》正式在 […]
The post 【讀者投稿】白天拉光纖,夜晚把遊戲賣到歐亞:香港 ACG 界不缺天才,缺的是接得住人才的體系 – 椎子サマ appeared first on 棱角媒體.
#博客 #文化 #香港 #ACG
https://points-media.com/博客/【讀者投稿】白天拉光纖,夜晚把遊戲賣到歐亞:/ -
【讀者投稿】白天拉光纖,夜晚把遊戲賣到歐亞:香港 ACG 界不缺天才,缺的是接得住人才的體系 – 椎子サマ
就在今年 3 月 30 日,我開發的日本沼津市 DLC《OMSI 2: Project Numazu》正式在 […]
The post 【讀者投稿】白天拉光纖,夜晚把遊戲賣到歐亞:香港 ACG 界不缺天才,缺的是接得住人才的體系 – 椎子サマ appeared first on 棱角媒體.
#博客 #文化 #香港 #ACG
https://points-media.com/博客/【讀者投稿】白天拉光纖,夜晚把遊戲賣到歐亞:/ -
【讀者投稿】白天拉光纖,夜晚把遊戲賣到歐亞:香港 ACG 界不缺天才,缺的是接得住人才的體系 – 椎子サマ
就在今年 3 月 30 日,我開發的日本沼津市 DLC《OMSI 2: Project Numazu》正式在 […]
The post 【讀者投稿】白天拉光纖,夜晚把遊戲賣到歐亞:香港 ACG 界不缺天才,缺的是接得住人才的體系 – 椎子サマ appeared first on 棱角媒體.
#博客 #文化 #香港 #ACG
https://points-media.com/博客/【讀者投稿】白天拉光纖,夜晚把遊戲賣到歐亞:/ -
狗东西(闪电)爬到桌子上踩我的键盘,我今天在写的的博客《被闪电咬伤去打破伤风+狂犬疫苗记录(下)》被搞得一团糟了,我只好Ctrl Z、Ctrl Z......
过了两个小时(和他玩了一个小时,加上今天打了三针疫苗,累没我半条命,然后闪电在我脚下睡了一个小时)我发现typora内的的文字不对,感觉少了一部分,但是Ctrl Z已经不能再撤回操作了。
赶忙到VSCode Ctrl Z、Ctrl Z.....这下恢复原文了,还好同时开着两个编辑器。
-
改成用pm2管理hexo了,再也不用 cd ~/blog/hexo && hexo clean && hexo g && pkill -f hexo && nohup hexo s -p 8097 了
1. npm install -g pm2
2. nano run_hexo.js
在~/blog/hexo下
内容为:
const { exec } = require('child_process');
exec('hexo server -p 8097', (err, stdout, stderr) => {
if (err) {
console.error(err);
return;
}
console.log(stdout);
});3. pm2 start run_hexo.js --name "hexo-blog"
4. hexo clean && hexo g
-
改成用pm2管理hexo了,再也不用 cd ~/blog/hexo && hexo clean && hexo g && pkill -f hexo && nohup hexo s -p 8097 了
1. npm install -g pm2
2. nano run_hexo.js
在~/blog/hexo下
内容为:
const { exec } = require('child_process');
exec('hexo server -p 8097', (err, stdout, stderr) => {
if (err) {
console.error(err);
return;
}
console.log(stdout);
});3. pm2 start run_hexo.js --name "hexo-blog"
4. hexo clean && hexo g
-
改成用pm2管理hexo了,再也不用 cd ~/blog/hexo && hexo clean && hexo g && pkill -f hexo && nohup hexo s -p 8097 了
1. npm install -g pm2
2. nano run_hexo.js
在~/blog/hexo下
内容为:
const { exec } = require('child_process');
exec('hexo server -p 8097', (err, stdout, stderr) => {
if (err) {
console.error(err);
return;
}
console.log(stdout);
});3. pm2 start run_hexo.js --name "hexo-blog"
4. hexo clean && hexo g
-
改成用pm2管理hexo了,再也不用 cd ~/blog/hexo && hexo clean && hexo g && pkill -f hexo && nohup hexo s -p 8097 了
1. npm install -g pm2
2. nano run_hexo.js
在~/blog/hexo下
内容为:
const { exec } = require('child_process');
exec('hexo server -p 8097', (err, stdout, stderr) => {
if (err) {
console.error(err);
return;
}
console.log(stdout);
});3. pm2 start run_hexo.js --name "hexo-blog"
4. hexo clean && hexo g