真是恶心的让人想吐的报错.现在终于解决了,跟大家分享一下方法. 先给问题截个图,如下 首先当我去搜解决办法之前,我已经在[控制面板]的[卸载程序]里把Skype删除了,真是让我后悔不已的操作啊!!因为通常这种卸载方式我们都知道不会那么干净利索,而我为了图方便,又把Skype看得没有那么变态,故做了这个操作,付出的代价就是我失去了一个程序的“索引”.所以遇到这个问题,先不要学我. 因为网上说的一个比较简单的办法就是去下载一个叫做Windows Installer Clean Up的工具(一个非常轻…
npm install 报错 : error Unexpected end of JSON input while parsing near '...sShrinkwrap":false,"d' 解决办法: 运行如下命令 npm cache clean --force…
今天本打算把[Python3爬虫]网易云音乐爬虫 的代码敲一遍, 但是在安装pycrypto老是报错, 由于我计算是win10, 并且也有vs2017 python3环境下安装pycrypto的一些问题Python踩坑之路-Python-3.6 安装pycrypto 2.6.1各种疑难杂症及解决方案windows 下的python 安装pycryptopip安装pycrypto报错:Microsoft Visual C++ 14.0 is required. 的解决办法 而我的 解决 方式和pi…
要解决的问题:appium在androidV7.0系统上运行时报错 Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to re-install io.appium.settings without first uninstalling.] 原因分析:appium的uiautomator版本与androidV7.0不适配. 预置条件:手机端已经安装完Appium Settings 和 Unlock两个应用 解决步骤:1.修改源码文件-注释安装appi…
确认jar包加入到了build path中,然后注意版本是否与数据库相配,还要留意将jar包放入WEB-INF下的lib文件夹中…
出现情况: Inferred type 'S' for type parameter 'S' is not within its bound; should extends xxxxxx 出现这种问题的原因: SpringBoot 版本问题,SpringBoot 2.0后新特性. 解决方法: 1.修改版本,降为SpringBoot 1.5.x: 2.修改代码: 修改前: return this.userRepository.findOne(id); 修改后: return this.userRe…
我用jQuery ajax post方法 用flask url_for 传值到后端 $.ajax({ url:"{{url_for('marketing.manager')}}", type:'post', dataType:'json', // data:params, data:{'params':'aResult'}, success:function(data){ // console.log(data) console.log('success') },error:funct…
当使用在cmd窗口调用adb shell命令的时候 提示如下: adb server version (31) doesn't match this client (39); killing...error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037:通常每个套接字地址(协议/网络地址/端口)只允许使用一次. (10048) This application has requested the…
1.echo wchp | nc localhost 2181 ,通过路径列出服务器 watch 的详细信息,且它会输出一个与 session 相关的路径.但是出现下面的错误. [root@xg61 conf]# echo wchp | nc localhost 2181 wchp is not executed because it is not in the whitelist. 2.cd /usr/local/zookeeper/conf下,用vim打开zoo.cfg,在最后添加: 4lw…
原文 @(报错)could not find the main class, Program will exit(已解决)      (很抱歉,如果你希望能更加清楚地看清图片或是图上的文字的话,你可以按住ctrl不动,然后向上滚动鼠标的滚轮.要改变回来同理向下滚动即可.) -------------------------------------------------------------------- 今天2011.4.20: 这篇文章是我刚接触myeclipse的时候写的,一年过去了,感…