今天同事在使用eclipse,引入一个新的maven工程时报错: Missing artifact com.sun:tools:jar:1.6.0:system 这个问题很奇怪,相同的代码,运行到我本地的Eclipse中时,没有发现问题,说明应该是环境配置的问题。(JDK?maven,Eclipse...
分类:
系统相关 时间:
2014-07-16 23:00:49
阅读次数:
338
The service cannot be activated because it does not support ASP.NET compatibility. ASP.NET compatibility is enabled for this application. Turn off ASP...
分类:
Web程序 时间:
2014-07-16 21:16:57
阅读次数:
189
Django’s optional GIS (Geographic Information Systems) support requires Python 2.5 to 2.7.这里提到了django的GIS,貌似是个挺有意思的东西,以后要研究一下。In case you’re curious: ...
分类:
其他好文 时间:
2014-07-13 08:45:43
阅读次数:
212
前几天发布项目遇到这样一个小错误,在此记录一下,以便加深一点印象,下次好解决类似的问题!(对应的应用服务器是WebLogic Server 版本: 10.3.6.0,应用是以文件夹的形式发在服务器的对应目录下的)1:错误的信息如下图所示2:分析及解决这个小问题的过程错误的提示信息还是比较清楚的指出了...
分类:
移动开发 时间:
2014-07-13 08:11:54
阅读次数:
293
New Widgets:提供了两个新的控件RecyclerViewCardView这两个控件包含在了Android L的support library中,他们可以用于显示复杂的布局而且都默认采用了Material的风格。RecyclerView RecyclerView是更高级的Listview。....
分类:
其他好文 时间:
2014-07-13 08:05:48
阅读次数:
587
插件在Xcode中的路径:Macintosh HD > 用户 > xxx > 资源库 > Application Support > Developer > Shared > Xcode > Plug-ins1.BBUDebuggerTuckAway编辑代码时退出控制台2.KSImageNamed使...
分类:
其他好文 时间:
2014-07-13 00:34:44
阅读次数:
182
部分IE游览器下无法通过getAttribute取值? alert(form.getAttribute('name')); IE6、7中错误 alert(form.getAttributeNode('name').nodeValue);看看jQ的解决方案能力判断 support.attributes...
分类:
其他好文 时间:
2014-07-12 13:43:36
阅读次数:
182
1、android支持库未安装
编译不过,提示如下:
Could not find any version that matches com.android.support:appcompat-v7:+
.......
Please install the Android Support Repository from the Android SDK Manager
其实原因和解决方法已经说...
分类:
其他好文 时间:
2014-07-10 23:39:33
阅读次数:
282
Implement wildcard pattern matching with support for '?' and '*'.
'?' Matches any single character.
'*' Matches any sequence of characters (including the empty sequence).
The matching should cover t...
分类:
其他好文 时间:
2014-07-10 21:21:42
阅读次数:
255
选择Help菜单->Install New Software...在Work with中输入http://subclipse.tigris.org/update_1.10.x,等待完之后,除了Subclipse Integration for Mylyn 3.x (Optional)不要选之外,其它的都选上,下一步,完成。...
分类:
其他好文 时间:
2014-07-10 20:05:27
阅读次数:
184