摘要: macOS 安装破解软件打开后提示“xxx”已损坏,打不开,您应该将它移至垃圾篓的解决方法: 打开终端,然后输入以下命令:sudo spctl --master-disable 然后回车,输入系统密码后按回车(这里输入密码不会显示),如果没有提示即操作成功。 打开系统偏好设置进入“安全性与隐私”,查 阅读全文
posted @ 2022-01-21 12:49 hoge 阅读(389) 评论(0) 推荐(0) 编辑
摘要: Springboot security 的使用,三步: 1、pom中增加: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> < 阅读全文
posted @ 2022-01-17 16:05 hoge 阅读(922) 评论(0) 推荐(0) 编辑
摘要: 允许该站使用cookie 即可;chrome直接禁止了。 Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document. 阅读全文
posted @ 2022-01-09 21:38 hoge 阅读(2981) 评论(1) 推荐(0) 编辑
摘要: 网上都说是jar包冲突,就打算通过idea的dependents 打开那个密集的maven依赖图,寻找蛛丝马迹。 结果,直接劝退了,太复杂; 17:22:00.943 [main] ERROR org.springframework.boot.SpringApplication - Applicat 阅读全文
posted @ 2022-01-07 17:48 hoge 阅读(2871) 评论(0) 推荐(0) 编辑
摘要: mac 系列命令 1、权限授予:Permission denied mac 解决办法:终端输入:sudo chmod -R 777 文件目录 阅读全文
posted @ 2022-01-01 08:16 hoge 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 1、查找文件 [root@iZ2zebgihunm8knispvdg6Z logs]# find / -type f -name my.cnf/var/lib/docker/overlay2/95d39d490cfe45634b5940c8254c3cfd695b3906c3091f56a2df09 阅读全文
posted @ 2021-12-31 15:01 hoge 阅读(36) 评论(0) 推荐(0) 编辑
摘要: -bash: local: can only be used in a function[root@VM-24-5-centos ~]# localelocale: Cannot set LC_CTYPE to default locale: No such file or directoryloc 阅读全文
posted @ 2021-12-29 18:24 hoge 阅读(954) 评论(0) 推荐(0) 编辑
摘要: 问题现象:初始时候的发现页面:可能认识的人,不显示;但文章显示了; 因为走了不登录的文章列表获取方法:findArticleByFollowIdNoLogin;为什么不显示:推荐关注的列表?只有登录后才调用refreshData 方法。 // onModelReady 是加载数据的入口 onMode 阅读全文
posted @ 2021-12-13 17:22 hoge 阅读(757) 评论(0) 推荐(0) 编辑
摘要: SELECT * from cms_article_data where id in( select a.id FROM cms_article a JOIN cms_category c ON c.id = a.category_id WHERE (a.category_id = '12' or 阅读全文
posted @ 2021-08-09 15:28 hoge 阅读(18) 评论(0) 推荐(0) 编辑
摘要: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/kbone-cli/node_modules/watchpack-choki sudo chown -R $USER /usr/local/lib/node_modules 阅读全文
posted @ 2021-07-10 09:52 hoge 阅读(121) 评论(0) 推荐(0) 编辑