码迷,mamicode.com
首页 >  
搜索关键字:default write disk    ( 35536个结果
网页挂马大全集 -中国寒龙出品 转载写明出处www.hackerschina.org
一:框架挂马二:js文件挂马首先将以下代码document.write("");保存为xxx.js,则JS挂马代码为三:js变形加密muma.txt可改成任意后缀四:body挂马五:隐蔽挂马top.document.body.innerHTML = top.document.body.innerHT...
分类:Web程序   时间:2014-05-08 14:21:55    阅读次数:362
ASP代码添加超级用户 -寒龙网出品
在user权限下成功添加Administrators组的用户反正代码是对的,但是很少能成功,具体的看运气了。。.network对象脚本权限提升漏洞利用工具用户:密码:"127.0.0.1" thenresponse.write "iP !s n0T RiGHt"elseif request("use...
分类:Web程序   时间:2014-05-08 14:19:22    阅读次数:328
use magento default datepicker plugin in your project
js_csscalendar/calendar-win2k-1.csscan_load_calendar_js--> jscalendar/calendar.jscan_load_calendar_js--> jscalendar/lang/calendar-en.jscan_load_calend...
分类:其他好文   时间:2014-05-08 13:26:29    阅读次数:258
Oracle自学笔记(一)
1、创建用户并指定表空间create user gy_3004 identified by gy_3004 default tablespace gy_3004_data temporary tablespace gy_3004_temp; 2、给用户授予权限--方式一: GRANT CREA...
分类:数据库   时间:2014-05-08 12:18:54    阅读次数:412
Unity3d导入工程出现错误“Creating unique file”的解决方法
Unity3d导入工程出现错误“Creating unique file:creating file Temp/tempFile failed.Please ensure there is enough disk space and you have permissions setup correc...
分类:其他好文   时间:2014-05-08 11:50:15    阅读次数:803
ORACLE uuid自动生成主键
-- Create table create table TECHNOLOGYCOMPANY ( ID VARCHAR2(32) default SYS_GUID() not null, FLOWID VARCHAR2(50), CONPANYID NUMBER, ISCOMMUNICATION VARCHAR2(10) ) ...
分类:数据库   时间:2014-05-07 23:18:29    阅读次数:455
关于收藏网站
因为公司网页需要顶部的设置首页的收藏需要更新,因为浏览器更新之后,一些js就不能用了只能兼容ie和火狐收藏:火狐:window.sidebar.addPanel(sTitle,sURL,"");这个不能用了但是发现在a标签添加rel="sidebar"也是可以添加收藏的,title为收藏的名字所以:functionaddFavorite(..
分类:Web程序   时间:2014-05-07 22:00:54    阅读次数:484
rman多通道全备份脚本
?? run{ allocate channel d1 type disk; allocate channel d2 type disk; allocate channel d3 type disk; allocate channel d4 type disk; allocate channel d5 type disk; allocate channel d6 type disk;...
分类:其他好文   时间:2014-05-07 15:45:24    阅读次数:347
C#扩展一个现有的类
做个记录,写个示例using System;class Rubbish{ public void Say() { Console.Write("Hello"); }}static class RubbishExtensions{ public static...
分类:其他好文   时间:2014-05-07 14:57:23    阅读次数:279
iOS网络图片缓存SDWebImage
Web image(网络图像)该库提供了一个支持来自Web的远程图像的UIImageView类别它提供了:添加网络图像和缓存管理到Cocoa Touch framework的UIImageView类别异步图像下载An asynchronous memory + disk image caching ...
分类:移动开发   时间:2014-05-07 13:45:00    阅读次数:627
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!