请求的资源正在使用中,垃圾IIS
Jul 15th, 2006 by song

请求的资源正在使用中,垃圾IIS
今天莫名其妙所有的asp程序出现
以下是引用片段:
请求的资源正在使用中

运行
以下是引用片段:
regsvr32 jscript.dll
以下是引用片段:
regsvr32 vbscript.dll
重新注册JAVA脚本和VB脚本的动态链接库后一切正常。
垃圾IIS

WINMYSQLADMIN
Jul 14th, 2006 by song

[file]attachment/1152881548.rar[/file]

no title
Jul 12th, 2006 by song

http://mmchats.breezecentral.com/p69336136/?launcher=false&skip-survey=true

curl_setopt
Jul 8th, 2006 by song

curl_setopt
(PHP 4 >= 4.0.2)

curl_setopt — 为CURL调用设置一个选项
描述
 

bool curl_setopt (int ch, string option, mixed value)

 

curl_setopt()函数将为一个CURL会话设置选项。option参数是你想要的设置,value是这个选项给定的值。

下列选项的值将被作为长整形使用(在option参数中指定):

  Read the rest of this entry »

Search Results for ‘CURL’
Jul 8th, 2006 by song

curl用法:cookie及post
一、cookie用法

[code]<?php
$cookie_jar = tempnam('./tmp','cookie');
// login
$c=curl_init('http://login_url?username=xiaxiaobao&password=xiaxiaobao');
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_COOKIEJAR, $cookie_jar);
curl_exec($c);
curl_close($c);
 
$c="url";
$c=curl_init($c);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_COOKIEFILE, $cookie_jar);
curl_exec($c);
curl_close($c);
?>[/code]二、post用法
特别要注意:post的数据要经过urlencode编码
Read the rest of this entry »

几个时间处理函数DELPHI
Jul 7th, 2006 by song

DateTimeToUnix()转化为UNIX时间戳
DateTostr()
TimeToStr()
DateTimeToStr()

SIDEBAR
»
S
I
D
E
B
A
R
«
»  Substance:WordPress   »