码迷,mamicode.com
首页 >  
搜索关键字:no resource found    ( 12885个结果
关于修复“启用了不安全的 HTTP 方法”
最近在搞个项目,客户那边用IBM的appscan扫了下。始终有“启用了不安全的 HTTP 方法”这个漏洞。 找了下网上的资料,方法都是一致的。在web.xml中添加如下代码。 <security-constraint> <web-resource-collectio...
分类:其他好文   时间:2014-08-22 01:40:55    阅读次数:195
RESTful Web Service的一些新体会
REST - Representational State Transfer 其实这个representational是指Resource的representation ????Resource其实就是实体,ReST中所有的对象都被视为Resource。每一个Resource都有一个URI(Unique Resour...
分类:Web程序   时间:2014-08-22 00:27:45    阅读次数:229
cocos2dx在windows下搭建环境android报错
报错:Program bash is not found in PATH(如果按照我的方法来的话是没有这个错误的,我之前用别的方法的时候有但是后来还是没解决,写出来放到这里做参考吧)参考原文:http://blog.csdn.net/fuyongbing1986/article/details/11...
分类:移动开发   时间:2014-08-21 22:28:24    阅读次数:302
android.content.res.Resources$NotFoundException: String resource ID #0x1
之前忘了记录这个错误,今天又遇到了。唉,人不能纵容自己犯懒,遂记录之。错误:android.content.res.Resources$NotFoundException: String resource ID #0x1原因:一般发生在参数 int resId 错误,你把String赋值给int的r...
分类:移动开发   时间:2014-08-21 19:15:34    阅读次数:231
求平面内两条直线的交点
Theandcoordinates of the point of intersection of two non-vertical lines can easily be found using the following substitutions and rearrangements.Supp...
分类:其他好文   时间:2014-08-21 18:31:04    阅读次数:189
oracle 11g rac 无法自动启动
如果以上的操作依然不能使数据库资源自动启动,那么参考下面这篇文章修改资源AUTO_START属性。查看资源状态:crsctl status resource 资源 -p crsctl -h For example, crsctl relocate resource -h[grid@edudb1 ~]...
分类:数据库   时间:2014-08-21 12:49:04    阅读次数:372
Maven命令行创建web项目,并部署到jobss当中(解决No plugin found for prefix 'jboss-as' in the current project and in the plugin groups [org.apache.maven.plugins,问题)
首件创建项目:此处可参照:http://maven.apache.org/guides/mini/guide-webapp.htmlmvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-webapp -Darchet.....
分类:Web程序   时间:2014-08-21 09:42:24    阅读次数:274
bash: ifconfig: command not found 问题解决
ifconfig使用出现问题了?竟然提示找不到~~于是百度~~[flymouse@localhost /]$ ifconfig提示:“bash: ifconfig: command not found”切换到root用户下[root@localhost /]$ ifconfig依然提示:“bash:...
分类:其他好文   时间:2014-08-20 22:38:52    阅读次数:287
UVA - 10883 Supermean
Description Problem F Supermean Time Limit: 2 second "I have not failed. I've just found 10,000 ways that won't work." Thomas Edison Do you know how to compute the mean (or average...
分类:其他好文   时间:2014-08-20 21:11:33    阅读次数:378
ios提交程序后出现的各种问题
提交了几次都被feedback,以下均为本人碰到过得问题,希望对大家解决提交问题有帮助 Number    one:PLA 3.3.12 We found your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the te...
分类:移动开发   时间:2014-08-20 16:28:33    阅读次数:444
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!