1.IOError: decoder jpeg not availableHow to fix:1. clear PIL packages (or pip uninstall pillow)rm -rf /usr/lib/python2.7/site-packages/PILrm -rf /usr/...
分类:
其他好文 时间:
2014-08-19 18:05:25
阅读次数:
250
TRACE和TRACK是用来调试web服务器连接的HTTP方式。支持该方式的服务器存在跨站脚本漏洞,通常在描述各种浏览器缺陷的时候,把"Cross-Site-Tracing"简称为XST。攻击者可以利用此漏洞欺骗合法用户并得到他们的私人信息
分类:
其他好文 时间:
2014-08-19 16:29:24
阅读次数:
177
部分内容参考:http://www.linuxqq.net/archives/964.html
Hadoop有三个重要的配置文件:core-site.xml,hdfs-site.xml,mapred-site.xml,但这三个文件默认情况下均为空,其默认值保存在core-default.xml,hdfs-default.xml,mapred-default.xml中。这三个默...
分类:
其他好文 时间:
2014-08-19 12:52:44
阅读次数:
205
Definning the information architecture (commonly known as IA) and structure of the page.Adding design elements to make it responsive and look good acr...
分类:
其他好文 时间:
2014-08-19 12:39:14
阅读次数:
203
The original page sourceContent is the most important aspect of any site. So let's design for the content and not let the design dictate(命令) the conte...
分类:
其他好文 时间:
2014-08-19 12:32:14
阅读次数:
210
Select Help/Install new software... from the menu, select the Juno update site (http://download.eclipse.org/releases/juno), and then look for the Mark...
分类:
系统相关 时间:
2014-08-19 12:32:04
阅读次数:
241
/*--特别注意 请按步骤进行,未进行前面的步骤,请不要做后面的步骤 否则可能损坏你的数据库. --*/ 1.清空日志 DUMP TRANSACTION 库名 WITH NO_LOG 2.截断事务日志: BACKUP LOG 数据库名 WIT...
分类:
数据库 时间:
2014-08-19 10:38:53
阅读次数:
304
相当于VC6里的.dsw和.dsp.Net解决方案下 .sln文件和.suo文件的解释:When a Web site is created, a solution file (.sln) and a hidden solution user options file (.suo) are crea...
分类:
其他好文 时间:
2014-08-19 09:21:33
阅读次数:
170
你的一个运行于多设备网站(Your First Multi-device Site) 遵循的步骤: 1.定义信息架构(information architecture)和页面结构(structure of the pages)。 2.添加设计元素,并且使它是响应式的,而且在各个设备看起来都不错 指南...
分类:
Web程序 时间:
2014-08-18 23:20:23
阅读次数:
360
在nutch2.2.1中,有两份配置文件:nutch-default.xml与nutch-site.xml。
其中前者是nutch自带的默认属性,一般情况下不要修改。
如果需要修改默认属性,可以在nutch-site.xml中增加一个同名的属性,并修改其值。nutch-site.xml中的属性值会覆盖nutch-default.xml中的值。
1、db.ignore.external...
分类:
其他好文 时间:
2014-08-18 18:45:02
阅读次数:
299