Method | Description | |
---|---|---|
Core ( ) : System | ||
CreateLinkString ( string>.Dictionary |
把数组所有元素,按照“参数=参数值”的模式用“&”字符拼接成字符串
|
|
CreateLinkStringUrlencode ( string>.Dictionary |
把数组所有元素,按照“参数=参数值”的模式用“&”字符拼接成字符串,并对参数值做urlencode
|
|
FilterPara ( string>.SortedDictionary |
除去数组中的空值和签名参数并以字母a到z的顺序排序
|
|
GetAbstractToMD5 ( Stream sFile ) : string |
获取文件的md5摘要
|
|
GetAbstractToMD5 ( byte dataFile ) : string |
获取文件的md5摘要
|
|
LogResult ( string sWord ) : void |
写日志,方便测试(看网站需求,也可以改成把记录存入数据库)
|
public static CreateLinkString ( string>.Dictionary |
||
dicArray | string>.Dictionary | |
return | string |
public static CreateLinkStringUrlencode ( string>.Dictionary |
||
dicArray | string>.Dictionary | |
code | 字符编码 | |
return | string |
public static FilterPara ( string>.SortedDictionary |
||
dicArrayPre | string>.SortedDictionary | 过滤前的参数组 |
return | string>.Dictionary |
public static GetAbstractToMD5 ( Stream sFile ) : string | ||
sFile | Stream | 文件流 |
return | string |
public static GetAbstractToMD5 ( byte dataFile ) : string | ||
dataFile | byte | 文件流 |
return | string |
public static LogResult ( string sWord ) : void | ||
sWord | string | 要写入日志里的文本内容 |
return | void |