如果你是maven项目,tomcat在发布项目的时候没有同时发布maven依赖所添加的jar包,你需要设置一下eclipse:项目 —> 属性 -> Deployment Assembly -> Add -> Java Build Path Entries -> 选择Maven Dependenci...
分类:
编程语言 时间:
2015-04-27 15:04:10
阅读次数:
203
背景:
web项目:spring4+springmvc4+hibernate4+maven3
问题:
启动tomcat后报错:java.lang.ClassNotFoundException: ContextLoaderListener
右键点击项目--选择Properties,找到Deployment Assembly选项,点击add按钮,发现没有Java Build Pa...
分类:
系统相关 时间:
2015-04-25 00:17:26
阅读次数:
222
当使用Xcode打开从网上down下来的demo时,编译有时会出现can only be used when targeting iOS 4.2 or later. 这是由于IOS运行版本不同导致的。
解决办法是:
点击项目导航文件--> 选中Targets--> 选择 Build Setting --> 展开IOS Deployment Target
把IOS版本改成大...
分类:
移动开发 时间:
2015-04-24 19:12:10
阅读次数:
2769
AFNetworking 2.0当Deployment Target低于6.0时,AFURLConnectionOperation.h,AFURLSessionManager.h@property(nonatomic, strong) dispatch_queue_t completionQueue...
分类:
Web程序 时间:
2015-04-23 19:33:59
阅读次数:
443
Play applications can be deployed virtually anywhere: inside Servlet containers, as standalone servers, in Google Application Engine, Stack, a Cloud, ...
分类:
其他好文 时间:
2015-04-22 13:17:21
阅读次数:
158
ios设备支持旋转的方法:
1、修改工程的info.plist中"Supported interface orientations"的值(一般在工程的Taget-> General -> Deployment Info -> Device Orientation处打钩来选择设备支持)。
2、实现工程的AppDelegate文件中的(application:supportedInterf...
分类:
移动开发 时间:
2015-04-21 20:51:56
阅读次数:
143
有时候jar包明明添加到user library了,但仍然报class not found,而把jar包放到lib目录下错误就消失了,这是因为当把项目发布到tomcat时,自建的user library没有部署上tomcat,解决办法
右键项目,选择properties,然后选择deployment assembly–>add–>Java Build Path Entries,在这里,将自己用的到...
分类:
其他好文 时间:
2015-04-21 11:15:48
阅读次数:
237
There're many deployment files for configuration. We need to learn how SAFS read these depolyment files.Let's use the IBT as the a smallexample for re...
分类:
其他好文 时间:
2015-04-15 18:27:41
阅读次数:
140
上周部署项目到weblogic时候,一直报消息图标 - 错误 [DeploymentService:290066]Error occurred while downloading files from admin server for deployment request “1,428,631,595,356”. Underlying error is: “null”。具体截图如下:...
分类:
其他好文 时间:
2015-04-13 09:31:42
阅读次数:
6380