上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: 提示文件已损坏打开命令行执行这个命令就可以打开了sudo xattr -r -d com.apple.quarantine /Applications/Navicat\ Premium.app 如遇到 还是提示已损坏 无法打开, 可以试试在访达中找到该app, 右键打开app ->打开 试试, 注意 阅读全文
posted @ 2024-03-15 23:03 zjhgx 阅读(2584) 评论(0) 推荐(0)
摘要: 1. 在腾讯云轻量mysql数据库上执行: alter table yunpan_item add fulltext index ft_idx(`title`,`content`) WITH PARSER ngram; RROR 1878 (HY000): Temporary file write 阅读全文
posted @ 2024-03-13 08:11 zjhgx 阅读(24) 评论(0) 推荐(0)
摘要: npm install 出错 npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fata 阅读全文
posted @ 2024-02-12 02:09 zjhgx 阅读(118) 评论(0) 推荐(0)
摘要: 由于要解决adsense引起的CLS issue,根据 https://web.dev/articles/optimize-cls?utm_source=lighthouse&utm_medium=lr给出的建议,在广告的container上加上min-height。 <div v-if="$q.p 阅读全文
posted @ 2024-01-14 05:55 zjhgx 阅读(129) 评论(0) 推荐(0)
摘要: 1.为了解决页面CLS的issue,我给adsense的parent container设置了一个min-height,结果console报错:No slot size for availableWidth=0 <q-item v-if="$q.platform.is.mobile" class=" 阅读全文
posted @ 2024-01-14 03:47 zjhgx 阅读(104) 评论(0) 推荐(0)
摘要: Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.davidhu.shopguide.api.service.UserEventService. No provider 阅读全文
posted @ 2024-01-13 02:44 zjhgx 阅读(118) 评论(0) 推荐(0)
摘要: 亲测,只在ssr模式会出现页面漂移现象,尚不知道原因 原因已找到:ssr模式的偏移是因为会重新计算header的高度,一开始header没算进去,会向上偏移header的高度,计算完后再回到位置。只要在<q-header height-hint="120">加上一个 height-hint预估hea 阅读全文
posted @ 2024-01-13 00:13 zjhgx 阅读(19) 评论(0) 推荐(0)
摘要: 在client端不会报错,但ssr create时会报错: [Vue warn]: Unhandled error during execution of render function at <QPageContainer> 代码比如: <router-view v-slot="{ Compone 阅读全文
posted @ 2023-12-22 07:44 zjhgx 阅读(36) 评论(0) 推荐(0)
摘要: 一台Oracle Cloud Free Tier的机器,说是有1G内存,但free 一下只有680M,swap有1384M。yum install curl 就一直卡,过了一会就被Kill掉了。查看/var/message ,显示oom killer,yum被kill掉,内存不足。 在网上找了一些, 阅读全文
posted @ 2023-10-02 01:29 zjhgx 阅读(582) 评论(0) 推荐(0)
摘要: pip3 install mysqlclient Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting mysqlclient Using cached https://pypi.tuna.tsinghua.e 阅读全文
posted @ 2023-09-03 06:06 zjhgx 阅读(1559) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 14 下一页