uni-app的编译器是基于npm的,依赖了众多包括mpvue.webpack在内的npm库,这些库又引用了一个三方库caniuser-lite.caniuser-lite这个库的代码里有个浏览器兼容数据的更新检查,过老的数据影响自动补齐css前缀.开发者平时写uni-app时并不需要手动补浏览器的css前缀,就是因为这个库在自动补前缀. Browserslist: caniuse-lite is outdated. Please run next command `npm update can…
1.svn在提交文件是报错:previous operation has not finished;run 'cleanup' if it was interrupted2.原因,工作队列被占用,只需在svn项目数据库 .svn文件夹下wc.db的表work_queue 清空即可,[delete from work_queue] 3.项目 clear up 操作,4.成功!…
今天改完代码提交时,提交接近完成但窗口还未关闭电脑蓝屏了.夏天来了,电脑比人还怕热啊~~~   心里咯噔一下,估计svn又会出一些莫名其妙的问题了. 果然,待电脑重启后开eclipse,文件还是新增状态,提交报错,提示需要执行clean up . 但svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if it was interrupted”. 无论你到那个父层次的目录执行“clean up “,都是报一样…
Mysql update in报错 解决方案: [Err] 1093 - You can't specify target table 'company_info' for update in FROM clause 意思是不能在同一语句中更新select出的同一张表元组的属性值 解决方法:将select出的结果通过中间表再select一遍即可. 错误sql: update company_info set email = 'ttt@163.com' ) 修改后可执行的sql: update c…
在执行链接Appium服务时连接失败可能原因: 1.报错截图: 2.先检查包名是否正确(正常情况下包名不会错误)通过命令行查看包名:aapt dump badging xxx.apk 3.检查对应包的appActivity是否正确:如果与命令行的activity不一致改过来就ok了 4.修改appActivity参数为,命令行中对应的activity name 5.重新运行,服务启动正常…
今天在打开某一文档的情况下,使用SVN更新文档,在更新的过程中报错,提示需要执行clean up,果断右键执行clean up,又提示一个新的错误:"Previous operation has not finished; run 'cleanup' if it was interrupted",此后又尝试了该项目目录树不同目录进行更新或者提交,甚至把该项目删除重新check out,都会出现同样的问题: 这个时候查阅了一下资料得知:本地的SVN客户端中有一个嵌入式DB(里面大约有10…
今天在eclipse上使用SVN:team - 显示资源历史记录 的时候报错. 方法是在本地磁盘项目目录上右键TortoiseSVN - Clean up 我的弹出的界面和下面一样,请勾选Break locks  . -------------------------点击OK,问题解决------------------end--------------- ----------------------------------------------------------------------…
在阿里云服务器增加一个shell脚本定时备份数据库脚本执行任务时,测试性的执行了备份命令,如下 [root@iZ2ze503xw2q1fftv5rhboZ mysql_bak]# /usr/local/mysql/bin/mysqldump -uroot -pmyServerPwd# dateabase > /data/mysql_bak/bak_test.sql 在执行完了命令本该在指定的目录下出现bak_test.sql文件,然而并没有生成,报了一行错误.这个问题应该是在MySQL5.6+版…
Tomcat版本为 8.5.29. 1.情景 kill调用tomcat进程后,重启tomcat报如下错误: Cannot find /usr/local/apache-tomcat-/bin/setclasspath.sh This file is needed to run this program 2.解决方法 编辑 catalina.sh,发现前两行多了如下内容: export CATALINA_BASE=$CATALINA_BASE2 export CATALINA_HOME=$CATA…
在阿里云服务器增加一个shell脚本定时备份数据库脚本执行任务时,测试性的执行了备份命令,如下 [root@iZ2ze503xw2q1fftv5rhboZ mysql_bak]# /usr/local/mysql/bin/mysqldump -uroot -pmyServerPwd# dateabase > /data/mysql_bak/bak_test.sql 在执行完了命令本该在指定的目录下出现bak_test.sql文件,然而并没有生成,报了一行错误.这个问题应该是在MySQL5.6+版…
第一种方案: 1. 执行命令 :open /usr/local/etc/nginx 打开nginx安装目录 nginx安装目录默认位置有:(找到适合你的) /etc/nginx/nginx.conf, /usr/local/etc/nginx/nginx.conf,或 /usr/local/nginx/conf/nginx.conf 2.放开注释,改为:pid /usr/local/etc/nginx/logs/nginx.pid; 3.执行命令:mkdir /usr/local/etc/ngi…
在没有全屏的状态下执行 make menuconfig,如果报下面的错误,表示终端的窗口太小,需要放大窗口或者全屏操作. ## using defaults found in /dev/null#Your display is too small to run Menuconfig!It must be at least 19 lines by 80 columns.make[1]: *** [menuconfig] Error 1make: *** [menuconfig] Error 2…
在更新svn的过程中,可能中途会取消,取消之后再次更新时可能提示,如下图: 下载sqlite3工具,进入此下载地址:https://www.sqlite.org/download.html 将sqlite3.exe文件解压缩到.svn目录的同级目录 打开命令行工具,切换到.svn的同级目录,执行如下命令: sqlite3.exe .svn/wc.db "select * from work_queue" 该命令可以查看当前挂起的svn操作 sqlite3.exe .svn/wc.db…
问题的由来 MySQL服务没有正常关机,是电脑没电后自动关机产生,记录一下排查过程 1.本以为是pid的问题,上网找了教程,解决不了,然后看日志看了网上各种说是数据库内存溢出 2021-03-12T10:41:18.317167Z 0 [Note] Binlog end 2021-03-12T10:41:18.317217Z 0 [Note] Shutting down plugin 'CSV' 2021-03-12T10:41:18.317389Z 0 [Note] /usr/sbin/mys…
昨天写的2019年Angular7——安装搭建路由方法不太正统,今天又去翻了下angular官网,跟着上面的环境搭建与部署走了一遍 从安装@angular/cli命令行工具开始 本篇主要记录下搭建过程中的报错 1.根据官网教程,首先安装cli npm install -g @angular/cli 这里没问题 2.创建一个Angular项目 ng new angular-demo 这一步报错了: E:\wsl2019\my-projects>ng new angular-demo? Would…
报错信息 Error:java.lang.UnsupportedClassVersionError: com/android/dx/command/Main : Unsupported major.minor 错误分析 从报错信息中得知是jar包版本不对,因为我的程序是基于Android N的,而他需要的是JDK1.8,而我装完1.8后虽然改了环境变量,但是并未修改Androidstudio中的JDK位置. 解决办法 File->Project Structure->修改JDK位置.重新编译即…
我们无法自动填充你的 Visual Studio Team Services 帐户.遇到下面的错误: TF400813: Resource not available for anonymous access. Client authentication required. 我用的VS15自带的Git,然后每次打开VS都报上面这个错误,但是没有影响使用,请问这个什么原因? 2017年6月8日 1:30 可能是visual studio需要重新验证你的账号,首先请退出visual studio 的…
一. 背景 今天在MongoDB 4.0.4版本下,在还原恢复数据库时报错. 主要错误为: Failed: restore error: error applying oplog: applyOps: not authorized on admin to execute command { applyOps: [ { ts: Timestamp(1548004840, 1), h: 1234878425364100170, v: 2, op: "u", ns: "config…
1.执行npm i 安装依赖时,报错:cannot read property 'match' of undefined 据说是npm本地缓存导致 解决方案: rm -rf package-lock.json ( 甚至连同node_modules一起删掉   rm -rf package-lock.json node_modules) 但是执行完毕后,又出现了新问题:/bin/git submodule update -q --init --recursive 2.强制清除npm 缓存 npm…
报错1(su进入mysql属组时报错): [root@dbserver ~]# su - mysql Last login: Thu Aug 31 17:20:03 CST 2017 on pts/1 su: warning: cannot change directory to /home/mysql: No such file or directory -bash-4.2$ exit 解决方法: [root@dbserver ~]# cd /home [root@dbserver home]…
遇到的问题是: 启用Appium-desktop的Inspector一直报错:An unknown server-side error occurred while processing the command. Original error: You must include a platformName capability 分析问题: 我之前安装的appium版本是1.4.6,并没有卸载,直接安装的Appium-desktop1.8.1,分析与这个相关 解决方案: 卸载appium,重新安…
当启动sdk manager下载配置sdk的时候,报错如下: botoo@botoo-virtual-machine:/opt/android-sdk-linux/tools$ sudo  ./android update sdk./android: 1: ./android: java: not found./android: 1: ./android: java: not found./android: 110: exec: java: not found 解决办法如下: https://s…
Outline 在本(Windows系统)地往 “PAI”(hdfs)上上传数据时,需要安装pywebhdfs包,然后就报错了: 报错信息: PermissionError: [WinError 5] Access is denied: 'C:\\Program Files\\Anaconda3\\Lib\\site-packages\\pywebhdfs' 解决 此种报错多为权限问题 方法一: run as administrator 在开始菜单中输入 cmd,右键-点击 run as adm…
homestead虚拟机,通过npm下载依赖包和解决运行gulp报错问题 yarn出错问题 1. 在虚拟器运行 npm 下载依赖组件时报错: npm ERR! EPROTO: protocol error, symlink ... 解决方案: 运行 npm 时增加参数 --no-bin-links  npm install --no-bin-links   2. 执行 gulp 命令时报错: ENOENT: no such file or directory, scandir '/home/va…
SyntaxError: Unexpected end of JSON input while parsing near '...ttachment":false,"tar' 错误情况 执行 下面命令行时,报错 create-react-app my-react-app npm错误日志如下 161 silly pacote version manifest for webpack@3.8.1 fetched in 116ms 162 silly resolveWithNewModule…
前提: 电脑已经安装了nodeJS和npm,  项目是直接下载的zip包. 报错步骤为1:cd /d 目录: 2. npm ren dev  -------> 报错如下: > webpack-dev-server --inline --progress --config build/webpack.dev.conf.js 'webpack-dev-server' 不是内部或外部命令,也不是可运行的程序或批处理文件.npm ERR! code ELIFECYCLEnpm ERR! errno 1…
SyntaxError: Unexpected end of JSON input while parsing near '...ttachment":false,"tar' 错误情况 执行 下面命令行时,报错 create-react-app my-react-app npm错误日志如下 161 silly pacote version manifest for webpack@3.8.1 fetched in 116ms 162 silly resolveWithNewModule…
问题:同步.cleanup都会出现下面的提示 svn: E155017: Can't install '*' from pristine store, because no checksum is recorded for this file svn报错:“Previous operation has not finished; run 'cleanup' if it was interrupted“ 解决: 一般的clean up报错,只要回到当前目录上一层进行clean up就能继续提交sv…
报错信息 Anaconda3-5.3.1-Linux-x86_64.sh: line 353: bunzip2: command not found tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors 解决方法和原因 由于系统缺少bunzip2包造成的,通过yum安装bzip2包来解决 yum install bzip2 分析和解决过程 可能是由于缺少…
系统环境: Windows + .Net Framework 4.0   问题描述: C#连接FTP下载文件时,在部分电脑上有异常报错,在一部分电脑上是正常的:异常报错的信息:System.InvalidOperationException: The requested FTP command is not supported when using HTTP proxy   分析过程: 在网上搜索到的解决方案,基本都是将代理置为null:request.Proxy = null; 并没有解释其原…