Lumen在初次安装好启动的时候,访问会出现:NotFoundHttpException
找了一下原因,在stackoverflow上有很多人提出来。常见的有这两种:在public/index.php里修改最后的$app->run();
- $app->run($app->make('request'));
- $app->run(Illuminate\Http\Request::capture());
Submitted by gouki on 2017, February 7, 1:53 PM
Lumen在初次安装好启动的时候,访问会出现:NotFoundHttpException
找了一下原因,在stackoverflow上有很多人提出来。常见的有这两种:在public/index.php里修改最后的$app->run();
Submitted by gouki on 2017, February 6, 4:17 PM
接上一篇:买了台阿里云的内网 的内容
Submitted by gouki on 2017, February 5, 11:12 AM
几个小笔记,自己处理一下
Submitted by gouki on 2017, January 27, 12:03 AM
When I tried to build and run, Xcode said my device was locked. I looked at my iPhone, and it's not locked at all....possible bug? How do I fix this?
1.Did you by chance not "trust" the device? This will prevent it from communicating with xcode even if the device is unlocked.
Submitted by gouki on 2017, January 25, 10:07 PM
nestable在点击的时候,有一个拖动的状态被触发,会导致你给nestable上加的链接都会无效。