https://stackoverflow.com/questions/17755559/could-not-load-file-or-assembly-myassembly-xmlserializers There…
标签:编程问答
as, idea 出现 Gradle's dependency cache may be corrupt 错误分析
问题: Error:Failed to open zip file.Gradle’s dependency cache may be corrupt (this sometimes occurs after …
error: failed to attach to process named: "" unable to start the exception thread Exiting.
iPhone:~ root# debugserver *:10011 -a WeChat debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-320.2.89 …
Build input file cannot be found: '/Users/mac/Desktop/项目名字/轮子头文件
自己创建新项目,拖了部分之前项目的封装轮子,出现了如上BUG .pch文件也找不到,项目目录和文件目录一样,其他复制的轮子头文件也找不到 我把.pch文件删除,重新创建编写,依然是这个问题,我怀疑是路径的前面部分找不到了…
Yarn 之 Can't create directory /export*/yarn/nm/usercache/root/appcache/application_* Permission d...
速记 MR 作业无法提交,报错如下: Application application_1524369213580_48409 failed 2 times due to AM Container for appattem…
git上传文件error:src refspec master does not match any
本地仓库使用如下命令初始化: $ git init 之后使用如下命令添加远程库: $ git remote add origin git@github.com:hahah/ftpmanage.git 然后使用 $ git…
Android Studio - Unable to create Debug Bridge: Unable to start adb server: adb server version (32) doesn't match this client (40)
错误提示:Unable to create Debug Bridge: Unable to start adb server: adb server version (32) doesn’t match th…
springMVC入门
Spring MVC框架 是一个遵守 MVC设计模式的框架。 MVC, Model, View, Control 三者的简称,其中,Model指的数据层【DAO+entity】, View指的是视图【html/css/j…
[报错处理]Could not find a version that satisfies the requirement xml (from versions)
安装xml库发生报错 pip3 install xml Collecting xml Could not find a version that satisfies the requirement xml (from v…
Android rxjava2的disposable
rxjava+retrofit处理网络请求 在使用rxjava+retrofit处理网络请求的时候,一般会采用对观察者进行封装,实现代码复用和拓展。可以参考我的这篇文章:rxjava2+retrofit封装处理网络请求全…
Windows常见性能计数器
常见性能计数器介绍 %Total Processor Time 系统中所有处理器都处于繁忙状态的时间百分比,对于多处理器系统来说,该值可以反映所有处理器的平均繁忙状态,该值为100%,如果有一半的处理器为繁忙状态,该值为…
git 提交错误 error:src refspec master does not match any
很久没用git 上传自己代码,最近好不容易写了个 分页插件,兴致勃勃的想放源码,结果来了句 error:src refspec master does not match any 原因是,我上来 git init,然后g…