今天用因为用git,所以把项目移出了workspace(git不推荐将repository放到workspace里面),然后就报错: Archive for required library XXX in project cannot be read or is not a valid ZIP file 发现项目下的...
分类:
移动开发 时间:
2014-11-16 18:57:45
阅读次数:
185
本地搭建SAE的python环境时,总是报如下错误:1 F:\workspace\dev\python\frikyskice\1>dev_server.py2 Traceback (most recent call last):3 File "C:\Python27\Scripts\dev_se.....
分类:
编程语言 时间:
2014-11-15 15:27:33
阅读次数:
554
用spring自动装配,如果把出错地方的@Autowired改为Autowired(required=false)不会出现错误。但是同时不会加载出错的类 如: @Autowired BaseDao dao;这错了 改为(找不到类时也报错) @Autowired(required=fals...
分类:
编程语言 时间:
2014-11-14 16:02:55
阅读次数:
163
LDAP Authentication 3.2The LDAP Authentication addon permits users to have the same credentials as in LDAP, so effectively centralizing authentication...
分类:
其他好文 时间:
2014-11-14 12:16:52
阅读次数:
111
IntroductionYou can download the Visual Studio solutions for this articleat this location. With all the Nuget binaries, it's about 57 MB (too big to b...
分类:
其他好文 时间:
2014-11-14 01:32:52
阅读次数:
309
LDAP Authentication addon permits users to have the same credentials as in LDAP, so effectively centralizing authenticationlet any correctly authentic...
分类:
其他好文 时间:
2014-11-14 00:11:05
阅读次数:
423
Here‘s my solution to make SOAP-headers based authentication. 1). First of all we define the decorator class for our service class: <?php
class?SOAP_Service_Secure
{
????protected?$class_na...
分类:
Web程序 时间:
2014-11-13 16:55:13
阅读次数:
250
Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_...
分类:
Web程序 时间:
2014-11-13 16:21:53
阅读次数:
758
if you pass on an already existing Mat object, which has already allocated the required space for the matrix, this will be reused. The idea is that ea...
分类:
其他好文 时间:
2014-11-12 21:13:24
阅读次数:
336
由于之前笔记本用同事的svn账号登录,现在显示还是以前同事的用户名,我现在需要重新登录。我安装了客户端小乌龟,我也在Eclipse中安装了svn插件,现在需要在Eclipse中的svn插件重新登录。
解决办法是:任意位置右键选择:TortoiseSVN->Setings->SavedData 里面有个authentication data,点击后面的Clear就好了。如图所示:...
分类:
其他好文 时间:
2014-11-12 10:31:54
阅读次数:
133