systemd是否在某处维护进程状态更改?如果是这样,我怎样才能获得最后n个进程状态更改
即使并非所有状态都可以获得与进程重启相对应的信息。 <何时以及为何
等信息例如
$.each($('iframe[src*="facebook.com/plugins/video"]'), function() {
var url = decodeURIComponent($(this).attr('src'));
var id = url.match(/\/\d+\//);
if (id) {
id = id.slice(1,-1);
console.log(id);
//do your player stuff here.
}
});
答案 0 :(得分:0)
没有。 Systemd不会维持流程状态的变化。