colorcrow
colorcrow
> 有可能会增加。这部分内容会在 lite 版实现以后移植。 感谢大佬无私奉献,另外,从昨天到今天一直在折腾这个quickbox-arm,提一个不太成熟的建议,quickbox-arm会强制开启https,这导致我公网无法访问家里的arm设备,比如我arm设备是家里主路由下的设备,分配IP为192.168.1.100,主路由映射公网8081到192.168.1.100的80端口,如果不关闭https,则必定会通过443端口来进行https请求,而443端口也是运营商屏蔽端口之一。是否可以安装时选择是否开启HTTPS呢?
> 不打算专门为这个功能做一个开关,但是你可以自行删除 nginx `default` 配置文件的301 跳转功能以及 ssl 相关代码 > 见 [此处](https://github.com/amefs/quickbox-arm/blob/master/setup/templates/nginx/default.template#L13-L25) > > ``` > location / { > return 301 https://$host$request_uri; > ..... > include snippets/ssl-params.conf; > ``` >...
> 在安装完成的情况下,直接删除 `/etc/nginx/sites-enabled/default` 中相应的内容,重启 nginx 即可 > > ``` > nginx -t > nginx -s reload > ``` 好嘞,我试试
> 在 shadowsocks-libev 中引入了Key认证方式,能否在shadowsocks-android加入这个认证方式,谢谢! 支持,key为64位字符串。
> Hi! First of all I would like to thank you for this wonderful project! > > Here's the question: is there any way to get the response headers coming...
> I've looked into Pagefind before, pretty interesting. If possible, I'll give it a try after I finish my bachelor thesis. Great, looking forward to your masterpiece.
https://central.sonatype.com/artifact/org.duckdb/duckdb_jdbc/0.8.1?smo=true
也是 发自我的小米手机在 dongerhuo [email protected],2016年1月6日 下午4:57写道:If you stil here??? —Reply to this email directly or view it on GitHub.
> Hello! I can look at it, is there somewhere comparison in search speed between `pagefind` and `flexsearch`? Perhaps I made a mistake.Maybe the search engine for this theme is...
> You do not need to create an appender for every row you want to insert. Please create the appender beforehand and use this to append rows to it. >...