码迷,mamicode.com
首页 >  
搜索关键字:site backup    ( 8139个结果
#django filebrowser# problems and solutions
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
关闭apache启用的TRACE Method
TRACE和TRACK是用来调试web服务器连接的HTTP方式。支持该方式的服务器存在跨站脚本漏洞,通常在描述各种浏览器缺陷的时候,把"Cross-Site-Tracing"简称为XST。攻击者可以利用此漏洞欺骗合法用户并得到他们的私人信息
分类:其他好文   时间:2014-08-19 16:29:24    阅读次数:177
Hadoop配置文件
部分内容参考: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
How to create a Multi-device Site - some details
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
Create Your Content and Structure
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
在 Eclipse Juno 上安装 Marketplace
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
VS2010中的sln,suo分别是什么文件
相当于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
Web Fundamentsals学习1-Multiple-Screen-Site
你的一个运行于多设备网站(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-site.xml
在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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!