cocoapods报错,解决方案。。。。。
[!] Unable to satisfy the following requirements:
- `MJExtension` required by `Podfile`
- `MJExtension (= 2.4.4)` required by `Podfile.lock`...
在VS2008 + WINDOWS 7 环境下重新生成解决方案时遇到以下问题Unable to delete file "F:\XX.exe". 对路径“F:\XX.exe”的访问被拒绝。Unable to copy file "obj\Release\XX.exe" to "bin\Release...
分类:
其他好文 时间:
2015-07-30 13:11:09
阅读次数:
169
今天数据库连接配置全写在hibernate.cfg.xml的时候没有问题,与spring整合的时候就出现了这个问题,反复查了代码,没找到问题
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path re...
分类:
其他好文 时间:
2015-07-30 00:50:40
阅读次数:
128
出现这种情况,是需要引用vc的编译器,可以安装vs来解决,并且安装numpy前,设置如下宏SET VS100COMNTOOLS=%VS110COMNTOOLS%SET VS90COMNTOOLS=%VS110COMNTOOLS%再执行即可
分类:
其他好文 时间:
2015-07-29 18:33:24
阅读次数:
117
问题:Error building Player: CommandInvokationFailure: Unable to convert classes into dex format. See the Console for details.C:\Program Files\Java\jdk1.7.0_45\bin\java.exe -Xmx1024M -Dcom.android.sdkman...
分类:
其他好文 时间:
2015-07-28 21:15:48
阅读次数:
189
http://stackoverflow.com/questions/1252791/how-to-solve-the-channeldispatcher-is-unable-to-open-its-ichannellistener-erroWith this type of exception i...
分类:
Web程序 时间:
2015-07-28 20:20:30
阅读次数:
593
SessionFactory.getCurrentSesion()的问题。spring hibernate JOTM TOMCAT全局JTA配置,Unable to locate current JTA transaction
分类:
其他好文 时间:
2015-07-28 17:31:10
阅读次数:
239
查看某文件的某些行的变化历史:$git log --pretty=short -u -L 2003,2005:Executor.cpphttp://stackoverflow.com/questions/8435343/retrieve-the-commit-log-for-a-specific-l...
分类:
其他好文 时间:
2015-07-28 12:37:33
阅读次数:
96
参考http://stackoverflow.com/questions/1682054/how-do-i-retrieve-appsettings-from-the-assembly-config-file ExeConfigurationFileMap?map?=?new?ExeConfigurationFileMap();
map.ExeConfigFilename?=...
今天在分支上切换到主分支发生fatal: Unable to create ‘D:/xxxxxx/.git/index.lock‘: File exists.的错误,在这里记录下备查。 解决方法是: 执行rm -f操作就可以切换到主分支了。 具体命令是:rm -f D:/xxxxxx...
分类:
其他好文 时间:
2015-07-28 11:06:19
阅读次数:
121