添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
好帅的小刀  ·  curl: (56) Failure ...·  5 月前    · 
淡定的小刀  ·  springboot ...·  6 月前    · 
酷酷的石榴  ·  Python ...·  11 月前    · 
# Serve static files from document root with a directory index # app.psgi use Plack::App::Directory; my $app = Plack::App::Directory->new({ root => "/path/to/htdocs" })->to_app;

Then run

> plackup > Accepting connections at http://0:5000/