1 // Open a database in memory. 2 Database db; 3 try 4 { 5 db = Database(":memory:"); 6 } 7 catch (SqliteException e) 8 { 9 // Error creating...
分类:
数据库 时间:
2014-07-16 21:19:54
阅读次数:
290
R1配置---------------------------------------------version 5.20, ESS 2207P45#sysname RT1#super password level 3 simple h3c#domain default enable system#...
分类:
其他好文 时间:
2014-07-16 20:21:30
阅读次数:
236
R1的配置-----------------------------------------------------------------------------sysname RT1#super password level 3 simple h3c#domain default enable ...
分类:
其他好文 时间:
2014-07-16 20:18:40
阅读次数:
240
Update: July 10, 2014I got so many books in DB, so it is a better choice to focus on one book for each domain and finish those exercises.0. Blog --- u...
分类:
其他好文 时间:
2014-07-16 20:16:58
阅读次数:
177
oe中的domain多用于自定义搜索条件。 domain中的单个条件是一个三个元素组成的元组。第一个是对象的一个column,也就是字段名;第二个是比较运算符``=, !=, & gt;, >=, <, & lt;=, like, ilike, in, not in, child_of, paren...
分类:
其他好文 时间:
2014-07-16 19:37:32
阅读次数:
214
[root@luozhonghua sbin]# service httpd start
Starting httpd: httpd: apr_sockaddr_info_get() failed for luozhonghua
httpd: Could not reliably determine the server's fully qualified domain name, using...
分类:
其他好文 时间:
2014-07-16 11:15:46
阅读次数:
168
首先,把最真挚的情感送与梅西,加油!写在前面 阅读目录:重申业务场景Domain Model 设计后记 上一篇《设计窘境:来自 Repository 的一丝线索,Domain Model 再重新设计》。 讲本篇内容之前,先回顾上一篇所讨论的内容,主要是 Repository(仓储)的职责问题,...
分类:
其他好文 时间:
2014-07-15 00:13:42
阅读次数:
491
1、错误描述
七月 13, 2014 6:37:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [applicationContext.xml]
七月 1...
分类:
其他好文 时间:
2014-07-14 13:46:00
阅读次数:
651
出现了一大串错误,Error creating bean with name 'userController': Injection of autowired dependencies failed。。。。。
查了代码后发现,原来是在UserServiceImpl中忘了写一句话@Service("userService"),以至于因此导致一系列错误。
在控制层调用业务层,必须在业...
分类:
其他好文 时间:
2014-07-12 22:15:46
阅读次数:
226
1、找到user_projects\domains\bifoundation_domain\bin目录
2、复制startWeblogic.sh为新的文件startAdminWeblogic.sh,复制setDomainEnv.sh到setAdminDomainEnv.sh,复制setOBIDomainEnv.sh到setAdminOBIDomain.sh
3、修改startA...
分类:
其他好文 时间:
2014-07-12 21:00:05
阅读次数:
162