错误提示Eclipse中通过Archetype创建Maven项目时报错:Could not resolve archetype xxxxxxx from any of the configured repositories解决方法在Maven安装目录/conf/settings.xml文件的元素里加...
分类:
系统相关 时间:
2015-06-04 20:47:21
阅读次数:
181
问题描述
遇到的问题是在weblogic环境,应用在上传图片的时候报Could not initialize class sun.awt.X11.XToolkit 错误。
具体错误如下
17:57:02 [AWT-EventQueue-2] DEBUG - Leaving class nc.ui.hi.psndoc.action.SavePsndocAction.actionPerform...
分类:
Web程序 时间:
2015-06-04 15:44:11
阅读次数:
1961
SELECT substr(A.SESSION_ID,1,5) SID, substr(C.SERIAL#,1,5) SERIAL#, substr(B.OBJECT_NAME,1,25) OBJ_NAME, C.STATUS, ...
分类:
移动开发 时间:
2015-06-04 11:29:31
阅读次数:
858
connect('localhost', 11211) or die("Could not connect");if (!$memcache->get('counter')) $memcache->add('counter', 1);else $memcache->set('counte...
分类:
Web程序 时间:
2015-06-04 11:24:22
阅读次数:
156
好久没用 JMeter 了,今天启动的时候,发现启动命令行窗口出现了警报,警告信息如下图所示:感觉有点不舒服(也许是职业习惯吧,俺专职测试),就尝试着解决了一下,解决方案思路如下:1、查看命令行中的信息可知,启动 Jmeter 的时候,Jmeter 在写 windows 7 时无法成功写入,导致系统...
分类:
编程语言 时间:
2015-06-04 08:33:35
阅读次数:
224
一、问题描述 打开myclipse,发现server窗口报错,Could not create the view: An unexpected exception was thrown。二、解决 这是由于之前被部署到tomcat中的项目被关闭,或者找不到导致的。我这里是之前把部署了的项目clos.....
分类:
其他好文 时间:
2015-06-03 19:08:56
阅读次数:
135
A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.Return a deep copy ...
分类:
编程语言 时间:
2015-06-03 17:28:25
阅读次数:
134
help-install new software:http://download.eclipse.org/birt/update-site/4.2提示“Cannot complete the install because one or more required items could not ...
分类:
其他好文 时间:
2015-06-03 17:19:20
阅读次数:
121
http://blogs.msdn.com/b/repltalk/archive/2010/02/19/the-process-could-not-execute-sp-repldone-sp-replcounters.aspxcould not execute 'sp_repldone/sp_re...
分类:
数据库 时间:
2015-06-03 17:09:18
阅读次数:
218
Letter Combinations of a Phone Number
题目:
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telepho...
分类:
其他好文 时间:
2015-06-03 11:56:06
阅读次数:
91