最近在搞个项目,客户那边用IBM的appscan扫了下。始终有“启用了不安全的 HTTP 方法”这个漏洞。 找了下网上的资料,方法都是一致的。在web.xml中添加如下代码。 <security-constraint>
<web-resource-collectio...
分类:
其他好文 时间:
2014-08-22 01:40:55
阅读次数:
195
REST - Representational State Transfer 其实这个representational是指Resource的representation ????Resource其实就是实体,ReST中所有的对象都被视为Resource。每一个Resource都有一个URI(Unique Resour...
分类:
Web程序 时间:
2014-08-22 00:27:45
阅读次数:
229
报错: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原因:一般发生在参数 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
如果以上的操作依然不能使数据库资源自动启动,那么参考下面这篇文章修改资源AUTO_START属性。查看资源状态:crsctl status resource 资源 -p crsctl -h For example, crsctl relocate resource -h[grid@edudb1 ~]...
分类:
数据库 时间:
2014-08-21 12:49:04
阅读次数:
372
首件创建项目:此处可参照: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
ifconfig使用出现问题了?竟然提示找不到~~于是百度~~[flymouse@localhost /]$ ifconfig提示:“bash: ifconfig: command not found”切换到root用户下[root@localhost /]$ ifconfig依然提示:“bash:...
分类:
其他好文 时间:
2014-08-20 22:38:52
阅读次数:
287
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
提交了几次都被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