医生:你孕期有没有用那种记录每天症状和精神状态的app?
我:
回形针的肉蛋奶事件就是制作太草率,以一种奇怪的逻辑弄了个视频发了导致形象爆炸。素材也都是某国际组织提供的,国际知名双标老居心叵测了,只能吃一堑长一智咯
QT: https://hello.2heng.xin/@uktimes/105616836205489397
这一刻等了两年,也不知道修了没(没亲自试试)
TryGhost/Ghost 3.38.3
催更: https://github.com/TryGhost/Ghost/issues/12268
上游的PR: https://github.com/bustle/mobiledoc-kit/pull/738
马老板用JavaScript控制宇宙飞船,中国用ActionScript调度高速铁路,cui先生看着go代码里满屏的 if err != nil 骂街,人类有非常光明的未来
interpose!
interposelibc.so:
$(CC) -share -fPIC -o interposelibc.so $(OBJ)
#include <unistd.h>
#include <errno.h>
// original
pid_t (*fork_fp)(void);
// init
__attribute__((constructor))
void interposelibc_init()
{
fork_fp = dlsym(/*RTLD_NEXT*/ -1, "fork");
}
pid_t fork(void)
{
if(INTERPOSE_ALL_FAIL)
{
errno = ENOMEM;
return -1;
}
return fork_fp();
}
莉特雅 literal
写代码业余爱好者 amateur coder