david zh
david zh
他论文里有写,暂时只公开了depth
This is what i do ``` javascript (function(title, description) { SEO.set({ title: title, meta: { 'description': description }, og: { 'title': title, 'description': description } }); })(data.title, description); ```
@Neguhs This feature will be support in coming days.
@liwangmj well, This repro was initially only to support the image transfer. If you look for a package support large file transfer you can use [uploadfile](https://github.com/FineUploader/fine-uploader), that's easy and robust....
Hi @maurozapata PMGO won't restart when system reboots. You can write bash cmd hooks to restart your applications when system reboot.
@youjianglong okay
@Anton-Cao Right. when exe `pmgo start` command, pmgo will build your project from GOPATH/src.
@binary111 I know what you want. like `Graceful restart ` ? If i start new proc before stop current proc, this will cause some problems, for example, the same listening...
@jorise7 你好 不好意思,回复晚了,这几天家里有事。十分感谢你的建议,通过配置文件启动也是该项目下一步需要添加的feature,至于不编译我觉得这个暂时是不支持的。 等下一版发布后,我将在这个issue中at你。
@dicklei 你好,感谢反馈,你在尝试写一个简单的webserver然后编译,在使用pmgo启动都不行?