使用myeclipse的add hibernate选项是跳出the chosen operation is not currently available 10
thechosenoperationisnotcurrentlyavailable这个是什么情况,开了好几次都是这样...
the chosen operation is not currently available
这个是什么情况,开了好几次都是这样 展开
这个是什么情况,开了好几次都是这样 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏10(财富值+成长值)
1个回答
2015-08-13
展开全部
private void button1_Click(object sender, System.EventArgs e)
public override void Display(int depth)
{
Console.WriteLine(new string('-', depth) + name);
foreach (Component component in children)
{
component.Display(depth + 2);
}
}
public override void Display(int depth)
{
Console.WriteLine(new string('-', depth) + name);
foreach (Component component in children)
{
component.Display(depth + 2);
}
}
追问
这是什么玩意儿
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询