码迷,mamicode.com
首页 >  
搜索关键字:creating    ( 1428个结果
Avoid exception: Have no modify permission on Team when creating business object.
~~~~~~~~~~Background~~~~~~~~~~If using API to create a business object for a non-administrative account, then an exception may occurlike this:the curr...
分类:其他好文   时间:2015-01-07 22:01:35    阅读次数:154
spring quartz:Instantiation of bean failed; nested exception is java.lang.IncompatibleClassChangeErr
spring 调度类初始化失败,分析是jar包冲突,日志如下: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scheduler' defined in file [D:\InstallApplication\apache-tomcat-7.0.23\wtpwebap...
分类:编程语言   时间:2015-01-07 20:56:15    阅读次数:340
Android英文文档翻译系列(5)——Creating Lists and Cards[创建List和卡片,CardView和RecyclerView]
Creating Lists and CardsTo create complex lists and cards with material design styles in your apps, you can use the RecyclerView and CardView widgets....
分类:移动开发   时间:2015-01-07 16:47:12    阅读次数:407
[翻译] LLSimpleCamera
LLSimpleCameraA simple customizable camera controlLLSimpleCamera is a library for creating a customized camera screens similar to snapchat's. You don'...
分类:其他好文   时间:2015-01-06 22:48:56    阅读次数:378
hibernate4 , spring3 使用 org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean 报错 Implementing class
错误代码如下Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/D:/ecli...
分类:编程语言   时间:2015-01-06 19:51:18    阅读次数:503
使用TabHost和ViewPager实现页面切换
在android的开发过程中经常会遇到页面切换的问题,其中一个解决办法是使用fragment加Handler来实现,不过有些情况下这种方法并不是最好的选择。比如,你需要滑动切换页面的时候。这时使用TabHost和ViewPager来实现会更加方便。文章参考API文档中Creating Swipe Views with Tabs(文章路径Training->Implementing Effect...
分类:其他好文   时间:2015-01-04 11:26:05    阅读次数:474
linux创建新用户出错Creating mailbox file: File exists
在Linux环境下安装oracle时需要创建oracle用户,提示上面这个错误 解决办法1: 重新创建oracle用户: #userdel oracle 切换到/var/spool/mail #rm -rf oracle   解决办法2:网上随便一搜一大把   将root根目录下的文件cp到oracle根目录下,解决文件不匹配 cp /e...
分类:系统相关   时间:2015-01-04 10:04:22    阅读次数:249
org.hibernate.MappingException
1、错误描述 org.springframework.beans.factory.BeanCreationException:Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]:Invocation of init m...
分类:移动开发   时间:2014-12-31 22:53:13    阅读次数:201
iOS开发——为iOS工程创建模拟器包,用于其它电脑上iOS模拟器的运行测试(Creating an iOS Simulator Build)
iOS程序开发后期,要将程序打包并分发给众人进行测试。一般而言,这类测试都是真机测试,这是正确且必要的。只是有一个问题,生成真机测试的ipa包需要相关的证书。 当然,绝大多数iOS开发人员甚至是一些独立开发者,都能轻而易举(无所不用其极)地弄到这些证书。因此,这里需要声明一下本文的适用人群和情况: 1. 生成的应用程序包只能用于模拟器测试,无法用于真机; 2. 不需要特别的证书; 3. 某...
分类:移动开发   时间:2014-12-29 16:58:21    阅读次数:254
A Guide to Creating a Quality Project Schedule
Successful projects start with a good quality project schedule. Creating a schedule is one of the first tasks you should do when given a project to ma...
分类:其他好文   时间:2014-12-29 10:18:59    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!