1.设置java的JDK:window->preferences->Java->Installed JREs->Add2.设置文件默认打开方式: window->preferences->General->Editors->File Assocations选中相关文件,并在Associated ed...
分类:
系统相关 时间:
2015-05-13 18:54:17
阅读次数:
195
svn checkout 代码是出现如标题的错误,提示我clean up ,clean up失败,于是网上搜到了这一clean up 失败的解决方法,clean up 后再进入代码update 就可以了 svn提交遇到恶心的问题,可能是因为上次cleanup中断后...
分类:
数据库 时间:
2015-05-12 17:22:38
阅读次数:
367
GridView: A view that shows items in two-dimensional scrolling grid. The items in the grid come from theListAdapterassociated with this view. 简单说,Gr...
分类:
移动开发 时间:
2015-05-09 18:52:18
阅读次数:
132
请声明出处:
NamedCounter,对象命名的计数器:
/**
* An atomic counter with an associated name
* 关联名的原子计数器
* @short Atomic counter with name
* @short 名字的原子计数器
*/
class YATE_API NamedCounter : public String
{
...
There is no Action mapped for namespace [/] and action name [Login] associated wi
当你对于这个比较困惑的时候给你几个建议首先检查你的代码和配置文件
这里以我为例,
我做的是一个简单的登陆页面,
三个jsp, 一个LoginAction.java 一个structs.xml 和一个web.xm...
分类:
移动开发 时间:
2015-04-29 11:37:42
阅读次数:
190
提示:下文例子都经过Visual C++ 6.0验证,平台为win32 Windows.一、什么是sizeof 首先看一下sizeof在msdn上的定义: The sizeof keyword gives the amount of storage, in bytes, associated wit...
分类:
编程语言 时间:
2015-04-24 13:59:09
阅读次数:
170
解决办法:1,修改连接串,加上MultipleActiveResultSets=true2, 一次性先把数据读出来var contacts = from c in db.Contact select c;List results = contacts.ToList();...
分类:
其他好文 时间:
2015-04-20 22:10:06
阅读次数:
140
执行SqlDataReader.Read之后,如果还想用另一个SqlCommand执行Insert或者Update操作的话,会得到一个错误提示:There is already an open DataReader associated with this Command which must be...
分类:
其他好文 时间:
2015-04-16 21:28:29
阅读次数:
165