KID
KID
> 解决了: 1. https://github.com/devdawei/libstdc- 执行install-xcode_11+.sh 2. fishhook去拉最新的 不然crash @Mcoon 请问在哪里更新fishhook呢?我安装这个插件的时候,好像没自己安装过fishhook
> 【已解决】去Xcode11里面把/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/文件夹拷贝过来就行 @wlcode1 请教一下,没有这个目录咋整。。。。我是从 Xcode11升到12.5的,但 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/ 下显示只有 Agents和 PrivatePlugIns 2个目录 环境:macOS 11.3.1
@surpaimb 是指我的微信号被禁止网页登录了吗?还是需要我做什么设置呢?
Well, it has not other errors of Laravel or web server(nginx), only loading failed the 4 files. I find that the 4 files is loading failed on Ubuntu and CentOS,...
The nginx run by 'www' user, i try to change all files' owner, and clear cache and route, but the 4 files still loading failed.  PS: The web app...
Oh! The 4 files' 404 response is the basic ones from nginx. It is my nginx default configuration: ``` location ~ .*\.(js|css)?$ { expires 7d; access_log off; } ``` The...
OK. I will add an exception to nginx configuration. This problem maybe make some novices puzzling, because it is easy to ignore the web server default configurations for someone (like...
@williamqian emmm...Finally, I remove the rules about JS and CSS in local/dev/testing ENV.  Remember to reload your nginx service.
> @unknwon Not of all PR. There is some normal files, e.g. php, proto, json, csv, sql. Some php and proto files was added, and then was deleted. I working...