软件下载:https://www.exploit-db.com/apps/a1def037869c831496bda3d81b0d06f5-soritong10.exe 加载POC 程序崩溃点: SoriTong!MmutilityC8_4+0xc53:0040c55f 8802 mov byte ...
分类:
其他好文 时间:
2017-02-19 18:22:06
阅读次数:
199
用php的正则表达式相关函数,实现提取html超链接<a href="地址"></a>中的地址 <?php $preg='/<a .*?href="(.*?)".*?>/is'; $str ='<a href="链接1">URLNAME</a>文本段1<a href="链接2" target="_b ...
分类:
Web程序 时间:
2017-02-16 23:13:05
阅读次数:
240
第1章 封装信息到名字 (Packing information into names) 1 use specific words GetPage() 不如 FetchPage() 和 DownloadPage() 更具体 BinaryTree 类中的 Size() 不如 Height()、NumN ...
分类:
其他好文 时间:
2017-02-14 21:58:40
阅读次数:
146
linux sendEmail工具的安装使用 1.下载文件 #wget http://files.cnblogs.com/files/sunziying/sendEmail-v1.56.tar.gz 2.安装 #yum install sendemail 3、主要参数: -f 表示from,发件人地 ...
分类:
系统相关 时间:
2017-02-12 12:10:17
阅读次数:
401
注:关乎对象的创建方式的设计模式就是“创建型设计模式”(creational design pattern) 1.1 抽象工厂模式 “抽象工厂模式”(Abstract Factory Pattern)用来创建复杂的对象,这种对象由许多小对象组成,而这些小对象都属于某个特定的“系列”(family)。 ...
分类:
编程语言 时间:
2017-02-09 15:55:51
阅读次数:
165
1. ORA-27102: out of memory 1. ORA-27102: out of memory 创建pfile文件: create pfile from spfile; 修改pfile文件 修改文件/home/oracle/app/oracle/product/10g/dbs/ini ...
分类:
数据库 时间:
2017-02-07 12:39:57
阅读次数:
295
--查看数据库运行模式(spfile还是pfile)select decode(count(*),1,'spfile','pfile') from v$spparameterwhere rownum=1 and isspecified='TRUE'; --以pfile启动数据库create pfil ...
分类:
数据库 时间:
2017-02-04 15:08:45
阅读次数:
209
1.至以下链接处下载ATTK扫描工具:http://support.trendmicro.com.cn ... stomizedpackage.exe (32位)http://support.trendmicro.com.cn ... mizedpackage_64.exe(64位)2.将下载的工具 ...
分类:
其他好文 时间:
2017-02-01 18:57:02
阅读次数:
585
ICSharpCode.SharpZipLib.dll using ICSharpCode.SharpZipLib.Zip; string[] filenames = Directory.GetFiles(dirPath); using (ZipOutputStream s = new ZipOut ...
分类:
其他好文 时间:
2017-01-20 12:38:31
阅读次数:
169
1.首先查看一下目录对象;仅供查看哦 SELECT * FROM DBA_DIRECTORIES; 2.创建目录对象:(注意D:\app\expdp必须有哦,并且将导入的dmp方法此文件夹下方便导入哦)。 CREATE OR REPLACE DIRECTORY EXPDP_DIR AS 'D:\ap ...
分类:
数据库 时间:
2017-01-19 08:43:20
阅读次数:
243