0

存储时候选择web所用格式 > 选GIF > 杂边 > 其它 > 选一种颜色

0

使用Request吧。

\Request::get();

\Request::all();

0

因为端口不一样, 所以浏览器自带的安全策略是不允许去请求不同源的资源。

修改Elasticsearch配置

elasticsearch.yml 添加下面配置,重启后即可生效

http.cors.enabled: true
http.cors.allow-credentials: true
http.cors.allow-methods: OPTIONS,HEAD,GET,POST,PUT,DELETE
http.cors.max-age: 0
http.cors.allow-origin: /http?:\/\/localhost(:[0-9]+)?/
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type,Content-Length
0

我也是最近换 Vimperator 去了。变化感觉不大。 没有这个早都跑Chrome那边去了。

0

回退到某次commit

git checkout c5f567 -- file1/to/restore

回退到某个分支

git checkout branch_name file1/to/restore

Broadcast


JoyK
Better personal homepage
reddit style
GitHub Flavored Markdown syntax
Adaptive layout