{"id":362,"date":"2011-12-02T14:11:19","date_gmt":"2011-12-02T06:11:19","guid":{"rendered":"http:\/\/www.youthtribe.com\/?p=362"},"modified":"2011-12-02T14:13:30","modified_gmt":"2011-12-02T06:13:30","slug":"%e5%b0%86%e7%bd%91%e9%a1%b5%e6%96%87%e7%ab%a0%e5%86%85%e5%ae%b9%e5%ad%98%e6%94%be%e5%88%b0txt%e6%96%87%e6%9c%ac%e9%87%8c%ef%bc%8c%e7%9b%ae%e7%9a%84%e6%98%af%e8%8a%82%e7%9c%81%e6%95%b0%e6%8d%ae","status":"publish","type":"post","link":"http:\/\/www.youthtribe.com\/archives\/362","title":{"rendered":"\u5c06\u7f51\u9875\u6587\u7ae0\u5185\u5bb9\u5b58\u653e\u5230txt\u6587\u672c\u91cc\uff0c\u76ee\u7684\u662f\u8282\u7701\u6570\u636e\u5e93-php\uff081\uff09"},"content":{"rendered":"

\u4e4b\u524dwww.dxszw.com<\/a>\u8fd9\u4e2a\u7f51\u7ad9\u7684\u7a0b\u5e8f\u662f\u81ea\u5df1\u5199\u7684\uff0c\u53ef\u662f\u5462\uff0c\u751f\u6210\u7684\u6587\u7ae0\u5185\u5bb9\u662f\u653e\u5230\u6570\u636e\u5e93\u91cc\u7684\uff0c\u7ed3\u679c\u8ba9\u6570\u636e\u5e93\u6bd4\u8f83\u5e9e\u5927\u3002\u5176\u5b9e\u4e5f\u4e0d\u5927\u5427\uff0c5000\u7bc7\u6587\u7ae0\u6570\u636e\u5e93\u670920M\u3002\u4e3b\u8981\u662f\u6211\u7684\u4e07\u7f51\u7a7a\u95f4\uff0c\u6709\u9650\u5236\uff0c\u6700\u592720M\u2026\u2026\u4e3a\u4e86\u7701\u94b1\uff0c\u90a3\u5c31\u6539\u6539\u5427\u3002<\/p>\n

1,\u751f\u6210txt\u76ee\u5f55\u6784\u67b6\u5f52\u5212\u3002\u5982\u679c\u628a\u6240\u6709\u6587\u7ae0\u90fd\u653e\u5230\u4e00\u4e2a\u6587\u4ef6\u5939\u91cc\u7684\u8bdd\uff0c\u663e\u7136\u4e0d\u597d\uff0c\u4e3a\u4ec0\u4e48\u4e0d\u597d\uff1f\u6211\u662f\u62c5\u5fc3\u4f1a\u5f71\u54cd\u8bf7\u6c42txt\u6587\u4ef6\u901f\u5ea6\uff0c\u4e0d\u8fc7\u8fd9\u4e2a\u6211\u6ca1\u6709\u9a8c\u8bc1\u8fc7\u3002\u8fd8\u662f\u6309\u6708\u5b58\u653e\u5427\u3002<\/p>\n

\u4e0b\u8fb9\u662fdir_check.php \u5168\u90e8\u7a0b\u5e8f\uff1a<\/p>\n

$dir_upload=’uploads\/’.date(“Y”).date(“m”);#\u83b7\u5f97\u8981\u4e0a\u4f20\u7684\u6587\u4ef6\u5939
echo $dir_upload;<\/p>\n

CreateDir(“..\/”.$dir_upload);<\/p>\n

<\/p>\n

\/*
* \u529f\u80fd\uff1a\u5faa\u73af\u68c0\u6d4b\u5e76\u521b\u5efa\u6587\u4ef6\u5939
* \u53c2\u6570\uff1a$path \u6587\u4ef6\u5939\u8def\u5f84
* \u8fd4\u56de\uff1a
*\/
function CreateDir($path){<\/p>\n

if (!file_exists($path)){ <\/p>\n

mkdir($path,0777); <\/p>\n

}
else echo “already exists!!”;
}
\u8fd9\u6837\u53ef\u4ee5\u5728\u751f\u6210txt\u6587\u4ef6\u65f6\u53ef\u4ee5\u884c\u67e5\u770b\u5f53\u524d\u6708\u6587\u4ef6\u5939\u5efa\u7acb\u4e86\u6ca1\u6709\u3002<\/p>\n

\u4e0b\u8fb9\u662f\u4ece\u5df2\u6709\u6570\u636e\u5e93\u6587\u4ef6\u751f\u6210txt\u6587\u4ef6\u7684\u7a0b\u5e8f\uff1a<\/p>\n

#\u4e0b\u8fb9\u662f\u751f\u6210txt\u6587\u6863
for($i=1;$i<=5000;$i++){
$result=mysql_query(“select * from article where id=$i”);
$data=mysql_fetch_array($result);<\/p>\n

$content=htmlspecialchars_decode($data[content]);<\/p>\n

$fopen=fopen(“$i.txt”,’ab’)or die(“\u6587\u4ef6\u4e0d\u5b58\u5728”);
fwrite($fopen,$content);
fclose($fopen);
}<\/p>\n

\u5bf9\u5df2\u5728\u5e93\u7684\u7684\u6570\u636e\u8fdb\u884ctxt\u751f\u6210\uff0cstrtotime\uff08\uff09\u51fd\u6570\u5f88\u91cd\u8981\uff0c\u53ef\u5bf9\u5e93\u4e2d\u4efb\u4f55\u5f62\u5f0f\u7684\u65e5\u671f\u5b57\u7b26\u91cd\u65b0\u8f6c\u6362\u6210nuix\u65f6\u95f4\u6233\uff0c\u975e\u5e38\u4e0d\u9519\uff1a<\/p>\n

<?php
include(“..\/configs\/config.php”);<\/p>\n

#\u4e0b\u8fb9\u662f\u751f\u6210txt\u6587\u6863
for($i=1;$i<=6384;$i++){
$result=mysql_query(“select * from article where id=$i”);<\/p>\n

$data=mysql_fetch_array($result);
#\u5bf9\u65e5\u671f\u8fdb\u884c\u8f6c\u6362
\/\/$date=$data[addtime];
$date=strtotime($data[addtime]);
$date_y=date(“Y”,$date);
$date_m=date(“m”,$date);
$dirname=$date_y.$date_m;
echo $dirname;
CreateDir($dirname);<\/p>\n

$content=htmlspecialchars_decode($data[content]);<\/p>\n

$fopen=fopen(“$dirname\/$i.txt”,’ab’)or die(“\u6587\u4ef6\u4e0d\u5b58\u5728”);
fwrite($fopen,$content);
fclose($fopen);
}<\/p>\n

\/*
* \u529f\u80fd\uff1a\u5faa\u73af\u68c0\u6d4b\u5e76\u521b\u5efa\u6587\u4ef6\u5939
* \u53c2\u6570\uff1a$path \u6587\u4ef6\u5939\u8def\u5f84
* \u8fd4\u56de\uff1a
*\/
function CreateDir($path){<\/p>\n

if (!file_exists($path)){ <\/p>\n

mkdir($path,0777); <\/p>\n

}
else echo “already exists!!”;
}<\/p>\n

?><\/p>\n

Technorati<\/span> : \u6587\u7ae0\u5185\u5bb9 txt\u6587\u672c php<\/a><\/span>
Del.icio.us<\/span> :
\u6587\u7ae0\u5185\u5bb9 txt\u6587\u672c php<\/a><\/span>
Zooomr<\/span> :
\u6587\u7ae0\u5185\u5bb9 txt\u6587\u672c php<\/a><\/span>
Flickr<\/span> :
\u6587\u7ae0\u5185\u5bb9 txt\u6587\u672c php<\/a><\/span> <\/p>\n","protected":false},"excerpt":{"rendered":"

\u4e4b\u524dwww.dxszw.com\u8fd9\u4e2a\u7f51\u7ad9\u7684\u7a0b\u5e8f\u662f\u81ea\u5df1\u5199\u7684\uff0c\u53ef\u662f\u5462\uff0c\u751f\u6210\u7684\u6587\u7ae0\u5185\u5bb9\u662f\u653e\u5230\u6570\u636e\u5e93\u91cc\u7684\uff0c\u7ed3\u679c\u8ba9\u6570\u636e\u5e93\u6bd4\u8f83\u5e9e\u5927\u3002\u5176\u5b9e\u4e5f\u4e0d\u5927\u5427\uff0c5000\u7bc7\u6587\u7ae0\u6570\u636e\u5e93\u670920M\u3002\u4e3b\u8981\u662f\u6211\u7684\u4e07\u7f51\u7a7a\u95f4\uff0c\u6709\u9650\u5236\uff0c\u6700\u592720M\u2026\u2026\u4e3a\u4e86\u7701\u94b1\uff0c\u90a3\u5c31\u6539\u6539\u5427\u3002 1,\u751f\u6210txt\u76ee\u5f55\u6784\u67b6\u5f52\u5212\u3002\u5982\u679c\u628a\u6240\u6709\u6587\u7ae0\u90fd\u653e\u5230\u4e00\u4e2a\u6587\u4ef6\u5939\u91cc\u7684\u8bdd\uff0c\u663e\u7136\u4e0d\u597d\uff0c\u4e3a\u4ec0\u4e48\u4e0d\u597d\uff1f\u6211\u662f\u62c5\u5fc3\u4f1a\u5f71\u54cd\u8bf7\u6c42txt\u6587\u4ef6\u901f\u5ea6\uff0c\u4e0d\u8fc7\u8fd9\u4e2a\u6211\u6ca1\u6709\u9a8c\u8bc1\u8fc7\u3002\u8fd8\u662f\u6309\u6708\u5b58\u653e\u5427\u3002 \u4e0b\u8fb9\u662fdir_check.php \u5168\u90e8\u7a0b\u5e8f\uff1a $dir_upload=’uploads\/’.date(“Y”).date(“m”);#\u83b7\u5f97<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1,9],"tags":[50],"_links":{"self":[{"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/posts\/362"}],"collection":[{"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/comments?post=362"}],"version-history":[{"count":1,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/posts\/362\/revisions"}],"predecessor-version":[{"id":363,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/posts\/362\/revisions\/363"}],"wp:attachment":[{"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/media?parent=362"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/categories?post=362"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/tags?post=362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}