智能运维
-
极客时间程劭非 (Winter)《重学前端》购买返现24
前端时间,极客时间推出的《重学前端》课程非常的受欢迎。这门课程以专栏的形式给大家讲解重新学习前端知识,值得注意的是这门课程的作者是,程劭非(winter) ,前手机淘宝前端负责人。目前该课程已经有 2290…
-
在 K8s 中报错:Could not resolve host: group.cmc; Name or service not known
1、在 K8s 中 容器 api 中请求 容器 group 报错:Could not resolve host: group.cmc; Name or service not known。无法解析主机:group.cmc; 名称或服务未知。如图1 图1 2、在容器 api 中请求 group 容器中的静态…
-
再见 jQuery !Bootstrap 5 将删除 jQuery 作为依赖项!
即 Github 移除 jQuery 后,Bootstrap 最近也宣布将在 V5 版本剔除 jQuery,以后将不再依赖 jQuery 了。 再见 jQuery ! jQuery 作为非常优秀的开源基础类库,为什么先后被各大组织剔除了呢? 这是因为国外已经全部…
-
在 Jenkins 中构建镜像时报错:error checking context: ‘can’t stat ‘/dataes/jenkins/workspace/ccp/api/code/vendor/james-heinrich/getid3/demos/demo.mysqli.php”
1、在 Jenkins 中构建镜像时报错:error checking context: ‘can’t stat ‘/dataes/jenkins/workspace/ccp/api/code/vendor/james-heinrich/getid3/demos/demo.mysqli.php”。如图1 图1 2、C…
-
解决 Idea 中 css 报 a term expected 错误问题
今天拉了同事的一段代码,发现 Idea 中报错,CSS 文件报错。这不是语法错误,也不是代码错误,就是纯粹的 idea 不识别“!”这个符号。 我将鼠标悬浮到报红内容上,提示:“a term expected”。…
-
Error processing tar file(exit status 1): unexpected EOF 的排查分析
1、在 Jenkins 中构建镜像,报错:Error processing tar file(exit status 1): unexpected EOF。如图1 图1 Step 10/10 : RUN chown -R nginx:nginx /mcloud/ && chmod 777 /mcloud/cmp_main/data &&…
-
在 腾讯云的云数据库 Redis 的主从版(CKV) 中报错:Redis error ERR unknown command BRPOP or not support now Redis command was BRPOP 的分析解决
1、报错:yii/db/Exception: Redis error: ERR unknown command “BRPOP” or not support nowRedis command was: BRPOP yii/db/Exception: Redis error: ERR unknown command "BRPOP" or not …
-
Script already launched, add -f option to force re-execution
解决 pm2 报 Script already launched, add -f option to force re-execution 问题的方法我今天总结一下。 其实也算不上总结,因为大家可以根据这个提升就知道是什么问题了,这个问题其实也没什么好些的。 主…
-
Windows 10 家庭版下切换用户至Administrator的实现
1、Windows 版本为Windows 10 家庭版 Windows 版本为Windows 10 家庭版 2、在计算机管理中,无法找到本地用户和组的选项 在计算机管理中,无法找到本地用户和组的选项 3、以管理员身份执行命令提示符:net user ad…
-
Key conedevelopment/blade-filters is a duplicate in ./composer.json at line 91。Warning: The lock file is not up to date with the latest changes in composer.json
1、执行 composer install 时,报错:Class ‘Pine/BladeFilters/BladeFilters’ not found。如图1 图1 > Illuminate/Foundation/ComposerScripts::postAutoloadDump > @php artisan package:disco…