Python version 2.7 required, which was not found in the registry 参考:http://www.cnblogs.com/min0208/archive/2012/05/24/2515584.html AttributeError: 'mo...
分类:
编程语言 时间:
2014-10-12 19:38:38
阅读次数:
227
format格式与svn版本号我猜对应如下:1.4.x 对应 format 21.5.x 对应 format 3……1.8.x对应 format 6那么每个format创建出的repo要用对应的版本checkout,否则会出错。具体解决方案见:http://lailife.blog.163.com/...
分类:
Web程序 时间:
2014-10-12 13:01:57
阅读次数:
197
Just a few weeks ago, I had a discussion with one of my colleagues about how to manage the transaction in our innovation project, and I found it a big bang knowledge when dig into details. So I want to go through these details and give an internal knowledg...
分类:
编程语言 时间:
2014-10-12 03:04:07
阅读次数:
182
int arr[][] ={{1,2,3},{4,5,6,7},{9}};boolean found = false;for(int i=0;i<arr.length&& !found;i++) {for(int j=0;j<arr[i].length;j++){System.out.println...
分类:
编程语言 时间:
2014-10-11 23:45:46
阅读次数:
249
今天在签出程序时,更改了profile,当再次进行整理编译项目时,就出现了这个问题,在xCode 6 开发环境下出现了,
出现这个错误提示Code Sign error: Provisioning profile XXXX can't be found 经查找 找到解决方案与大家共享,解决方案如下:
1.先copy上面那行出错信息,然后关闭这个项目,打开finder到你的项目文件xxxx.xc...
分类:
其他好文 时间:
2014-10-11 18:20:35
阅读次数:
133
使用JNI开发,需要在java端声明本地方法,并在jni层实现本地方法。有时运行项目时会先抛出异常:No implementation found for native xxx然后直接挂掉:java.lang.UnsatisfiedLinkError: Native method not found...
分类:
其他好文 时间:
2014-10-11 17:22:05
阅读次数:
655
问题:在部署hexo 时执行hexo d 结果显示【Error】hexo Deployer not found: undefined几经查找后发现问题出现在_config.yml文件中。出现以上问题的原因可能是:1.文件中包含中文但是保存格式为anscii码格式导致乱码是的文件解析失败。解决方法:....
分类:
其他好文 时间:
2014-10-11 14:48:35
阅读次数:
1728
以下在系统CentOS 6.3 x86_64上操作1.试图运行程序,提示"libc.so.6: version `GLIBC_2.14' not found",原因是系统的glibc版本太低,软件编译时使用了较高版本的glibc引起的:[work@zc-mc-face01 src]$ ./redis...
分类:
其他好文 时间:
2014-10-11 14:05:16
阅读次数:
4647
这里定义的是C的类型数据。直接在文件中加入#import解决I had the same issue on my project when I was trying to mix C code (.h and .c) with Objective-C code. Found the reason o...
分类:
移动开发 时间:
2014-10-11 12:38:05
阅读次数:
520
Invalid property 'hibernateTemplate' of bean class [com.lzj.www.dao.impl.UserDaoImpl]: No property 'hibernateTemplate' found对于这个问题,在网上有很多相关的文章,但差不多都说同...
分类:
编程语言 时间:
2014-10-10 22:38:34
阅读次数:
2045