码迷,mamicode.com
首页 >  
搜索关键字:error creating bean with name    ( 133344个结果
vector 学习笔记
vector 使用练习:/***************************************** File Name: vector.cpp* Author: sky0917* Created Time: 2014年04月27日 11:07:33*********************...
分类:其他好文   时间:2014-04-28 18:52:27    阅读次数:1659
继承派生产生的切割问题
1 #include 2 #include 3 using namespace std; 4 class people 5 { 6 public: 7 string name; 8 int age; 9 virtual void print();10 };11 12...
分类:其他好文   时间:2014-04-28 09:04:54    阅读次数:690
EJB3.0中的session bean以及MDB解析
大型业务系统面临的主要问题就是高并发性和事务访问,客户端的数量与服务器端的分布式对象数量存在一定程度的正比关系,客户端数量越多,服务器端分布式对象也就越多,如何解决这种高并发的问题也就成了企业级架构首先要解决的问题。EJB作为一种服务器端分布式组件,为我们提供了应对策略。 EJB提供了两种管理大量分布式对象的策略:实例池化和激活。下面分别对EJB组件模型中的三种模型进行一些分析。 ...
分类:数据库   时间:2014-04-27 18:37:17    阅读次数:1742
表达式计算
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 9 #define OK 0 10 #define ERROR -1 11 #define OV...
分类:其他好文   时间:2014-04-27 16:56:44    阅读次数:681
133344条   上一页 1 ... 13333 13334 13335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!