头文件:
app.get('/some-route', cookieParser(), authenticate("jwt"), (req, res) => {
res.render('some-view.ejs');
});
手册页:
/* Position Modes (fst_posmode) for F_PREALLOCATE */
#define F_PEOFPOSMODE 3 /* Make it past all of the SEEK pos modes so that */
/* we can keep them in sync should we desire */
#define F_VOLPOSMODE 4 /* specify volume starting postion */
文档很难理解。