码迷,mamicode.com
首页 >  
搜索关键字:site backup    ( 8139个结果
iis 跨域设置
一、进本地网站用localhost进去后不能获取数据,而用127.0.0.1进去则可以解决办法:1.打开IIS,选择Default Web Site,再选择HTTP响应标头添加Access-Control-Allow-Credentials:trueAccess-Control-Allow-Head...
分类:其他好文   时间:2014-10-25 22:38:52    阅读次数:164
How to backup your blogs on cnblogs
How to backup your blogs on cnblogs
分类:其他好文   时间:2014-10-24 20:25:50    阅读次数:276
linux运维常用命令
1、查找当前目录下所有以.tar结尾的文件然后移动到指定目录:find.-name“*.tar”-execmv{}./backup/;注解:find–name主要用于查找某个文件名字,-exec、xargs可以用来承接前面的结果,然后将要执行的动作,一般跟find在一起用的很多,find使用我们可以延伸-mtime查找修改时?.
分类:系统相关   时间:2014-10-24 19:15:50    阅读次数:492
CodeForces 6D Lizards and Basements 2
算是简单DP了,一开始竟没看出来,醉了。 首先,对于当前位置site,需知道site-1处丢了pre个,site处丢了now个火球,然后枚举site+1处的情况。 #include #include #include #include #include #include #include #include #include #include #include #prag...
分类:其他好文   时间:2014-10-24 09:18:04    阅读次数:190
某网站转刷器
某网站转刷器#!/usr/bin/python #-*-coding:utf-8-*- importrequests importtime importurllib2 importre importBeautifulSoup #youneedtoinstallBeautifulSoupandrequestsmodulesfromhttp://pypi.python.org/manuelly defmain(): url=‘http://www.the_web_site.com/login.as..
分类:Web程序   时间:2014-10-23 21:11:39    阅读次数:222
ACM学习历程——HDU4472 Count(数学递推) (12年成都区域赛)
DescriptionProf. Tigris is the head of an archaeological team who is currently in charge of an excavation in a site of ancient relics. This site conta...
分类:其他好文   时间:2014-10-23 18:58:54    阅读次数:185
Vulnerability checks
Cross-site scripting (XSS) is a type of computer security vulnerability typically found in Web applications. XSS enables attackers to inject client-side script into Web pages viewed by ot...
分类:其他好文   时间:2014-10-23 17:43:24    阅读次数:390
[转]常用Html辅助方法对XSS攻击的抵抗力
ASP.NET & jQuery注意小细节来防止XSS攻击前言在开发网站时最害怕的莫过于开发人员写出了一个具有被攻击性的网站,而其实很多开发人员如果一不注意就会踏进了 Cross-Site Scripting(XSS)的地狱,解决方法很简单但却也很容易踏进去,以小弟来说就也曾经跳进去很多次,尤其式透...
分类:Web程序   时间:2014-10-23 01:22:37    阅读次数:276
sharepoint site performance
sharepoint site performance
分类:其他好文   时间:2014-10-23 01:20:01    阅读次数:252
在iOS应用中跳转到AppStore
1.找到应用程序的描述链接,比如: https://57324.api-01.com/serve?action=click&publisher_id=57324&site_id=48830 2.然后将 http:// 替换为 itms:// 或者 itms-apps:// ,如下: itms://57324.api-01.com/serve?action=click&publi...
分类:移动开发   时间:2014-10-21 21:42:13    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!