摘要:
最近在开发集成paypal支持的过程中,照着一个案例来集成paypal支付,结果测试的时候,总是提示 CORS Access-Control-Allow-Origin 确实或者错误。 案例教程:https://techsolutionstuff.com/post/how-to-integrate-p 阅读全文
摘要:
第一种解决办法,就是网络上铺天盖地的 删除 .git 文件夹里面的 index.lock文件。我碰到的问题,恰恰是这个文件夹里面没有这个文件。 重复提交了好几次,都提示文件存在。 最终解决:终止 windows 的explorer.exe 进程,再次git提交,成功提交。 网页 Google 百度 阅读全文
摘要:
提示错误: Root composer.json requires phpunit/phpunit, it could not be found in any version, there may be a typo in the package name. 如果指定安装:composer requ 阅读全文
摘要:
yarn 网页 Google 百度 必应 搜狗 360 知识 知乎 StackOverflow(谷歌) StackOverflow 脉脉 百度知道 维基百科 百度百科 豆瓣读书 微信(搜狗) 开发 StackOverflow(谷歌) StackOverflow Apache Issues GitHu 阅读全文
摘要:
`rm -rf .metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml`. 来自于:https://bugs.eclipse.org/bugs/show_bug.cgi?id=536619 国内的博文太让人失望了 ,感谢GOOGLE提供 阅读全文
摘要:
\node_modules\html-minifier\src\htmlparser.js 71行去掉input解决 。 即 改为: var empty = makeMap('area,base,basefont,br,col,embed,frame,hr,img,isindex,keygen,li 阅读全文
摘要:
注意事项看评论。 如果需要带参数调式,需要这样配置。比如:命令行是 那么需要在配置文件中 这么配置: { "name": "Launch currently open script", "type": "php", "request": "launch", "program": "${file}", 阅读全文
摘要:
如果php.ini配置没错,且端口无误,那么就可能是配置文件选错了。 vscode里面有两个配置文件,一个是 Listen for xdebug ,一个是 Lanuch currently open script。如果总是出现 断点不起作用,LOG提示 Time-out connecting to 阅读全文
摘要:
not stopping on breakpoints breakpoint not working 原因: 1) php.ini xdebug 端口不配置的情况下,默认是 9000,如果vscode里面改为了其他端口,php.ini里面也要改为同样的端口。 如: a) vscode launch. 阅读全文
摘要:
云服务器: http://www.qcloud.com/redirect.php?redirect=1001&cps_key=89577e88102c57b45a740f705727cf7f云数据库: http://www.qcloud.com/redirect.php?redirect=1003&... 阅读全文