git 提交出现这个错误fatal: Unable to create ‘project_path/.git/index.lock’: File exists. exists
解决办法
rm -f ./.git/index.lockon Windowsdel .git\index.lock...
分类:
其他好文 时间:
2015-04-08 18:02:15
阅读次数:
161
kernel里调试时写alc5642时机器会时而重启,终于抓到了log,如下:
Unable to handle kernel paging request at virtual address xxxx
网上一搜,如下:
Restarting system.
Unable to handle kernel paging request at virtual address b...
分类:
其他好文 时间:
2015-04-08 16:30:46
阅读次数:
265
我必须要说一下这个问题,因为我已经被这个问题整整两天,因为smarty无法读取模板,这就让我后面的学习根本无法继续学习,我考虑了很多的问题,让我很是纳闷,问题最终的解决竟然是我的无意之举,那么我先说一下,问题的经过是这样的:
我最初是按照视屏的讲解写了一份用smarty模板的代码:出现了如下的错误,让我刻骨铭心:
Warning: Smarty error: unable to read res...
分类:
其他好文 时间:
2015-04-08 16:25:59
阅读次数:
107
解决Ubuntu 10.10 使用`make menuconfig`配置Linux 内核时,出现缺少‘ncurses-devel‘库支持。 *** Unable to find the ncurses libraries or the *** required header files. *** ‘make menuconfig‘ requires th...
分类:
系统相关 时间:
2015-04-07 12:14:15
阅读次数:
213
具体错误是我建立控制器的时候出现如下图那样的错误:Unable to cast object of type 'System.Data.Entity.Core.Objects.ObjectContext' to type'System.Data.ObjectContext'出现该错误的原因是MVC4...
分类:
Web程序 时间:
2015-04-07 11:34:49
阅读次数:
131
android系统的联系人数据库是非常的复杂,并不是一个简单的表就能搞定的。要简单的查询用户名和电话号码,首先要查询到姓名,然后再进局姓名去查询电话号码,一个姓名可能对应多个电话号码: // These are the Contacts rows that we will retrieve. ...
分类:
移动开发 时间:
2015-04-03 18:49:44
阅读次数:
133
1.遇到的异常:Exception in thread "main" org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.cache.spi.RegionFacto...
分类:
Web程序 时间:
2015-04-03 17:14:08
阅读次数:
255
场景:新服务器发布系统:windows server 2012程序环境:mysql6.9.5,iis8.5,.net4.0错误:unable to initialize provider分析原因:项目中采用了membership,安装新数据库时直接copy了原数据库的membership表解决方法:...
分类:
其他好文 时间:
2015-04-03 09:07:29
阅读次数:
132
用到了ViewPager,Android5.0.1,却额外在Build Path中引入了v4jar包,并且在“Order and Export”中勾选了此jar包,编译时出现错误:[2014-09-28 23:49:30 - Dex Loader] Unable to execute dex: Mu...
分类:
其他好文 时间:
2015-04-02 23:50:06
阅读次数:
258
编译报错: make[3]:?Entering?directory?`/home/hevake_lcj/Workspace/OpenWRT/trunk/package/network/config/netifd‘
mkdir?-p?/home/hevake_lcj/Workspace/OpenWRT/trunk/dl
echo?"Checking?out?files...
分类:
其他好文 时间:
2015-04-02 09:15:46
阅读次数:
215