上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: 最近改了下之前用symfony做的项目,然后,突然发现防火墙失效了,简单说就是再未登录状态下居然可以访问配置了ROLE_USER、ROLE_ADMIN这些权限的路由,symfony框架很强大,但是文档太拉跨,尤其关于防火墙配置这块真的就是说了个屁。由于时间过的太久,一些防火墙配置的关键特性忘记了,排 阅读全文
posted @ 2022-06-29 11:28 我的五年 阅读(278) 评论(0) 推荐(0)
摘要: Reactjs之Vue用户0基础上手Reactjs笔记 - 搜栈网 (seekstack.cn)https://www.seekstack.cn/post/382 阅读全文
posted @ 2022-06-03 15:00 我的五年 阅读(9) 评论(0) 推荐(0)
摘要: 原文地址: cocos3.x creator剪切、动画、物理引擎、碰撞检测等常见问题及解决办法 - 搜栈网 (seekstack.cn)https://www.seekstack.cn/post/45 阅读全文
posted @ 2021-11-20 17:35 我的五年 阅读(21) 评论(0) 推荐(0)
摘要: Create a ZeroTier Network# You may do this manually through the ZeroTier Central WebUI, Install ZeroTier# ZeroTier must be installed and joined to the 阅读全文
posted @ 2021-07-28 14:28 我的五年 阅读(292) 评论(0) 推荐(0)
摘要: A.使用选择器来插入内容 h2:before{ content:"前缀"; } h2:after{ content:"后缀"; } B.指定个别的元素不进行插入 h2.sample:before{ content:none; } 2. 插入图像 A.在标题前插入图像文件 h2:before{ con 阅读全文
posted @ 2021-04-27 11:16 我的五年 阅读(49) 评论(0) 推荐(0)
摘要: 报错: "Libsodium is not available. You should either install the sodium extension, upgrade to PHP 7.2+ or use a different encoder." 原因: 报错说让把php根系到7.2以上 阅读全文
posted @ 2021-04-22 17:04 我的五年 阅读(13) 评论(0) 推荐(0)
摘要: <!-- 关键api:URL.createObjectURL(object) object:File对象或 Blob 对象 参考:https://developer.mozilla.org/zh-CN/docs/Web/API/URL/createObjectURL --> <!DOCTYPE ht 阅读全文
posted @ 2021-04-16 17:09 我的五年 阅读(109) 评论(0) 推荐(0)
摘要: 转载自:https://www.cnblogs.com/smzd/p/9848691.html (不是我喜欢复制粘贴,博客园最近这情况大家都知道,在这里记录备份下) 附: eslint快速开始:https://eslint.bootcss.com/docs/user-guide/getting-st 阅读全文
posted @ 2021-04-09 14:12 我的五年 阅读(59) 评论(0) 推荐(0)
摘要: 问题: git提交代码输错了密码,提示 fatal: Authentication failed for xxx 但是不进入重新登录的流程,也死活不弹窗。 感觉git的这个设计真的很沙雕。网上说删证书,好不容易找到win10的证书管理器,一堆啊,删了好几个都不起作用,索性全删,还是不起作用,fk。。 阅读全文
posted @ 2021-04-05 18:08 我的五年 阅读(52) 评论(0) 推荐(0)
摘要: 报错: Fatal error: Declaration of App\DataFixtures\AppFixtures::load(Doctrine\Common\Persistence\ObjectManager $manager) must be compatible with Doctrin 阅读全文
posted @ 2021-04-02 17:00 我的五年 阅读(26) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页