码迷,mamicode.com
首页 >  
搜索关键字:.site    ( 5248个结果
What technical details should a programmer of a web application consider before making the site public?
What things should a programmer implementing the technical details of a web application consider before making the site public? If Jeff Atwood can for...
分类:移动开发   时间:2014-05-24 07:46:17    阅读次数:405
实现一个基本防盗链标签
1. 标签处理类 1 public class MyReferer extends BodyTagSupport { 2 private String site; 3 private String back; 4 public String getSite() { 5 ...
分类:其他好文   时间:2014-05-24 03:54:31    阅读次数:252
索引量和site数据的区别及含义
首先来澄清一下site数据与网站索引量的区别: 1.在搜索引擎中输入site指令后得到的是一个网站大致的收录量。 百度官方给出的说明是:site指令查询到的页面只是放出去的页面,也就是用户可以搜索到的页面。 2.而网站的索引量指的是被编入到索引库中的网页数量(更为精准的收录量)。百度官方给出的解释是:“站点内容页面需要经过搜索引擎的抓取和层层筛选(可以理解为过滤)后,方可在搜索结果中展现给用户...
分类:其他好文   时间:2014-05-18 18:41:25    阅读次数:268
Web安全测试之XSS
Web安全测试之XSSXSS 全称(Cross Site Scripting) 跨站脚本攻击, 是Web程序中最常见的漏洞。指攻击者在网页中嵌入客户端脚本(例如JavaScript), 当用户浏览此网页时,脚本就会在用户的浏览器上执行,从而达到攻击者的目的. 比如获取用户的Cookie,导航到恶意网...
分类:Web程序   时间:2014-05-17 20:20:05    阅读次数:371
J-Link eclipse Plug-ins install
QuicklinksIf you know what this isall about and you just need the update site details:name:GNU ARM Eclipse Plug-insURL:http://gnuarmeclipse.sourceforg...
分类:系统相关   时间:2014-05-17 14:44:41    阅读次数:499
CSRF手工测试方法
CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。一般来说,CSRF是除XSS外最常见一种漏洞,也是一大刷分利器。有关CSRF的具体利用,CEO早在 08年就...
分类:其他好文   时间:2014-05-16 04:30:14    阅读次数:410
hadoop-ha配置
HADOOP HA配置 hadoop2.x的ha配置,此文档中描述有hdfs与yarn的ha配置。 此文档的假定条件是zk已经安装并配置完成,其实也没什么安装的。 hdfs ha配置 首先,先配置core-site.xml配置文件: 在老版本中使用mr1时,还可能使用fs.default.name来进行配置   fs.defaultFS 此处配置的mycluster目前还没...
分类:其他好文   时间:2014-05-15 23:40:10    阅读次数:705
CSRF之攻击与防御
0x01 什么是CSRF攻击 CSRF是Cross Site Request Forgery的缩写(也缩写为XSRF),直译过来就是跨站请求伪造的意思,也就是在用户会话下对某个CGI做一些GET/POST的事情——这些事情用户未必知道和愿意做,你可以把它想做HTTP会话劫持。 网站是通过cookie...
分类:其他好文   时间:2014-05-15 21:20:25    阅读次数:244
Extending your SharePoint 2007 site with Microsoft ASP.NET AJAX 3.5
After ASP.NET 3.5 has been installed you need to modify the web.config file of your MOSS web site with a few Ajax specific entries. Typically, the web...
分类:Web程序   时间:2014-05-15 21:16:22    阅读次数:528
MyEclipse下如何安装和使用ibatis插件
(1)myeclipse→help→Myeclipse configuration center:点击sofeware选项卡,在Browes Software 下有一个输入框,点击add site按钮:Name输入 Abator,URL输入http://ibatis.apache.org/tools...
分类:系统相关   时间:2014-05-15 18:04:50    阅读次数:437
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!